Kubernetes: NameSpace

August 14, 2024 admin 0

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 […]

Kubernetes: Basic commands

August 14, 2024 admin 0

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. […]