Can I use Istio gateway for a NodePort-type service? #56068
Unanswered
lengcangche-gituhub
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Yes. Just use the in-cluster service hostname like Also, the gateway does not require a nodeport for this to work. You could also do this with a ClusterIP service if that suits your use case. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my scenario, it is not possible to use an external load balancer to expose the application service, so I need to set the application service to NodePort-type. Can I use Istio gateway to forward inbound traffic to a NodePort-type application service?
Beta Was this translation helpful? Give feedback.
All reactions