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

recommend regional over zonal clusters in K8s deployment docs #10479

Closed
udnay opened this issue Apr 30, 2021 · 4 comments
Closed

recommend regional over zonal clusters in K8s deployment docs #10479

udnay opened this issue Apr 30, 2021 · 4 comments
Assignees

Comments

@udnay
Copy link

udnay commented Apr 30, 2021

Yandu Oppacher (udnay) commented:

The current multi-site guides use zonal clusters for the reference implementation. These should be regional clusters to ensure proper redundancy and matching SLA requirements within a region.

e.g.

regions = {
    'us-east1-b': 'us-east1',
    'us-west1-a': 'us-west1',
    'us-central1-a': 'us-central1',
}

Would only get a customer "single instance uptime" SLA of 99.5 instead of 99.99 for regional workloads. There is similarly a lower SLA for zonal GKE clusters. We should update the docs to reflect this.

Jira Issue: DOC-1605

@udnay
Copy link
Author

udnay commented Apr 30, 2021

We should also look through the README for multi-region in the CRDB repo which is also out of date. /cc @keith-mcclellan

@udnay
Copy link
Author

udnay commented Apr 30, 2021

e.g. External LB requirement is wrong if I understand what it's trying to do, you can hit internal LB from any region in google now

@taroface
Copy link
Contributor

@udnay I think I'm missing something, but based on Ben's comment in #4640, it sounds like each node needs to specify a separate AZ on start? I'm unsure how we can do that based on our STS configs, which use a single start command and specify 3 replicas. Let me know if this should be a separate issue.

@taroface taroface changed the title Refresh of GKE guides for multi-site recommend regional over zonal clusters in K8s deployment docs Jun 9, 2021
@github-actions
Copy link

We have marked this issue as stale because it has been inactive for
18 months. If this issue is still relevant, removing the stale label
or adding a comment will keep it active. Otherwise, we'll close it in
10 days to keep the issue queue tidy. Thank you for your contribution
to CockroachDB docs!

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

No branches or pull requests

4 participants