istio installing

官网安装链接:https://istio.io/zh/docs/setup/install/istioctl/

istio不同配置的区别

官网安装链接:https://istio.io/zh/docs/setup/additional-setup/config-profiles/

istio安装卸载集群命令

# install
istioctl manifest apply --set profile=demo
# uninstall
istioctl manifest generate --set profile=demo | kubectl delete -f -

修改入口网关类型

 kubectl patch svc -n istio-system istio-ingressgateway -p '{"spec": {"type": "NodePort"}}'

相关文章:

  • 2021-11-30
  • 2021-11-30
  • 2021-12-05
  • 2021-11-23
  • 2021-10-11
  • 2021-10-18
  • 2021-07-03
  • 2021-05-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-08-16
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案