Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.09 KB

File metadata and controls

28 lines (17 loc) · 1.09 KB

Kubernetes Debugging Repository

This repository is dedicated to learning and debugging Kubernetes. It is organized by Kubernetes components to help users quickly find relevant debugging information.

Start Here

How to Debug

  • API Server: Debugging the Kubernetes API server.
  • Scheduler: Debugging the Kubernetes scheduler.
  • Kubelet: Debugging the Kubernetes node agent.
  • Controller Manager: Debugging the Kubernetes controller manager.
  • Etcd: Debugging the distributed key-value store.
  • Networking: Debugging Kubernetes networking issues.
  • Storage: Debugging Kubernetes storage issues.
  • Applications: Debugging applications running on Kubernetes.

How to Use

Navigate to the folder of the component you want to debug and follow the instructions provided.

License

This repository is open-source and available under the MIT License.