"매 Kubernetes 위 의 zero-code service mesh". 2017 Google/IBM/Lyft 출시, mTLS + traffic routing + observability 를 매 application code 변경 없이 제공. 2026 의 dominant mode 는 Ambient Mesh (sidecar-less, ztunnel + waypoint proxy) — sidecar Istio 의 resource overhead 와 operational complexity 를 줄임.
매 핵심
매 architecture (Ambient, 2026 default)
ztunnel: 매 node-level L4 proxy (Rust). mTLS + identity (SPIFFE).
Waypoint proxy: 매 namespace/service-level L7 proxy (Envoy). 매 optional, L7 policy 필요 시만.
istiod: control plane — config distribution, certificate management.
언제: zero-trust microservice security, traffic shaping, multi-cluster federation, observability without code change.
언제 X: monolith, <5 services (overhead > value), 매 단순 ingress 만 필요 (Gateway API only).
❌ 안티패턴
Sidecar everywhere by default: 매 2026 에서 Ambient 가 default — sidecar 의 매 50-100MB/pod overhead 불필요.
Strict mTLS without migration: 매 PERMISSIVE 단계 없이 STRICT 적용 시 매 plain-text legacy client 의 instant outage.
VirtualService catch-all 누락: 매 match rule 의 fallback 없으면 매 traffic black hole.
istiod single replica: 매 control plane SPOF — 매 minimum 2 replicas + PDB.
No circuit breaker: 매 cascading failure 의 매 mesh-wide outage.
🧪 검증 / 중복
Verified (istio.io official docs, KubeCon 2025 Ambient GA announcement).