Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 311 Bytes

istio.md

File metadata and controls

14 lines (10 loc) · 311 Bytes

Isitio notes

Learning Bookinfo example: https://istio.io/docs/examples/bookinfo/

Check if pod has isitio injection in the namespace

kubectl get namespace -L istio-injection

Ename isitio injection for namespace

kubectl label namespace default istio-injection=enabled