ContainerSolutions / redis-cluster-operator

A Kubernetes Operator for running Production Redis Clusters
Apache License 2.0
7 stars 3 forks source link

Feature add readiness and liveness probes #14

Closed chris-cmsoft closed 2 years ago

chris-cmsoft commented 2 years ago

Adds Readiness and Liveness probes for Redis containers.

This makes sure that when we fetch pods and check readiness in the Operator, we can be sure that Redis is running and responding in that pod, which allows us to avoid having to do a bunch of checks in the operator.

Closes #8