Workload inspectionKubernetes
kubectl describe
Inspect detailed resource metadata and events.
Command
kubectl describe pod -n
Example usage
Troubleshoot scheduling issues or failed readiness probes.
kubectl describe pod <pod> -n <namespace>
kubectl describe deployment <name>
Related tags
Workload inspectionk8skubectlclusters