1.Istio介绍? 官方文档:https://istio.io/docs/concepts/what-is-istio/ 中文官方文档:https://istio.io/zh/docs/concepts/what-is-istio/ Github地址:https://github.com/istio/istio/releases 1.1 Istio是什么? 官当解释: An open platform to connect, secure, control and observe servic…
1. 命令行工具 curl -L https://git.io/getIstio | sh - 2. 环境变量配置 export PATH=$PWD/bin:$PATH 3. RBAC 检验 kubectl api-versions | grep rbac 以下为官方介绍: If the command displays an error, or does not display anything, it means the cluster does not support RBAC, and…