takac.dev
Columns
Privacy Pollicy
  • 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
  • 3 reasons why I recommend Kubernetes for pre-growth start-up

    Oct 8, 2020 · 3 min read · AWS docker EKS Kubernetes  ·
    Share on:

    I've been operating the Kubernetes cluster in my company since I joined. Let me share my opinion about why I recommend Kubernetes to pre-growth start-up companies. Before I explain, I'm not crazy about Kubernetes. I understand to choose some other ways, depending on the company, the business environment, the team …

    Read More
  • Test web page on local K8s via HTTPS w/o specifying port

    Oct 6, 2020 · 4 min read · docker docker-compose https Kubernetes nginx ssl  ·
    Share on:

    When I deploy some web application on the local Kubernetes cluster, I would like to test it like Without specifying a port number Via HTTPS Specify original FQDN not localhost For example, if I'm developing "www.example.com," I would like to test by the URL like https://www.example.work/. So, Let me share …

    Read More
  • Docker: What’s better image tag than latest, none, and versions?

    Oct 4, 2020 · 2 min read · docker latest tag  ·
    Share on:

    In my opinion, and based on the experiences that I've operated our Kubernetes cluster on AWS EKS for my company's service, docker image tag should be date string like "yyyymmddHHMMSS". So, let me share why I'm thinking about it. I know that most of the docker images of open source software like NGINX, MySQL, …

    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