Difference between revisions of "Kubernetes troubleshooting"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* <code>[[kubectl describe nodes]]</code>, review [[kubectl describe nodes (conditions:)|conditions:]] | * <code>[[kubectl describe nodes]]</code>, review [[kubectl describe nodes (conditions:)|conditions:]] | ||
− | + | * <code>[[kubectl top]] or [[K9s]] | |
== Related == | == Related == |
Revision as of 14:19, 22 November 2022
kubectl logs your_pod
kubectl get events -A
kubectl describe pod your_pod
kubectl describe nodes
, review conditions:
kubectl top or K9s
Related
Insufficient cpu
Insufficient memory
MemoryPressure
DiskPressure
Diagram
See also
- K8s troubleshooting:
kubectl logs, kubectl top, kubectl get events -A, kubectl describe pod
, Liveness, Readiness, Kubernetes events
, Pulling image, OOMKilled, ProbeWarning, Reason, FailedScheduling
, errImagePull, ImagePullBackOff
, Kubelet conditions: MemoryPressure, DiskPressure, KubeletHasSufficientPID, KubeletReady, kubectl [ debug | attach | exec ] kubectl cluster-info dump, SimKube, KWOK
Advertising: