Replies: 1 comment
-
Read a bit about merged gateways, but based on docs all gateways merged will be allocated the same external IP. ![]() please correct us |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We plan to migrate from the now-(closed) source Gateway to Envoy. Everything is well, but we need advice:
Our current setup: Bare metal cluster + Cilium CNI + Cilium L2 announcement
We're able to get gateway accessible from external traffic, however, it is only applicable to One IP address only per gateway. We do not have any redundancies in case the node that owns the IP dies.
In our previous setup, we have 2 services with IPs owned by different nodes.
Since we're using Gateway API and we're not familiar with, how can we do a similar setup with our previous one?
Explored option:
multiple gateways, each with its own IP address, but this requires HTTPRoute attaching to every gateway.
Moreover, each gateway would spin up its own pods/ds/deployment, which wastes cluster resources.
Beta Was this translation helpful? Give feedback.
All reactions