Istio GatewayIngress 步骤: 创建Gateway 创建VirtualService 样例文件 gateway.yaml 1 2 3 4 5 6 7 8 9 10 11 12 13 14 apiVersion:networking.istio.io/v1alpha3kind:Gatewaymetadata:name:www-test-iospec:selector:istio:ingressgateway# use Istio default gateway implementationservers:- port:number:80name:httpprotocol:HTTPhosts:- "www.test.io" virtualserver.yaml 1 2 3 4 5 6 7 8 9 10 11 12