the EDITOR and VISUAL environment variables
I installed a Debian Linux OS today, but found that the default text editor is nano, which I am not familiar with. After searching how […]
Read More →I installed a Debian Linux OS today, but found that the default text editor is nano, which I am not familiar with. After searching how […]
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 →Linux getopt command is often used to parse script options. I find a piece of boilerplate code for this command and mark it in this […]
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 →In this post, I will briefly describe the differences between disk block size and filesystem block size. In the computer architecture, every byte in the […]
Read More →A few days ago, I encountered an issue when using a self-signed certificate. The use case of the self-signed certificate is simple. I created a […]
Read More →These days I am trying to integrate one helm chart as a sub chart into another helm chart. However, I encountered a installation problem after […]
Read More →These days I am developing a feature involving rpm packages. Sometimes I need to extract the files from the rpm package instead of installing it. […]
Read More →A few days ago, I encountered the term ‘ACID’ when reading one article about database. I summarized the term in this post after searching it […]
Read More →