Installing Ingress Gateways with Istio
kubectl create namespace <GATEWAY_NAMESPACE>kubectl label namespace <GATEWAY_NAMESPACE> istio.io/rev- istio-injection=enabled --overwritekubectl apply -n <GATEWAY_NAMESPACE> -f samples/gateways/istio-ingressgatewaykubectl get pod,service -n <GATEWAY_NAMESPACE>
Last updated

