Using Istio IngressClass with a custom Istio Ingress Gateway name #55607
Unanswered
FedorAredakov
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
Not sure I understand the question exactly. Normally a gateway refers to the gatewayClass such as: apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: istio-ingressgateway
spec:
gatewayClassName: istio
...
---
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: istio-external-gateway
spec:
gatewayClassName: istio
...https://istio.io/latest/docs/tasks/traffic-management/ingress/ingress-control/#configuring-ingress-using-a-gateway has some details, note that there is a tab for |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Hi @FedorAredakov and @ilrudie, did you by chance find a solution for this ? Running into the same problem. Thanks! |
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!
I must use several Ingress Gateways in my cluster and refer them from different Ingresses.
So I want to install two different Ingress Gateways.
The first one works fine
but when I add the second one
I can't find a way how to refer it from an IngressClass.
Any Ideas?
P.S.
Yes, I know that is possible to do with a Gateway and a Virtual Service objects but I have a lot of legacy apps with Ingresses.
Beta Was this translation helpful? Give feedback.
All reactions