Terraform, GKE - Option to create a Regional Cluster #1441
Labels
area/operations
Installation, updating, metrics etc
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
kind/documentation
Documentation for Agones
kind/feature
New features for Agones
Milestone
Is your feature request related to a problem? Please describe.
A best practice for production workload on GKE would be to run on Regional Clusters, and not Zonal Clusters. Regional clusters provide redundancy on the masters, as well as allowing nodepools to exist across zones as well.
Describe the solution you'd like
Have an option to create the cluster as Regional within GKE on the Terraform config.
This should also turn off cluster auto balancing as well.
We should discuss if this should be the default or not.
Default on is a breaking change, but drives people towards a production setup.
Default off is a nicer "try out" experience, but drives people towards a non-production setup. We could potentially solve this with documentation.
Describe alternatives you've considered
None.
Additional context
The text was updated successfully, but these errors were encountered: