Kubernetes pods in depth analysis

Kubernetes pods in depth analysis. In this article I will go deep on the pod behavior. If you want to get a high level understanding, first, please take a look at this other post. Pods are defined using yaml files. This picture that is also on the other post is the base of what I … Read more

Kubernetes NFS migration on the same cluster

I needed to perform a Kubernetes NFS migration from one back-end server to another. An application suite installed, that was already being used, called Cloud Pak for Data was installed and we did not want to reset it. The cluster is an Openshift Container Platform version 4.3. It is running on a POWER system (ppc64le). … Read more