AKS Today – Implementing Liveness Probes in Kubernetes
I decided to improve the visibility that Kubernetes has into my node.js backend by implementing liveness probes. As we discussed previously, Kubernetes has two different types of health checks: Readiness probe – makes sure the container is ready to respond to user requests and participate in the load balancer. If it fails, it is removed. […]