Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 794 Bytes

sammlung-istio.md

File metadata and controls

30 lines (19 loc) · 794 Bytes

Istio

Schaubild

istio Schaubild

Istio

# Visualization 
# with kiali (included in istio) 
https://istio.io/latest/docs/tasks/observability/kiali/kiali-graph.png

# Example 
# https://istio.io/latest/docs/examples/bookinfo/
The sidecars are injected in all pods within the namespace by labeling the namespace like so:
kubectl label namespace default istio-injection=enabled

# Gateway (like Ingress in vanilla Kubernetes) 
kubectl label namespace default istio-injection=enabled

istio tls

istio - the next generation without sidecar