Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
istio
/
Dashboard (Kiali)
Dashboard (Kiali)
istio
Open Kiali service mesh dashboard in browser
istioctl dashboard kiali
⎘ copy
#istio
#service-mesh
#kiali
#dashboard
more istio
all 19 commands →
Dashboard (Jaeger)
istioctl dashboard jaeger
View access logs
kubectl logs -l app=myapp -c istio-proxy | head -50
Fault injection — delay
# In VirtualService spec.http[].fault.delay
Traffic mirroring
# In VirtualService spec.http[].mirror
Uninstall Istio
istioctl uninstall --purge -y