Service Mesh Platform · View 06 of 31 · 2 · People and journeys
The trough, and what answers it
- A mesh deny propagates as configuration, typically within 15 s but not at all if istiod is down. The engineer therefore applies a second, independent block: a Cilium network policy isolating the pod, enforced by node agents that do not depend on istiod.
- The stolen certificate stays valid for up to 24 hours. That window is accepted by design; containment comes from the deny, the ban and the fact that the key proves only one identity.
Decisions behind it
- Short lifetimes, not revocation lists, are the containment mechanism (ADR-08). Banning the SPIRE agent stops renewal; deleting the pod removes the key.
- Every access log line carries the authenticated peer identity. Pod IPs are recycled within minutes, so an IP-keyed investigation ends in the wrong place.
Targets
- Emergency deny effective on 95% of proxies ≤ 15 s p99 with the control plane up. Stolen identity useless ≤ 24 h in every case.