chapter eight
8 Troubleshooting Kubernetes
This chapter covers
- Monitoring and viewing logs
- Identifying high CPU or RAM usage
- Resolving common cluster problems
- Analyzing network traffic to identify communication concerns
Troubleshooting is the biggest topic (30%) on the Certified Kubernetes Administrator (CKA) exam, so we cover it in great detail in this chapter. Troubleshooting means fixing problems with applications, control plane components, worker nodes, and the underlying network. When running application pods in Kubernetes, problems will arise, such as concerns with pods, Services, and Deployments.