September 2022
Intermediate to advanced
416 pages
9h 16m
English
The following FAQs are not exhaustive, but they are important for running your Kubernetes cluster:
Use the kubectl get deployment <deployment> command. If DESIRED, CURRENT, and UP-TO-DATE are all equal, then the deployment has succeeded.
A pod with the Pending status cannot be scheduled onto a node. Inspecting the pod using kubectl describe pod <pod> will give you details on why the pod is stuck. Additionally, you can use the kubectl logs <pod> command to understand if there is contention.
The most common reason for this issue is some pod requesting more resources.
Read now
Unlock full access