Kubernetes readiness probes indicate whether a pod is ready to receive traffic. Praxis should incorporate this signal into endpoint health decisions rather than relying solely on its own active health checks.
Goal
Incorporate Kubernetes readiness state into Praxis endpoint health decisions.
Requirements
- Endpoints failing Kubernetes readiness are removed from the active pool
- Endpoints passing readiness are re-added
- Works alongside (not replacing) Praxis active health checks — both must pass for an endpoint to be active
- Readiness-driven changes take effect immediately (not waiting for the next health check interval)
Kubernetes readiness probes indicate whether a pod is ready to receive traffic. Praxis should incorporate this signal into endpoint health decisions rather than relying solely on its own active health checks.
Goal
Incorporate Kubernetes readiness state into Praxis endpoint health decisions.
Requirements