You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.
While creating a storage class, you can pass in an AZ, or leave it up to the provisioner to pick a random one. I don't know if storage can be managed easily across AZs
As for making this work on AWS, it might be as simple as adding some overrides in the settings.yaml, but we will have to test that. I will be happy to do so and report back the results.
Also, @rimusz might know more about this currently.
And to maintain storage/AZ affinity across k8s nodes, your back end services need to be clustered so then you spread them across AZ.
There is no magic k8s to do that automatically, it all depends what you use, if e.g mondo or postgres can be set as a cluster, then you spread tehm around AZ.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for releasing alea! I'm excited to try it out in our cluster.
We run a multi-AZ Kubernetes/Deis cluster on AWS. How do you maintain storage/AZ affinity across k8s nodes?
The text was updated successfully, but these errors were encountered: