标签:default serve hosts cto version alpha ber select data
部署istio的ingressGateway时,
把istio的IngressGateway理解为 k8s的ingressController
把Gateway理解为 k8s的ingress规则
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: test-gateway
namespace: test
spec:
selector:
istio: ingressgateway # use istio default controller
servers:
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: test-destinationrule
namespace: test
spec:
host: test-service
trafficPolicy:
tls:
mode: ISTIO_MUTUAL
subsets:
标签:default serve hosts cto version alpha ber select data
原文地址:https://www.cnblogs.com/tian-jun-cs/p/14750782.html