8 upcoming events worldwide
Kubernetes has become the operating system of the cloud. The cloud-native ecosystem — containers, service meshes, observability, and platform engineering — is evolving fast. KubeCon and CNCF events are where the community shapes the future of distributed systems.
KubeCon + CloudNativeCon (run by the CNCF) is the flagship event, with three editions: North America (autumn), Europe (spring), and India (December). Each KubeCon hosts 10,000–12,000+ attendees. Co-located events at KubeCon include ArgoCon, BackstageCon, Cilium Con, IstioCon, OpenTelemetry Community Day, and the Kubernetes Contributor Summit. PlatformCon (online) focuses on internal developer platforms. Helm Summit and Flux Community days are smaller focused events throughout the year.
KubeCon sessions in 2026 span: multi-tenancy and cluster fleet management, Gateway API replacing Ingress, WebAssembly on Kubernetes (wasm-wasi workloads), eBPF networking with Cilium, Envoy and service mesh evolution, GitOps at scale (Argo CD ApplicationSets, Flux), OpenTelemetry collector pipelines, Kubernetes AI workloads (NVIDIA GPU Operator, KubeAI, vLLM on K8s), KEDA autoscaling for event-driven workloads, and cluster API for declarative cluster lifecycle management. Platform Engineering and Backstage have their own dedicated co-located summits.
The CNCF offers three performance-based certifications: CKA (Certified Kubernetes Administrator) — cluster setup, networking, storage, troubleshooting; CKAD (Certified Kubernetes Application Developer) — workload deployment, services, configuration, multi-container patterns; CKS (Certified Kubernetes Security Specialist) — requires active CKA, covers Pod Security, network policies, supply chain security. All exams are hands-on in a live cluster environment (2h). KubeCon EU and NA feature prep workshops and study groups. Linux Foundation offers exam bundles with course discounts.
Yes — CNCF publishes all KubeCon keynote and breakout session recordings on the CNCF YouTube channel within days of each conference. The CNCF also runs free online events including KubeCon + CloudNativeCon Virtual and regular community meetings that are publicly recorded. The CNCF landscape, project docs, and Technical Advisory Group (TAG) meeting recordings are all public. If you can't attend in person, the recorded content is comprehensive — though the hallway track, contributor summit, and co-located events lose value in the recorded format.
The Kubernetes Contributor Summit (held the day before KubeCon opens) is the official gathering of Kubernetes project contributors — SIG leads, approvers, reviewers, and active contributors meet in person to discuss roadmap, processes, and technical decisions. New Contributors Workshop sessions help first-time contributors understand the Kubernetes codebase structure, SIG organization, and pull request process. If you want to contribute to Kubernetes itself (or a CNCF project), attending the Contributor Summit is the fastest path to finding your SIG, meeting maintainers, and making your first meaningful contribution.
Kubernetes and serverless are complementary, not competing. Kubernetes handles stateful, long-running workloads and gives you fine-grained control over scheduling, networking, and storage. Serverless (AWS Lambda, Google Cloud Run, Knative) abstracts infrastructure for event-driven, stateless functions. KEDA (Kubernetes Event-Driven Autoscaler) bridges both worlds by scaling Kubernetes workloads to zero based on event queues. KubeCon increasingly covers serverless-on-Kubernetes patterns, while AWS re:Invent and ServerlessDays events cover managed serverless. Most production cloud-native architectures use both.