Why must Gateways be manually deployed in AKS when using Istio? #4534
Unanswered
benjaminxie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I follow the Istio tutorial on using a Kubernetes Gateway, I am unable to reach the application whether I use curl or the web browser. However, if I make the gateway use the external IP address of the service created by the Istio ingress chart (I believe this is called manual deployment), everything works. This AKS Engineering blog post on using Gateways and external ingress also uses manual deployment.
This suggests to me that there is something about AKS that necessitates manually deploying gateways as the Istio tutorials do not require it. Why can't they be automatically deployed?
Beta Was this translation helpful? Give feedback.
All reactions