Wiki
* Scroll me *
PREFACE
About Wiki
GOLANG
Snippets
Pitfalls
Development
Production
SHELL
Shell Script
NETWORKING
Networking
KUBERNETES
Commands
Patterns
Potholes
ISTIO
Istio
VAULT
Vault
INFRA AS CODE
Terraform
Pulumi
Istio
Table of Contents
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 -