【发布时间】:2020-10-11 18:05:40
【问题描述】:
在 GKE 中找到了 2 种安装 istio 的方法,不确定哪种是推荐的方法,有什么区别。
1. Installing via lots of commands shown in the Istio document
2. I have an existing GKE cluster, their is an option to edit the cluster and add-on as Istio enabled
虽然尝试了 2 种方式,但我在 GKE 集群工作负载 UI 控制台中看不到任何与 Istio 相关的服务,例如 citadel、galley、遥测,但如果我以 kubectl get pods -n istio-system 运行,我可以看到它在终端中运行
它们在安装上有什么不同,推荐的安装方式是什么?
【问题讨论】:
标签: google-kubernetes-engine kubernetes-ingress istio gke-networking