
Top new CNCF projects to look out for
The Cloud Native Computing Foundation (CNCF) gave us Kubernetes and Prometheus — but the ecosystem spans over 90 projects across sandbox, incubating, and graduated tiers. Chris is joined by Annie Talvasto (CNCF/Kubernetes meetup organizer for Finland and host of the Cloud Gossip podcast) to walk through the most exciting projects you should know about.
They cover:
- Helm — the de facto Kubernetes package manager, making deployments, upgrades, and rollbacks dramatically simpler than raw manifests
- Artifact Hub — a centralised CNCF sandbox project for discovering Helm charts and other cloud native artifacts, replacing the old Helm Hub
- Linkerd — a lightweight, Rust-powered service mesh delivering observability, reliability, and security for Kubernetes microservices without complex APIs
- KUDO — the Kubernetes Universal Declarative Operator, enabling stateful app operator creation without thousands of lines of custom Go code
- KEDA — Kubernetes Event-Driven Autoscaling, extending Kubernetes beyond CPU/memory scaling to external event sources like queues and message brokers
Annie also explains CNCF’s three project maturity stages (sandbox, incubating, graduated) and why understanding them matters when evaluating production readiness — along with practical advice on how to get involved in the open source community behind these projects.
Related Content
29 - The Sidecar and Ambassador Patterns
When modernising a legacy application, rewriting everything from scratch is rarely feasible. The Sidecar and Ambassador cloud design patterns offer a pragmatic alternative — attach a companion process to offload cross-cutting concerns like retry logic, circuit breaking, and protocol translation without modifying the application itself. Chris and Peter explore both patterns in depth, covering when to use each, how they relate to service meshes, and their role in Kubernetes-based architectures.

27 - The Compute Resource Consolidation Pattern (Optimise for Cost!)
Are you running dedicated compute for every tenant, microservice, or application instance — and paying for it? The Compute Resource Consolidation pattern shows you how to consolidate tasks onto shared infrastructure, such as a single AKS cluster with namespace isolation or an Azure SQL elastic pool, to reduce costs and management overhead. This episode explores the key trade-offs: blast radius containment, noisy neighbour contention, scalability profiles, and multi-tenancy strategies. Part of the "Architecting for the Cloud, One Pattern at a Time" series.

18 - Tales from the Real World - Defying Gravity.. The magic behind Flight Simulator 2020
What's actually powering Microsoft Flight Simulator 2020 — and what can cloud architects learn from it? Chris Reddington takes to the virtual skies over Queensland with former colleague Cam Adams, flying a Cessna 172 from Archerfield aerodrome while discussing the real Azure services behind one of the most technically ambitious games ever made. From CDN-based asset distribution and event-driven live weather to PlayFab game backends and DDoS protection — this is cloud architecture on the fly.