MENU

Fun & Interesting

Probes in Kubernetes with Hands-on

Pavan Elthepu 21,584 2 years ago
Video Not Working? Fix It Now

In the Kubernetes Architecture chapter of this series, we’ve learned that a pod is restarted automatically if Kubernetes finds a pod in an unhealthy state. But how does Kubernetes knows if a pod is healthy or not? In this section, we’ll learn how K8s identifies whether a pod is working or not, and also we’ll learn how we can customize this behavior using Probes with complete Hands-on. We'll learn about 3 different types of Probes that Kubernetes provides: 1. Startup Probe 2. Liveness Probe 3. Readiness Probe Manifests: https://github.com/pelthepu/Kubernetes/tree/master/resources/statefulsets Please give a Like and Subscribe - https://bit.ly/pavanelthepu Timestamps: 0:00 - Intro 00:36 - Need for a probe 02:43 - Liveness Probe 03:42 - Probing Mechanisms 05:08 - Probe customisation 09:08 - Readiness Probe 12:27 - Startup Probe 15:59 - Summary with the flow diagram 17:07 - Best Practices My other courses: Docker Complete Course: https://youtu.be/1eVy_iWrc20 Thank you very much! #kubernetes #probes #fullstackdevelopment #devops

Comment