Azure 容器服务 (AKS) 上的 Istio
Istio on Azure Container Service (AKS)
我正计划在我的新 AKS 集群上安装 Istio。但是在Istio的先决条件中提到K8S集群需要开启RBAC。但是,我读到 AKS(预览版)没有启用它。这是真的?我可以选择在 AKS 上试用 Istio 吗?
事实上,RBAC 目前在 Azure AKS 中不可用。根据这个 GitHub issue 它在 2018 年第一季度的路线图上。
在 Azure 中,您可以使用 ACS which is an older version of AKS, but with control over Kubernetes master or acs-engine 来完全控制 Kubernetes 集群。
AKS 是 GA,看起来 RBAC 现已可用,
https://azure.microsoft.com/en-us/blog/azure-kubernetes-service-aks-ga-new-regions-new-features-new-productivity/
AKS 现在默认启用 RBAC
。
还有关于如何安装 Istio 的文档:
我正计划在我的新 AKS 集群上安装 Istio。但是在Istio的先决条件中提到K8S集群需要开启RBAC。但是,我读到 AKS(预览版)没有启用它。这是真的?我可以选择在 AKS 上试用 Istio 吗?
事实上,RBAC 目前在 Azure AKS 中不可用。根据这个 GitHub issue 它在 2018 年第一季度的路线图上。
在 Azure 中,您可以使用 ACS which is an older version of AKS, but with control over Kubernetes master or acs-engine 来完全控制 Kubernetes 集群。
AKS 是 GA,看起来 RBAC 现已可用, https://azure.microsoft.com/en-us/blog/azure-kubernetes-service-aks-ga-new-regions-new-features-new-productivity/
AKS 现在默认启用 RBAC
。
还有关于如何安装 Istio 的文档: