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
Kubernetes control plane verification