Summary
In this chapter of the book, you first got an introduction to how to create a fully managed Kubernetes cluster on Amazon EKS using Fargate and how to deploy a simple application on this cluster. Then, you learned how to create a hosted Kubernetes cluster in Azure AKS and run the animals
application on it, followed by doing the same for Google’s own hosted Kubernetes offering, GKE.
Are you ready to unlock the secrets of keeping your production environment in peak health? In the next chapter, we will dive into the exciting realm of monitoring and troubleshooting an application running in production. We’ll explore diverse techniques for instrumenting and overseeing both individual services and entire distributed applications operating on a Kubernetes cluster. But it doesn’t stop there—you’ll also learn about creating alerts based on crucial metrics. And when things go awry, we’ll guide you on how to troubleshoot live applications without...