kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.44k stars 14.28k forks source link

Doc Request: Troubleshooting Deployments #45776

Open ahmetb opened 5 months ago

ahmetb commented 5 months ago

This is a new documentation page request.

When I go to https://kubernetes.io/docs/tasks/debug/debug-application/ I don't see how someone using Deployment API can troubleshoot things. Deployment is a particularly tricky API since an app crashlooping won't show up on Deployment object, and there's an entire ReplicaSet layer that sits in between.

I think Kubernetes users deserve a guide on troubleshooting why their Deployment is not rolling out or running correctly.

The "Debugging Pods" section has Debugging Replication Controllers and frankly I'm not sure if that still applies to anyone since ReplicationController API has been sunset for almost a decade now.

/kind feature

sftim commented 5 months ago

/language en /triage accepted /priority important-longterm

Aaina26 commented 3 months ago

/sig docs /sig apps