How to send EKS logs to AWS OpenSearch by Fluent-BitWe know Kubernetes usually does not persist data. We needs to find a place to store application logs. If you are using AWS EKS. CloudWatch…Jul 31Jul 31
helm upgrade fail due to deprecated K8S APIs version after upgrading Kubernetes versionOur team use helm to manage K8S resources. Most of helm charts are using helm upgrade — install… to redeploy.Jan 2Jan 2
[k8s] How to mount local directory (persistent volume) to Kubernetes pods of Docker Desktop for Mac?I have to mount local directory to my local Kubernetes pods, when I was doing some researches. I tried to mount hostPath (the default…Dec 31, 2021Dec 31, 2021
[k8s]Kubernetes of Docker Desktop for Mac — Autoscaler/HPA unable to find metricsMay 23, 2021May 23, 2021
Helm install Sprintboot applications get Liveness/Readiness probes are failed: connection refusedRecently I am trying to ship some springboot projects to kubernetes. So I chose Helm to manage my k8s setting. But when I tried to use Helm…May 6, 2021May 6, 2021
[Istio] unknown field “percentage” in v1alpha3.HTTPFaultInjection_DelayI am doing research about Istio recently. When I go through the official example Bookinfo at HTTP delay fault injection part. I…Apr 11, 2019Apr 11, 2019
helm upgrade is not recreating podUse helm to deploy and manage k8s files is very convenience. But helm upgrade will not recreate pods automatically. Someone will add…Mar 18, 20192Mar 18, 20192
[gitlab runner] Cannot connect to the Docker daemon at unix:///var/run/docker.sock.I want build my docker images through GitLab CI/CD. When the GitLab Runner tried to exec docker build process. I encountered problem:Oct 18, 20181Oct 18, 20181
Cloning repository failed issue by using docker to build GitLab CI/CD environmentI used docker to build GitLab CI/CD environment recently. But I encountered one problem that GitLab Runner container can not git clone…Oct 17, 20181Oct 17, 20181