惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
美团技术团队
博客园_首页
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
B
Blog
D
DataBreaches.Net
腾讯CDC
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
月光博客
月光博客
V
V2EX
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
The Cloudflare Blog
博客园 - 叶小钗
Y
Y Combinator Blog

Learn Cloud Native

PR validation at scale and a sandbox for every pull request on Kubernetes | Learn Cloud Native 7 practical MCP policies with agentgateway | Learn Cloud Native Agentgateway rate limiting for agents | Learn Cloud Native Local development with coding agents on Kubernetes using Signadot | Learn Cloud Native cuenv: one typed file for your whole project | Learn Cloud Native Preflight: AI Code Review Before You Push Anatomy of AI Agents Accessing Google Drive from Next.js Deploying to Fly.io using Dagger and Github Top Cloud-Native & Kubernetes Certifications [2026 Guide] Rapid microservices development with Signadot How to prepare for Istio certified associate exam (ICA) Global Rate Limiting in Istio with Envoy Rate Limit Service Cilium Network Policy Tutorial: Secure Kubernetes Step by Step Kubernetes Networking: How kube-proxy and iptables Work Istio ServiceEntry: DNS vs. STATIC Resolution & Endpoints Explained Apply an Istio DestinationRule Globally (Mesh-Wide) Istio Rate Limiting: Configure a Local Rate Limiter in Envoy How to expose custom ports on Istio ingress gateway Portainer Tutorial: A Web UI for Kubernetes & Containers Traefik Proxy 2.x and TLS 101 Kubernetes CLI (kubectl) tips you didn't know about Setting up SSL certificates with Istio Gateway ArgoCD Best Practices You Should Know 在 OCI Ampere A1 计算实例上运行 AI Running AI On OCI Ampere A1 Instance How to Deploy Traefik Proxy Using Flux and GitOps Principles Firebase Emulators with Next.js: Local Setup Guide Running Hugo on free Ampere VM (Oracle Cloud Infrastructure) How to use kwatch to detect crashes in Kubernetes clusters
My Journey with Istio: From Incubation to Graduation
Peter Jausovec · 2023-07-12 · via Learn Cloud Native

Back in May 2019, I started working on what I think it was at the time, the first Istio service mesh course called "Learn Istio".

It started as a ~200-page book that guided the reader through the environment setup, deploying and observing services, and explaining different mesh features.

Learn Istio cover
Learn Istio cover

Later, I expanded the book to include cheat sheets and a full-blown video course with more than 2 hours of content.

Istio in 1.4 and 1.6

Anyone remembers Mixer? That component was removed in 1.4. How about consolidated control plane - istiod? Istio moved all functionality to a single component in 1.6.

Looking back at the features added in 1.4 and 1.6 - things like automatic mutual TLS - yeah, you had to configure a DestinationRule back then to enable mutual TLS! Also, the Authorization policy was moved to beta in the same release, and an experimental multi-cluster setup was added to Istio CLI! And then 1.6 brought the simplification with single control plane component - istiod and a better VM support with WorkloadEntries.

Istio today

Fast forward to today, almost exactly four years later, Istio 1.18 was released just a month ago. Automatic mutual TLS is a given, multi-cluster support evolved, we’ve had a single control plane for years, and a new sidecar-less mode called ambient mesh was introduced. Along the way, numerous bugs were fixed, and other features were added - even back in 2020, Istio was called out as one of the top five fastest-growing open-source projects.

  • Sandbox
  • Incubation
  • Graduation

Graduated projects signal to the industry a high level of maturity, strong community, and broad adoption. Graduated projects are well-established, have demonstrated production readiness, are stable, and (are expected) to have a sustainable future.

In the past couple of weeks and months, Istio received all required votes, and today Istio is moving to the Graduated stage and joining projects like Envoy, Kubernetes, SPIFFE, and others.

With more than 30000 merged PRs, almost 9000 contributions, and constant innovation with implementations such as ambient mesh, there’s no sign of the Istio project stopping anytime soon, and graduation will only help.

In these past four years, I’ve been constantly involved in the Istio project, fixing a typo or two in the documentation and logging a couple of issues, but mostly talking about Istio and service mesh at conferences worldwide and creating different technical content that always tied back to Istio.

Note

I roughly counted, and there were more than 20 occasions in 2019 I either spoke about Istio or delivered a workshop. I guess I can call myself an "international speaker", right? 🙂

If I was writing and talking about automatic mutual TLS back in 2019, today, while still staying in the same ecosystem, I am talking about Istio ambient mesh and diving deeper into things like eBPF and Cilium.

Istio Ambient mesh workshop
Istio Ambient mesh workshop

Istio going forward

As I look ahead, the future of Istio is undeniably promising. Just as the past four years have seen Istio evolve from an incubating project to a mature, stable, and CNCF graduate status, the coming years are expected to hold even more advancements.

With Istio's graduation, the project is stepping into a phase of industry recognition and broader adoption, further technological innovation, and potentially transformative impact on the industry. Another testament to Istio projects' maturity is the enterprise offerings that feature Istio that are making a splash in the industry.

My journey with Istio has been incredibly rewarding, and I can't help but feel excitement and anticipation for what lies ahead. It also adds to my excitement that I’ve been fortunate to work with people like Christian Posta, Lin Sun, Louis Ryan, and others who’ve been instrumental in the Istio project.

I look forward to seeing Istio continue to grow and evolve, and I am excited to be a part of it.