takac.dev
Columns
Privacy Pollicy
  • Fluentd: Warning on parser filter: nested repeat operator '+' and '*' was replaced with '*' in regular expression

    May 19, 2021 · 2 min read · coredns fluentd kubernetes  ·
    Share on:

    I needed to add parser settings for CoreDNS working on my Kubernetes cluster for troubleshooting but I got an error "nested repeat operator '+' and '' was replaced with '' in regular expression." I had no idea why it happened because the additional regular expression was valid. The cause of the error was my …

    Read More
  • Leaned Kubernetes & passed the CKAD exam purchased on black friday sale

    Dec 7, 2020 · 2 min read · black friday sale Certified Kubernetes Application Developer ckad exam kubernetes Linux Foundation  ·
    Share on:

    After getting the CKA, I decided to try to get CKAD. As I explained in my previous post , the Linux Foundation has a big sale on black friday every year. It's a very valuable offer because the "Course + Certification Bundles" are discounted 60% with free swag. So, I purchased "Kubernetes for Developers …

    Read More
  • Leaned Kubernetes & passed the CKA exam purchased on black friday sale

    Dec 5, 2020 · 2 min read · black friday sale Certified Kubernetes Administrator cka exam kubernetes Linux Foundation  ·
    Share on:

    The Linux Foundation has a big sale on black friday every year. It's a very valuable offer because the "Course + Certification Bundles" are discounted 60% with free swag. It’s cheaper than the normal price of an exam! And "Power Bundles" are more discounted. So, I purchased "Kubernetes …

    Read More
  • Kubernetes: Suspend CronJobs and terminate current pod without restarting

    Oct 19, 2020 · 2 min read · cronjobs kubernetes  ·
    Share on:

    It’s very easy to get information about how to suspend CronJob on Kubernetes clusters. It just executes the "kubectl patch" command. However, if its job is working at that time, the job will not be stopped and it’s impossible to terminate by "kubectl delete pod" command when the restartPolicy was …

    Read More
  • Should to avoid to use public docker image on productions straightly

    Oct 17, 2020 · 2 min read · alpine docker docker-compose dockerfile golang kubernetes nginx  ·
    Share on:

    There are a lot of samples of Kubernetes and Docker Compose which define public images like nginx:alpine, golang php-fpm and so on. However even though it’s easy to use, it’s not good for production environments because there's a possibility that they are not up-to-date. For example, I’m trying with one of the famous …

    Read More
  • Show image tags for each revisions of Kubernetes deployments

    Oct 16, 2020 · 2 min read · kubectl kubernetes  ·
    Share on:

    One of the useful and powerful function is the roll back for me. Basically, all applications on our cluster are deployed automatically by CodePipeline in AWS but if some trouble happen, rolling back to the previous version is one of our options. At that time, all I have to do is the following command. 1$ kubectl …

    Read More
  • Run Memcached persistently on Kubernetes

    Oct 15, 2020 · 2 min read · docker kubernetes memcached  ·
    Share on:

    When running Memcached on the Kubernetes cluster, the cache data will disappear whenever the pod restarts. I know that Redis has the built-in replication and it can be able to have data on persistence disks. However, I have some reasons to run the Memecached on our Kubernetes cluster. So, I was thinking about it and I …

    Read More
  • Kubernetes manifest to prevent service unavailable

    Oct 14, 2020 · 2 min read · kubernetes  ·
    Share on:

    Once build the CI/CD which runs automatically from build to deployment, developers are afraid that some problematic container image will be deployed and it will cause service unavailable. Especially web sites should be checked by some scraping tool like Selenium but it’s hard to do that for most start-up companies …

    Read More
  • Kubernetes: How many pods are available per node on AWS EKS?

    Oct 10, 2020 · 2 min read · AWS EC2 EKS ENI Kubernetes  ·
    Share on:

    When getting started to use AWS EKS for building Kubernetes clusters, we should consider the limitations of the number of IP addresses it depends on the instance size. Actually, I didn’t know about it because I just overlooked it on the official document. I know it was my mistake but it should be a blind spot for some …

    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
    • ««
    • «
    • 1
    • 2
    • »
    • »»

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