其他分享
首页 > 其他分享> > ServiceMesh实验室——00之实验室搭建

ServiceMesh实验室——00之实验室搭建

作者:互联网

实验室搭建

  1. Docker&&K8S 环境,这一篇(https://github.com/AliyunContainerService/k8s-for-docker-desktop)就够了。解决好了,docker pull K8S所需镜像问题。
  2. Helm 直接下载(https://github.com/helm/helm/releases)可执行文件,放到系统任一Path目录下即可。

  3. Istioctl 直接下载(https://github.com/istio/istio/releases)可执行文件,放到系统任一Path目录下即可。
    istio install #不需要提前获取istio/proxyv2 istio/pilot镜像,貌似没被墙可以很快自动获取到

至此,实验室就搭建好了,就这么简陋,这就够了。

下次就做点实验呗!

 

标签:00,github,实验室,istio,https,ServiceMesh,com,搭建
来源: https://www.cnblogs.com/KendoCross/p/15139832.html