Istio-经过Helm快速安装

Istio-经过Helm快速安装

Istio是一个服务网格(Service Mesh)软件,能够在Kubernetes中快速安装:git

一、建立配置文件

helm template install/kubernetes/helm/istio --name istio --namespace istio-system > $HOME/istio.yaml

二、运行Kubectl安装

$ kubectl create namespace istio-system
$ kubectl create -f $HOME/istio.yaml

三、下载镜像

上面的命令运行后,因为镜像长时间下载不成功,致使Istio服务没法正常运行,能够手工下载,而后刷新下状态便可:github

docker pull quay.io/coreos/hyperkube:v1.7.6_coreos.0

四、参考资源:

相关文章
相关标签/搜索