takac.dev
Columns
Privacy Pollicy
  • Docker: How to solve Apache 403 Forbidden error?

    Dec 25, 2020 · 3 min read · apache docker docker-compose dockerfile  ·
    Share on:

    It's a popular problem getting "403 Forbidden" errors from Apache. Even though it's working on the docker, it's the same but a little bit harder to investigate why it’s happened. However, most of the time, the cause of this problem is simple. Let’s take a look at some samples. First, let me show you the …

    Read More
  • Docker: Run apache as non-root user based on the official image

    Dec 22, 2020 · 3 min read · apache docker dockerfile security  ·
    Share on:

    Many docker images execute its main process as root but it’s not good for security reasons and it depends on Kubernetes cluster, Pod Security Policies is applied to avoid running containers as root. So, let’s take a look at how to run Apache Web Server as a non-root user. Before trying, here is running the origin image …

    Read More
  • AWS: Create external Aurora replication host by CLI

    Dec 8, 2020 · 4 min read · aurora aws mysql rds  ·
    Share on:

    One of the big advantages of using AWS is that it’s able to use reliable managed database services like RDS, Aurora. It’s also very easy to increase or decrease replicas. However sometimes, it’s necessary to create a replica externally to avoid bad effects on the production environment. I found the official document …

    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
  • Docker Hub: Error 429 too many requests

    Nov 19, 2020 · 1 min read · docker dockerhub  ·
    Share on:

    One day, I realized that one of my CodePipeline was failed to build the docker image. I investigated what caused the error. And then, I found out the following error message when executing docker build command. 1ERROR: failed to copy: httpReaderSeeker: failed open: unexpected status code …

    Read More
  • Kibana query language cheat sheet for web service

    Nov 9, 2020 · 3 min read · elasticsearch kibana  ·
    Share on:

    I’m using ELK stack for collecting and searching logs from web servers, CDN, load balancers and so on. Let me share my cheat sheet of the Kibana query language I usually use. I’ll update this continually. Hide empty line If the logs are not well formatted, some empty line will appear and it’s bothering. So, I hide it …

    Read More
  • AWS: CloudFormation example creating DynamoDB table and IAM

    Oct 20, 2020 · 1 min read · aws cloudformation dynamodb iam  ·
    Share on:

    Let me share an example of the CloudFormation configuration to create DynamoDB tables and an IAM user with particular policy to use it from some applications. I’ll create two tables for stage and production with TTL and also I set PAY_PER_REQUEST. So first, create the following YAML file as template.yml. …

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

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