安装istio

安装istio

指定使用demo profile安装:

istioctl install --set profile=demo -y

image-20211106063625959

安装完成后,可以使用verify-install确认istio的状态:

istioctl verify-install

image-20211106063734386


istio的组件被部署在istio-system namespace里,demo profile会部署istiod, egressgateway, ingressgateway三个组件:

image-20211106063754269