You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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