- Kubernetes
- kubectl
- YAML
- Metrics Server
Implemented liveness probe to auto-restart unhealthy containers
Added readiness probe to control traffic flow to containers
Configured startup probe for slow-initializing apps
Enabled Metrics Server to monitor CPU and memory usage
Simulated a failing Pod and debugged using kubectl logs and describe
Deployed a multi-replica Deployment for observability testing