Introduction to GKE troubleshooting

Keep your services on Google Kubernetes Engine (GKE) running smoothly by learning how to effectively troubleshoot your issues. Whether you're new to Kubernetes or an experienced user, learn to diagnose and resolve common problems, ranging from application errors like CrashLoopBackOff to cluster-wide issues like nodes not joining or Pods failing to schedule. You'll learn to troubleshoot these issues by using key tools like the kubectl command-line tool, Cloud Logging, and Cloud Monitoring.

Build your GKE troubleshooting skills with these tools and techniques:

Understand core concepts

If you're new to Kubernetes and GKE, understanding core concepts, like cluster architecture and the relationship between Pods and nodes, is essential before you start to troubleshoot. If you want to learn more, see Start learning about GKE.

It's also helpful to understand which parts of GKE you're responsible for maintaining and which parts Google Cloud is responsible for maintaining. For more information, see GKE shared responsibility.

What's next