Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ attribution: "Steve Zhang (Intel), John Howard (Google), Yuxing Zeng(Alibaba), P
keywords: [traffic,ambient,sidecar,coexistence]
---

{{< warning >}}
Ambient redirection no longer configures the host network namespace as of Istio 1.21.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally, I think we should add a note explaining that the approach in this blog post no longer applies to the current Istio release, since Ambient no longer uses GENEVE tunnels.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... no longer configures the host network namespace as of Istio 1.21.

FWIW, in ambient mode, we do program some iptable/nftable rules on the host network namespace to support kubelet health-checks - https://github.com/istio/istio/tree/master/tools/istio-nftables/pkg#ambient-mode-specific-details

See [Ztunnel traffic redirection](/docs/ambient/architecture/traffic-redirection/) for details on the new approach.
{{< /warning >}}

There are 2 deployment modes for Istio: ambient mode and sidecar mode. The former is still on the way, the latter is the classic one. Therefore, the coexistence of ambient mode and sidecar mode should be a normal deployment form and the reason why this blog may be helpful for Istio users.

## Background
Expand Down