How to use the cluster mode with replicas in kubernetes? #1181
Unanswered
Christian-Steusloff
asked this question in
Q&A
Replies: 1 comment
-
|
I would be also interested in this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to deploy garnet within the kubernetes environment using the helm script provided, to create an always-on-system.
I have created the following values.yaml file:
Deploy the pods with helm install
helm upgrade --install garnet oci://ghcr.io/microsoft/helm-charts/garnet -f .\values.yaml -n garnetI then created a cluster manually (https://microsoft.github.io/garnet/docs/cluster/overview). Can this also be done automatically with helm deployment?
I cannot access the KEYS or create new KEYS via the service in Kubernetes. How should I access them?
Furthermore, I cannot find an option for the FAILOVER. How can an always-on system be realized with garnet?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions