mirror of https://github.com/istio/istio.io.git
parent
b2dd293b80
commit
1521380b30
|
|
@ -125,7 +125,7 @@ An ingress [Gateway](/docs/reference/config/networking/v1alpha3/gateway/) descri
|
|||
It configures exposed ports, protocols, etc.
|
||||
but, unlike [Kubernetes Ingress Resources](https://kubernetes.io/docs/concepts/services-networking/ingress/),
|
||||
does not include any traffic routing configuration. Traffic routing for ingress traffic is instead configured
|
||||
using Istio routing rules, exactly in the same was as for internal service requests.
|
||||
using Istio routing rules, exactly in the same way as for internal service requests.
|
||||
|
||||
Let's see how you can configure a `Gateway` on port 80 for HTTP traffic.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue