How to expose services with a private LoadBalancer? #16187
Answered
by
dprotaso
kszlachcikowski
asked this question in
Q&A
-
|
I have the following use case:
Is |
Beta Was this translation helpful? Give feedback.
Answered by
dprotaso
Oct 28, 2025
Replies: 1 comment
-
|
The only net-* plugin that would support this is The use case you describe is similar to the person who authored this change. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dprotaso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only net-* plugin that would support this is
net-istio- you can have different gateways for different knative services using the config option herehttps://github.com/knative-extensions/net-istio/blob/1d8e2573b1e0d7a3800f6a4052b654c818c2762d/config/400-config-istio.yaml#L49
The use case you describe is similar to the person who authored this change.