欢迎关注我的公众号:
目前刚开始写一个月,一共写了18篇原创文章,文章目录如下:
istio防故障利器,你知道几个,istio新手不要读,太难!
不懂envoyfilter也敢说精通istio系列-http-rbac-不要只会用AuthorizationPolicy配置权限
不懂envoyfilter也敢说精通istio系列-02-http-corsFilter-不要只会vs
不懂envoyfilter也敢说精通istio系列-03-http-csrf filter-再也不用再代码里写csrf逻辑了
不懂envoyfilter也敢说精通istio系列http-jwt_authn-不要只会RequestAuthorization
不懂envoyfilter也敢说精通istio系列-05-fault-filter-故障注入不止是vs
不懂envoyfilter也敢说精通istio系列-06-http-match-配置路由不只是vs
不懂envoyfilter也敢说精通istio系列-07-负载均衡配置不止是dr
不懂envoyfilter也敢说精通istio系列-08-连接池和断路器
不懂envoyfilter也敢说精通istio系列-09-http-route filter
不懂envoyfilter也敢说精通istio系列-network filter-redis proxy
不懂envoyfilter也敢说精通istio系列-network filter-HttpConnectionManager
不懂envoyfilter也敢说精通istio系列-ratelimit-istio ratelimit完全手册
————————————————
ComponentStatus:
•master组件健康状态
常用命令:
•kubectl get componentstatus
•Kubectl get cs
•kubectl describe cs controller-manager
•kubectl get cs controller-manager -o yaml
node:
•K8s中的节点
•包括master node,work node
常用命令:
•kubectl get node
•kubectl get node –owide
•kubectl get node --show-labels
•Kubectl label node 192.168.198.156 mylabel=label
•Kubectl label node 192.168.198.156 mylabel-
•Kubectl annotate node 192.168.198.156 myanno=anno
•Kubectl annotate node 192.168.198.156 myanno-
•kubectl cordon 192.168.198.156
•kubectl uncordon 192.168.198.156
•Kubectl drain 192.168.198.156
•Kubectl delete node 192.168.198.156
•kubectl get node 192.168.198.156 -o yaml > 156.yaml
•kubectl create -f 156.yaml
•kubectl edit node 192.168.198.156
•kubectl describe node 192.168.198.156
•kubectl taint nodes 192.168.198.156 key=value:NoSchedule
•kubectl taint nodes 192.168.198.156 key:NoSchedule-
•kubectl taint nodes 192.168.198.156 key1=value1:NoExecute
常见taint:
当前内置的 taint 包括: