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
When originally developed, k8s service discovery could iterate through zones b/c we created clusters in specific zones. Today, clusters can be created in a "region" with redundancy in zones. However, the k8s API server runs on a regional address now, so the following is not enough:
When originally developed, k8s service discovery could iterate through zones b/c we created clusters in specific zones. Today, clusters can be created in a "region" with redundancy in zones. However, the k8s API server runs on a regional address now, so the following is not enough:
Instead, we need to use something like:
The text was updated successfully, but these errors were encountered: