y120.第七章 服务网格与治理-Istio从入门到精通 -- Istio流量治理快速入门(六)

4.6 示例2:开放Grafana至集群外部

  • 若需要在集群外部访问Kiali,可通过为其定义相应的Gateway、VirtualService和DestinationRule资源完成

定义Ingress Gateway上的虚拟主机,这里将使用80端口;

apiVersion: networking.istio.io/v1beta1 
kind: Gateway
metadata:
  name: grafana-gateway
  namespace: istio-system 
spec:
  selector:

猜你喜欢

转载自blog.csdn.net/qq_25599925/article/details/125587456