istio组件介绍
Posted 东 皇
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了istio组件介绍相关的知识,希望对你有一定的参考价值。
导入镜像
docker load -i xxxx.tar docker images flannel istio-xxx bookinfo(node1,node2) master上:k8s相关 node1 和 node2 上: istio 和 bookinfo 相关。 剩下执行课上命令。
master:
node1 和 node2:
gateway问题
kubectl apply -f samples/bookinfo/networking/bookinfo-gateway.yaml
二级命令补全功能
[root@1 ~]# cd /cpf/istio-1.5.1/ [root@1 istio-1.5.1]# ll 总用量 28 drwxr-x---. 2 root root 22 3月 24 2020 bin drwxr-xr-x. 6 root root 79 3月 24 2020 install -rw-r--r--. 1 root root 11348 3月 24 2020 LICENSE -rw-r-----. 1 root root 595 3月 24 2020 manifest.yaml -rw-r--r--. 1 root root 5818 3月 24 2020 README.md drwxr-xr-x. 19 root root 4096 3月 24 2020 samples drwxr-x---. 2 root root 120 3月 24 2020 tools [root@1 istio-1.5.1]# cd tools/ [root@1 tools]# ll 总用量 188 -rw-r--r--. 1 root root 2031 3月 24 2020 convert_RbacConfig_to_ClusterRbacConfig.sh -rw-r--r--. 1 root root 10669 3月 24 2020 dump_kubernetes.sh -rw-r--r--. 1 root root 87942 3月 24 2020 _istioctl -rw-r--r--. 1 root root 84644 3月 24 2020 istioctl.bash [root@1 tools]# source istioctl.bash
profile
我们部署的是:demo。
打印套餐明细:(包含分钟数,流量xxxx)
[root@1 cpf]# istioctl profile dump demo > demo.yaml
rinetd
248 tar -zxvf rinetd.tar.gz 250 cd rinetd/ 254 sed -i 's/65536/65535/g' rinetd.c 256 mkdir -p /usr/man/ 259 yum install -y gcc 260 make 261 make install 262 vi /etc/rinetd.conf ( [root@1 rinetd]# cat /etc/rinetd.conf 0.0.0.0 20001 10.109.221.255 20001 [root@1 rinetd]# ) 263 rinetd /etc/rinetd.conf 264 netstat -tulpn
kiali
http://localhost:20001/ admin/admin
百度网盘
链接:https://pan.baidu.com/s/1AuNqLUGz8ozO2tLmfP82hQ 提取码:rwin
以上是关于istio组件介绍的主要内容,如果未能解决你的问题,请参考以下文章