takac.dev
Columns
Privacy Pollicy
  • Fluentd: Variables in config are useful

    Oct 12, 2020 · 1 min read · fluentd haproxy  ·
    Share on:

    Fluentd is necessary software for operating Kubernetes clusters. Variables in the Fluentd’s configs are useful because they reduce redundant writing and also it will come in handy to switch environments between development and production. For example, I configure the fluentd which is running on our Kubernetes cluster …

    Read More
  • Fluentd: Pitfalls of custom log format

    Oct 11, 2020 · 1 min read · fluentd haproxy  ·
    Share on:

    One day, I realized that the fluentd on our Kubernetes cluster was logging a lot of "invalid date" errors like this. 1#0 dump an error event: error_class=ArgumentError error="invalid date" …

    Read More
  • HAProxy running on Kubernetes and output a lot of BADREQ logs

    Oct 9, 2020 · 2 min read · haproxy BADREQ Kubernetes  ·
    Share on:

    When I was setting up HAProxy running on our Kubernetes cluster, I defined the log format as JSON and I got a lot of BADREQ logs with status code 400 as follows. 1{ 2 "conn": { 3 "act": 7, 4 "fe": 7, 5 "be": 0, 6 "srv": 0 7 }, 8 "queue": { 9 "backend": 0, 10 …

    Read More

Takashi Fukuda

Infrastructure Engineer, Cloud Systems Administrator, Site Reliability Engineer
Read More

Recent Posts

  • Docker: How to solve the trouble of SSH tunnel connection?
  • Docker: How to install packages to busybox image?
  • Prometheus: How to solve blackbox exporter icmp (ping) failure
  • Fluentd: Warning on parser filter: nested repeat operator '+' and '*' was replaced with '*' in regular expression
  • PHP: Fatal error when build docker image with composer

Categories

TECH-TIPS 28 TROUBLE-SHOOTING 12 CERTIFICATION 2 COLUMN 1

Tags

DOCKER 14 KUBERNETES 12 AWS 7 DOCKERFILE 6 DOCKER-COMPOSE 4 FLUENTD 3 HAPROXY 3 APACHE 2 BLACK-FRIDAY-SALE 2 EC2 2 EKS 2 EXAM 2 LINUX-FOUNDATION 2 NGINX 2
All Tags
ALPINE1 APACHE2 APPSTORECONNECT1 AURORA1 AUTOSCALING1 AWS7 BADREQ1 BLACK-FRIDAY-SALE2 BLACKBOX-EXPORTER1 BUNDLE1 BUSYBOX1 CERTIFIED-KUBERNETES-ADMINISTRATOR1 CERTIFIED-KUBERNETES-APPLICATION-DEVELOPER1 CKA1 CKAD1 CLOUDFORMATION1 COREDNS1 CRONJOBS1 DEBIAN1 DOCKER14 DOCKER-COMPOSE4 DOCKERFILE6 DOCKERHUB1 DYNAMODB1 EC22 EKS2 ELASTICSEARCH1 ENI1 EXAM2 FIREFOX1 FLUENTD3 GOLANG1 HAPROXY3 HTTPS1 IAM1 KIBANA1 KUBECTL1 KUBERNETES12 LAMBDA1 LATEST1 LINUX-FOUNDATION2 MEMCACHED1 MYSQL1 NGINX2 PHP1 PROMETHEUS2 PYTHON2 RDS1 RUBY2 SAM1 SECURITY1 SELENIUM1 SERVICE-DISCOVERY1 SSH1 SSL1 TAG1
[A~Z][0~9]

takac.dev

Copyright 2020-  TAKAC.DEV. All Rights Reserved