August 14, 2024

Kubernetes

Kubernetes: NameSpace

The namespaces in Kubernetes provides a way for separating groups of resources hosted within a single cluster. While the default namespace where all the pods and applications get hosted is in the “default” namespace, the…


Kubernetes

Kubernetes: Basic commands

Once the installation of Kubernetes cluster is competed, let us go with the basic commands. The below command lists the pods running on the cluster. Remember that there are several services used by Kubernetes already…