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
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
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.