Types of Health Checks in Kubernetes
Types of Health Checks in Kubernetes

Types of Health Checks in Kubernetes
Kubernetes supports 2 types of health checks. First Liveness probe and second one is Readiness Probe. In this article you will learn what are the importance of these 2 health checks.
Distributed systems are hard to manager, because there are many moving parts that all need to work in an order for the system to function. If a small part breaks, then system has to detect it.. Read more