摘要: 检查证书是否过期 kubeadm certs check-expiration [check-expiration] Reading configuration from the cluster... [check-expiration] FYI: You can look at this conf 阅读全文
posted @ 2023-11-14 16:04 小吉猫 阅读(19) 评论(0) 推荐(0) 编辑
摘要: DNS 代理 除了捕获应用流量,Istio 还可以捕获 DNS 请求,以提高网格的性能和可用性。 当 Istio 代理 DNS 时,所有来自应用程序的 DNS 请求将会被重定向到 Sidecar, 因为 Sidecar 存储了域名到 IP 地址的映射。如果请求被 Sidecar 处理, 它将直接给应 阅读全文
posted @ 2023-11-14 14:59 小吉猫 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 检查 Istio Egress Gateway 是否已布署 kubectl get pod -l istio=egressgateway -n istio-system 查看现存 Istio pod信息 kubectl get pods -n istio-system NAME READY STAT 阅读全文
posted @ 2023-11-14 12:38 小吉猫 阅读(29) 评论(0) 推荐(0) 编辑