## A Practical Look at When (and When Not) to Use Ambient Mesh
The word on the street is that ambient mesh is the obvious evolution of service mesh technology — leaner, simpler, and less resource-intensive. But while ambient mesh is an exciting development, the reality is more nuanced. It is more than likely that a sidecar-based mesh is still a better fit for your workload and organization.
In this post, we compare ambient mesh to traditional sidecar-based meshes in terms of security, observability, traffic efficiency, maturity, and operational cost, allowing you to make an informed decision about the architectural implementation for your service mesh.
## Resource cost vs. operational agility
One of the most widely discussed benefits of ambient mesh is its potential to reduce resource usage by eliminating sidecars from every pod. Without a sidecar proxy running alongside each workload, clusters can achieve significant savings in CPU and memory — especially in high-density environments where many small services are co-located on a node. L4 traffic, in particular, benefits from this approach, as it is handled efficiently by a single ztunnel daemon running on each node. This shared proxy manages mutual TLS and routing for all pods, reducing redundancy and centralizing responsibility for low-level traffic handling.