Kubernetes Probes
Jan 8, 2024 · 4 min read · Kubernetes Probe: Kubernetes probe acts as a guardian, It continuously monitors the health status or does health checks on pods, containers & hosted applications. Types of Probe: Kubernetes provided three types of probes. a) Liveness Probe b) Readine...
Join discussion