a few words about prometheus
A few days ago I implemented the horizontal pod auto scaling for our application based on customer metrics in the Kubernetes. During the implementation, I […]
Read More →A few days ago I implemented the horizontal pod auto scaling for our application based on customer metrics in the Kubernetes. During the implementation, I […]
Read More →A few days ago, when I tried to install the below application with the latest helm chart using helm v2 command, I got an error […]
Read More →In this post, I will list a few examples for kubectl comman, which can be referenced in daily work. 1. create tls secret kubectl create […]
Read More →A few days ago I was assigned a user story to investigate the upgrade of our application in Kubernetes environment without breaking the application servicing customers. […]
Read More →Confirm the name of the node you want to remove, and make sure that the pods on the node can be terminated. The pod list […]
Read More →I showed how to create a self-signed certificate using openssl command line in this post. However, after I created a self-signed certificate using the similar […]
Read More →在RHEL7的虚拟机上搭建一个kubernetes 1.11集群,环境如下 master: 192.168.10.1 node1: 192.168.10.2 node2: 192.168.10.3
Read More →As we know, the IP addresses of pods and services in kubernetes are not accessible from the outside of the kubernetes cluster. In order for […]
Read More →Recently I was trying to use nslookup in pod initContainers in order to make sure that some services are available during pod startup. However, it didn’t work […]
Read More →