Istio 的最小 Google Kubernetes Engine 集群大小/配置是多少?
What is the minimum Google Kubernetes Engine cluster size / Configuration for Istio?
我尝试使用 Google 云部署管理器在 Google Kubernetes Engine 上启动 Istio,如 Istio Quick Start Guide 中所述。
我的目标是为一些非常轻量级的微服务建立一个尽可能小的集群。
不幸的是,集群中的 Istio pods 在使用
1 个节点 GKE
- g1-小或
- n1-标准-1
集群。
例如,istio-pilot 失败,状态为“0 of 1 updated replicas available - Unschedulable”。
我没有发现任何超出集群资源的提示,所以我想知道:
成功 运行 Istio(和一些轻量级微服务)的最小 GKE 集群大小是多少?
我找到的是问题Istio#216,但它没有包含答案。另外,当然,集群大小取决于微服务,但我基本上对开始的最小集群感兴趣。
If you use GKE, please ensure your cluster has at least 4 standard GKE nodes. If you use Minikube, please ensure you have at least 4GB RAM.
我尝试使用 Google 云部署管理器在 Google Kubernetes Engine 上启动 Istio,如 Istio Quick Start Guide 中所述。 我的目标是为一些非常轻量级的微服务建立一个尽可能小的集群。
不幸的是,集群中的 Istio pods 在使用 1 个节点 GKE
- g1-小或
- n1-标准-1
集群。 例如,istio-pilot 失败,状态为“0 of 1 updated replicas available - Unschedulable”。
我没有发现任何超出集群资源的提示,所以我想知道:
成功 运行 Istio(和一些轻量级微服务)的最小 GKE 集群大小是多少?
我找到的是问题Istio#216,但它没有包含答案。另外,当然,集群大小取决于微服务,但我基本上对开始的最小集群感兴趣。
If you use GKE, please ensure your cluster has at least 4 standard GKE nodes. If you use Minikube, please ensure you have at least 4GB RAM.