-
Notifications
You must be signed in to change notification settings - Fork 279
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
Startup order in Kubernetes #748
Comments
@DNCoelho : We solved this problem by installing Redis + Sentinel + HAProxy on the external servers to increase system stability for our production environment. |
@withsmilo |
Hmmm. I can see two alternatives for clipper:
2 seems easier and more native. |
@simon-mo |
Say you have a working clipper instance deployed in Kubernetes which uses an external persistent Redis instance provided via a statefulset. If for some reason the system stops working and a restart is needed, there is a possibility that the QueryFronend will startup before the Redis instance, which will cause the system to malfunction as it does not detect one of its components. Is there any way of preventing this behaviour beyond altering the QueryFrontend definition in order to include prevention mechanisms, such as init containers?
The text was updated successfully, but these errors were encountered: