在 GKE / Google Cloud 上安装 Istio
Installation of Istio on GKE / Google Cloud
我在 GCP 上创建了一个免费帐户,这也是我的第一个集群。
我想在我的 GKE 集群上部署 istio
,所以我正在关注 official instructions。
在某些时候,说明表明我应该
Ensure that the Google Kubernetes Engine API is enabled for your
project (also found by navigating to “APIs & Services” -> “Dashboard”
in the navigation bar)
这是什么意思?
自从我创建以来 API 不是已经激活并且我是 运行 集群吗?
如果不启用 API API,集群如何成为 运行 ?
启用 GKE API 是 运行ning GKE 的先决条件。如果你已经 运行 GKE 那么你可以跳过这部分。
您可以在创建 GKE 集群的过程中启用 Istio。这是来自 Google 的好指令:https://cloud.google.com/istio/docs/istio-on-gke/installing
这些信息如何在 GKE 上安装 Istio - 描述了 "Istio instalation on GKE add-on"。
如果您对如何手动安装 Istio 的说明感兴趣,可以从 google here 中找到说明。
要验证 GKE disable/enable API,请 运行:
API服务与服务
类型:
Kubernetes 引擎 API
此概述提供了有关此 api 的更多信息。
我在 GCP 上创建了一个免费帐户,这也是我的第一个集群。
我想在我的 GKE 集群上部署 istio
,所以我正在关注 official instructions。
在某些时候,说明表明我应该
Ensure that the Google Kubernetes Engine API is enabled for your project (also found by navigating to “APIs & Services” -> “Dashboard” in the navigation bar)
这是什么意思? 自从我创建以来 API 不是已经激活并且我是 运行 集群吗?
如果不启用 API API,集群如何成为 运行 ?
启用 GKE API 是 运行ning GKE 的先决条件。如果你已经 运行 GKE 那么你可以跳过这部分。
您可以在创建 GKE 集群的过程中启用 Istio。这是来自 Google 的好指令:https://cloud.google.com/istio/docs/istio-on-gke/installing
这些信息如何在 GKE 上安装 Istio - 描述了 "Istio instalation on GKE add-on"。
如果您对如何手动安装 Istio 的说明感兴趣,可以从 google here 中找到说明。
要验证 GKE disable/enable API,请 运行:
API服务与服务
类型:
Kubernetes 引擎 API
此概述提供了有关此 api 的更多信息。