Kubernetes Control Plane Node Verification

Log in to the Kubernetes control plane node as the root user and verify that all Kubernetes pods are running properly. The following commands can be used for verifying.

# kubectl get nodes

# kubectl get pods -A


cf26da18-9d85-4cdc-8fe0-960734132eca.png

Kubernetes control plane verification