What happens when Ztunnel shuts down?

A deep dive into the termination behavior of Istio ambient mode and how it impacts your applications.

December 20, 2024 · 4 min

[AWS Blog] Transforming Istio into an enterprise-ready service mesh for Amazon ECS

How Istio ambient mode brings an enterprise-ready service mesh to Amazon ECS.

November 27, 2024 · External Post

Scaling Ambient In Your Sleep

How ambient achieves massive scale without toil.

November 15, 2024 · 3 min

"Zero to Value" in two steps with Istio ambient mode

When we first started designing what eventually became Istio ambient mode, there were many directions we explored, both in terms of implementation, and what our goals were. What resonated most, though, was that we wanted to provide an incredibly easy onboarding story for a subset of functionality. This subset, ultimately, was getting Mutual TLS deployed for all service-to-service communication within a cluster. I talk a bit more about this here. Since then, I think we have delivered on this promise... and gone even further! In this post, I wanted to highlight some of the areas that I think ambient helps deliver some serious value to users with minimal complexity. ...

November 5, 2024 · 5 min

Looking back on "Building Better Controllers" 2 years later

Over 2 years ago, I started working on some ideas to build better Kubernetes controllers. In this post, I wanted to give a bit of a retrospective on how things have gone since then. Over the years working on Istio and other projects, I observed a number of major issues with controllers: Most code was about error-prone event handling and state reconciliation, rather than business logic. Most tests, in turn, were about the same. This, in turn, made the code extremely complex, brittle, and often incorrect. This complexity lead to user facing compromise: incorrectness and performance issues. You might argue I should just write a better controller that is faster and without bugs. Maybe, but probably not. ...

November 3, 2024 · 7 min

[Cloud Native Now Blog] How Istio Ambient is Revolutionizing Cloud Connectivity

External Blog Post.

November 1, 2024 · External Post

[Solo.io Blog] Egress Gateways Made Easy

How Istio ambient mode greatly simplifies and improves egress gateway use cases.

August 19, 2024 · External Post

[Solo.io Blog] HTTP Observability Without Compromises

How Gloo mesh brings HTTP observability to your mesh, without compromises.

August 13, 2024 · External Post

I just want mTLS on Kubernetes

An overview of options to deploy mTLS on Kubernetes

 · August 12, 2024 · 8 min

NetworkPolicy: the wrong solution to the right problem

Core problems with the API make it a challenging to use in a secure, scalable manner.

August 9, 2024 · 6 min