Wiki

Istio

Turn on sidecar proxy debug logging

1
2
kubectl exec ${POD_NAME} -- \
    curl -X POST 'http://localhost:15000/logging?level=debug'

Download istioctl at specific version

1
curl -sL https://istio.io/downloadIstioctl | ISTIO_VERSION=1.9.1 sh -

Addressing long-running proxy in short-lived Pods

See The Good, Bad, and Ugly: Istio for Short-lived Pods.