Think before you speak, read before you think.

Category: Istio

  • debug istio multicluster

    by

    in

    curl -X POST http://localhost:15000/logging?level=debug Check config bin/istioctl proxy-config listener istio-ingressgateway-6589659c8c-f76f9 –port 15443 -o json -n istio-system

  • istio-pilot pod

    by

    in

    istio-pilot 包含两个容器 discovery, istio-proxy 容器 discovery 包含一个进程 pilot-discovery kubectl exec -it istio-pilot-8bdcc884d4-hj8k6 -c discovery /bin/bash -n istio-system 容器 istio-proxy 包含两个进程 pilot-agent, envoy kubectl exec -it istio-pilot-8bdcc884d4-hj8k6 -c istio-proxy /bin/bash -n istio-system ps aux | grep ” /usr/local/bin/pilot-agent proxy –domain istio-system.svc.cluster.local –serviceCluster istio-pilot –templateFile /etc/istio/proxy/envoy_pilot.yaml.tmpl –controlPlaneAuthPolicy MUTUAL_TLS –log_output_level=default:info # pilot-agent 是以 sidecar 模式运行的

  • istio 运维笔记

    by

    in

    docker desktop 查看 istio 版本 istioctl version –remote client version: 1.5.1 control plane version: 1.4.0 data plane version: 1.4.0 (114 proxies) bin/istioctl manifest versions Operator version is 1.4.5. The following installation package versions are recommended for use with this version of the operator: 1.4.3 The following installation package versions are supported for upgrade by this…