Skip to content

Kubernetes

Exploring Canary Upgrades with Istio Ambient Mesh

Ambient Mesh leverages eBPF to reduce resource usage of Istio's data plane components. It eliminates the need for sidecar proxies because eBPF leverages the kernel network layer of worker nodes for mesh traffic management. The goal of this guide is to answer the following:

  1. What are the core components of Ambient Mesh?
  2. Which components are scoped to the kernel network layer
  3. Which components are scoped to the Kubernetes network layer?
  4. How does a canary upgrade of the Istio control plane work with Ambient Mesh?