Kubernetes Administration 101: Basic Cluster Tasks Every Admin Should Know
Examining pods
Using kubectl we can examine the pods running in the cluster. The simplest way is to run this command.
# Simple command to examine the pods
$ kubectl get po
# To get information about the pods running in a specific namespace and showi...
bernieops.com2 min read