최상위 10_Wiki/Topic_*였던 4개 카테고리 폴더를 10_Wiki/Topics/Topic_* 로 재배치.
콘텐츠 변경 없음(순수 폴더 이동) — Topics/ 하위 나머지 폴더는 이미 지난 커밋에서
전부 정리된 상태(잔존 항목은 에이전트 운영 상태 및 사용자가 보존을 요청한
업데이트0615/무제 3.canvas 뿐).
"매 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).