已解决
Istio实战(六)- Istio 部署
来自网友在路上 162862提问 提问时间:2023-10-25 17:08:32阅读次数: 62
最佳答案 问答题库628位专家为你答疑解惑
部署Istio方法
- Istioctl
- Istio Operator
- Helm
4.2 使用Istioctl 部署
# mkdir /apps
# cd /apps
# curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.13.3 TARGET_ARCH=x86_64 sh -
# ln -sf /apps/istio-1.13.3 /apps/istio
# ln -sf /apps/istio/bin/istioctl /usr/bin/
4.3 查看Istio内置档案
# istioctl profile list
Istio configuration profiles:defaultdemoemptyexternalminimalopenshiftpreviewremote
4.4 部署Istio集群
# istioctl install -s profile=demo -y
✔ Istio core installed
✔ Istiod installed
查看全文
99%的人还看了
相似问题
猜你感兴趣
版权申明
本文"Istio实战(六)- Istio 部署":http://eshow365.cn/6-24320-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!