Skip to content

Kubernetes readiness probe integration #5

@shaneutt

Description

@shaneutt

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    Status
    Next

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions