Replies: 3 comments 1 reply
-
|
ping ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Is this a dumb question or is there no idea of this at all ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
YanshuoH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Seeking Best Practices for Waypoint Proxy Deployment in Large-Scale Ambient Mesh
Background
We're exploring a transition to ambient mesh in our Kubernetes cluster which contains:
While the L4 security features with ztunnel seem straightforward, I'm looking for community guidance on waypoint proxy deployment topology for handling L7 features.
Current Concerns
In our current sidecar deployment, network paths follow a predictable pattern:
With ambient mesh, the potential path becomes:
The challenge is that these components might span multiple nodes:
This cross-node traffic pattern seems more complex than our current sidecar model, potentially introducing additional latency and network hops.
Questions for the Community
What's the recommended waypoint deployment topology for a large-scale production environment?
Should we deploy waypoints per namespace, per service, or using some other logical grouping?
What affinity rules have worked well for waypoint deployment to minimize cross-node traffic?
How are others handling waypoint scalability for services with varying traffic patterns?
Thanks in advance for your insights.
Beta Was this translation helpful? Give feedback.
All reactions