Confirm Kubernetes Cluster
SSH into Kubernetes Master Node
Confirm Kubernetes Nodes
kubectl get nodesExample output from a healthy Kubernetes cluster
root@node1:~# kubectl get nodes
NAME STATUS ROLES AGE VERSION
node1 Ready control-plane 18m v1.25.6
node2 Ready <none> 17m v1.25.6
node3 Ready <none> 17m v1.25.6Confirm Kubernetes Pods
kubectl get pods -n kube-systemExample output of the pods that are the brains of the cluster
Verify etcd Status and Health
Example/Expected Output of etcd Health Check
Last updated