Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add readiness and liveness probes to Redis containers #40

Open
voltbit opened this issue Dec 10, 2020 · 0 comments
Open

Add readiness and liveness probes to Redis containers #40

voltbit opened this issue Dec 10, 2020 · 0 comments

Comments

@voltbit
Copy link
Contributor

voltbit commented Dec 10, 2020

The controller only reacts to changes in Kubernetes resources, mainly Pods and the containers inside. If Redis fails without causing a change to the Kubernetes objects the reconccile loop will not be triggered.
We can ensure the Redis nodes are always in the expected state using liveness and readiness probes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant