Stage 5. Pod custom readiness gate failure

Kubernetes allows the implementation of custom readiness checks before the Pod is permitted to serve traffic. This is very important when implementing operator patterns for stateful services. This validator detects if the Pod custom readiness probes are failing.

Affected Resources: Pod

Example

kind: Pod ... spec: readinessGates: - conditionType: "www.example.com/feature-1" status: conditions: - type: "www.example.com/feature-1" status: "False" lastProbeTime: null lastTransitionTime: 2022-01-01T00:00:00Z

Resolution

  • Check readiness gates and conditions
  • Need other validation rules?

    Please let us know if there are other built-in validation rules you would like to see in Kubevious to detect misconfigurations and violations to best practices. Optionally, you can provide your details so we can reach out to you with follow-up questions.

    Share this article on:
    message