09/29/2021 docker commit is not a good way to create docker image as it makes image size bigger, using multi-stage build instead. ...
Jenkins CI/CD Concept
Jenkins is a great tool for continuous integration and continuous delivery.The CI/CD and their responsibilities: +---- ...
Helm Tiller Server Deploy
Kubernetes version 1.13.2 Helm 3 removes the Tiller server, see this post This blog primarily talks about Tiller server, especiall ...
OpenShift SCC Customized
OpenShift version: 3.10 There are by default 7 SCCs in OpenShift, but that may not satisfy the demands and it’s better to create a ...
Grant User sudo Privilege
Let’s see how to grant a regular user sudo privilege, this is summaried from process to use regular user instead of root. Use of s ...
Git Partial Merge
I was previously working on a separate branch branch-tmp, now I want to merge some files in that branch into my main personal bran ...
Leetcode Java Summary
TO-DO hiring season, internal reference position: backend developer, DevOps, Infra system design from x code in my laptop? baidu ...
Openshift Vs Kubernetes
OpenShift version: 3.10 I have worked on Kubernetes and OpenShift for several months, both are good container management and sched ...
Git Origin Vs Upstream
Using Git everyday and pull push everyday, let’s spend time to undestand the concept origin and upstream fully. You can edit the u ...