Skip to main content

Category: Istio Ambient Troubleshooting

Problems related to troubleshooting Istio's Ambient service mesh mode, including CNI sandbox creation failures, ztunnel connectivity issues, traffic capture errors, and waypoint configuration problems.

IDTitleDescriptionCategoryTechnologyTags
CRE-2025-0106
High
Impact: 0/10
Mitigation: 0/10
Ambient CNI Sandbox Creation FailureDetects when the Istio CNI plugin fails to set up a pod's network sandbox in Ambient mode. Two common root causes are: 1. **No ztunnel connection** (CNI cannot contact the node-level ztunnel agent).Istio Ambient TroubleshootingambientIstioCNIAmbient
CRE-2025-0108
High
Impact: 0/10
Mitigation: 0/10
Ambient mode readiness probe failuresIn Ambient mode, Istio applies a SNAT rule so that kubelet probe traffic appears from 169.254.7.127 and is bypassed by the data-plane. If you see **Readiness probe failed** events begin only after enabling Ambient, it almost always means that SNAT/bypass isn't working in your CNI or networking environment.Istio Ambient TroubleshootingambientIstioAmbientCNI
CRE-2025-0109
Medium
Impact: 0/10
Mitigation: 0/10
Ambient HTTP status codes by ZtunnelWhen Ambient mode is enabled, Ztunnel tunnels HTTP over HBONE (HTTP CONNECT) and although it's a TCP proxy, it still tags its \"connection complete\" log lines with the HTTP status code from the upstream response (e.g. 503, 401). This CRE verifies that non-2xx responses are correctly surfaced.Istio Ambient TroubleshootingambientIstioAmbientZtunnel
CRE-2025-0110
High
Impact: 0/10
Mitigation: 0/10
Ztunnel Traffic timeouts in Istio Ambient ModeDetects when Istio Ambient-mode HBONE (mTLS) traffic is blocked or dropped— resulting in Ztunnel logging timeouts such as `io error: deadline has elapsed` or `connection timed out, maybe a NetworkPolicy is blocking HBONE port 15008`.Istio Ambient TroubleshootingambientIstioAmbientZtunnel
CRE-2025-0111
Medium
Impact: 0/10
Mitigation: 0/10
Ztunnel IPv6 Bind FailureDetects when Ztunnel's DNS proxy or control-plane component attempts to bind to the IPv6 loopback address `[::1]:15053` on a node where IPv6 is disabled, resulting in an `Address family not supported` error.Istio Ambient TroubleshootingambientIstioAmbientZtunnelNetwork