# Troubleshooting Applications

> Debugging common containerized application issues.

---

LLMS index: [llms.txt](/llms.txt)

---

This doc contains a set of resources for fixing issues with containerized applications. It covers things like common issues with Kubernetes resources (like Pods, Services, or StatefulSets), advice on making sense of container termination messages, and ways to debug running containers.

---

Section pages:

- [Debug Pods](/docs/tasks/debug/debug-application/debug-pods/)
- [Debug Services](/docs/tasks/debug/debug-application/debug-service/)
- [Debug a StatefulSet](/docs/tasks/debug/debug-application/debug-statefulset/)
- [Determine the Reason for Pod Failure](/docs/tasks/debug/debug-application/determine-reason-pod-failure/)
- [Debug Init Containers](/docs/tasks/debug/debug-application/debug-init-containers/)
- [Debug Running Pods](/docs/tasks/debug/debug-application/debug-running-pod/)
- [Get a Shell to a Running Container](/docs/tasks/debug/debug-application/get-shell-running-container/)
