In the past seven chapters, we discussed all of the fundamental concepts of Kubernetes, and starting in this chapter, we will shift gears and move to other important topics such as how to efficiently manage and monitor Kubernetes clusters, best practices, and a detailed summary of all important kubectl commands.
Specifically, in this chapter, we will start our discussion of probes. You will learn what probes are and how we can health-check our applications and containers using probes. We will discuss ...