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
Marking a service global enables cross-cluster communication.
59
60
Istiod configures east-west gateways to accept and route global service traffic to local pods and
@@ -80,7 +81,7 @@ By default, ztunnel load balances traffic uniformly across all endpoints --even
80
81
but is configurable through the service's `trafficDistribution` field to only cross cluster boundaries when there are no local endpoints.
81
82
Thus, users have control over whether and when traffic crosses cluster boundaries with no changes to application code.
82
83
83
-
## Limitations and roadmap
84
+
## Limitations and Roadmap
84
85
85
86
Although the current implementation of ambient multicluster has the foundational features for a multicluster solution,
86
87
there is still a lot of work to be done.
@@ -96,4 +97,4 @@ We are also looking to improve our reference documentation, guides, testing, and
96
97
97
98
If you would like to try out ambient multicluster, please follow [this guide](TODO).
98
99
Remember, this feature is in alpha status and not ready for production use.
99
-
We welcome your bug reports, thoughts, comments, and use cases -- you can reach us on [Github](https://github.com/istio/istio) or [Slack](https://istio.slack.com/).
100
+
We welcome your bug reports, thoughts, comments, and use cases -- you can reach us on [GitHub](https://github.com/istio/istio) or [Slack](https://istio.slack.com/).
0 commit comments