

What's new in Istio, with John Howard and Keith Mattix
28 snips Oct 6, 2023
In this podcast, Istio core maintainers John Howard and Keith Mattix discuss the latest updates on Istio, including the introduction of native sidecar containers and the new ambient service mesh architecture. They also talk about implementing Z Tunnel in Rust, enabling mesh transport with H-bone, and the impact of Istio's graduation within the CNCF.
AI Snips
Chapters
Transcript
Episode notes
Native Sidecars in Kubernetes
- Kubernetes sidecars lacked a formal API, causing issues like zombie cron jobs and resource conflicts.
- The new native sidecar feature in Kubernetes 1.28, implemented as init containers with restart policy, aims to solve this.
Istio Sidecars and Argo Workflows
- Argo workflows, used for workflow orchestration, faced challenges with Istio sidecars due to increased job execution time.
- Native sidecars offer a better way to handle sidecars in such scenarios where jobs are short-lived.
Sidecars in Data Engineering
- Data engineering teams using Apache Airflow for batch jobs faced similar sidecar issues, particularly with vault integration.
- Native sidecars offer a more seamless solution for managing short-lived jobs that require sidecars for fetching credentials.