Skip to content

muhammadhassaan-solves/k8s-health-probes-for-scalable-app-reliability

Repository files navigation

Kubernetes Health Probes for App Reliability

Description

I deployed multiple Kubernetes applications and configured Liveness, Readiness, and Startup Probes to monitor their health. I simulated real-world failure scenarios to observe how Kubernetes handles restarts and controls traffic flow to ensure app reliability and uptime.

Tools and Technologies

  • Kubernetes
  • kubectl
  • YAML
  • BusyBox

Project Walk-through

Create Pod with Liveness and Readiness Probes


Simulated probe failures to observe automatic restarts


Observe Pod Behavior using Bash Script


Deploy a pod with a startup probe to handle slow-starting applications


Releases

No releases published

Packages

No packages published

Languages