Spotlight
Tamer Abdulghani
This tutorial teaches how to build and deploy production-ready micro frontends in Kubernetes.
It also covers configuring ingress routing for module federation, and implementing CI/CD pipelines for isolated micro frontend teams.
Alex Sørlie
This tutorial teaches how to use XDP for egress traffic processing by exploiting veth interface RX queues, achieving 194Gbps throughput compared to 21Gbps with Traffic Control.
muntashir islam
This tutorial teaches how to generate kubeconfig files for Kubernetes service accounts using a simple Go tool that works with both modern clusters (1.24+) and legacy versions.
Sina Nasiri
This case study shows how MonoVM migrated from a legacy PHP and cPanel stack to Next.js on Kubernetes without breaking SEO or user experience.
Tools and utilities
ytt is a tool for YAML configuration management, offering structure-oriented templating, modular variables/functions, deterministic outputs, and overlays to edit YAML precisely.
HAMi is a Heterogeneous device management middleware for Kubernetes.
Lutho is a user interface that can help in the management of Kubernetes based resources, including Helm charts.
This tool provides a comprehensive test suite to evaluate real-world behavior (latency, scale, route propagation, traffic) of Kubernetes Gateway API implementations, beyond basic conformance.
This repository serves as a starting point for managing multi-tenant clusters with Git and Flux v2.
Events starting soon
February 17, 2026
Location: Québec, CA and virtual
This is a free event.
February 17, 2026
Location: Durham, US
This is a free event.
February 18, 2026
This is a virtual event
This is a free event.
February 18, 2026
This is a virtual event
This is a free event.
February 19, 2026
Location: Montpellier, FR
This is a free event.
February 19, 2026
Location: Barcelona, ES
This is a free event.
Kubernetes nodes on EKS can take over a minute to become ready, and pods often wait even longer — but most teams never look into why.
Jan Ludvik, Senior Staff Reliability Engineer at Outreach, shares how he cut node startup from 65 to 45 seconds and reduced P90 pod startup by 30 seconds across ~1,000 nodes — by tackling overlooked defaults and EBS bottlenecks.
In this episode:
Every second saved translates to faster scaling, lower AWS bills, and better end-user experience.
Learn from production
Bharath
This case study shows how Wayground handles 7,000 frontend deployments per month across 50 engineers using GitOps and ArgoCD with zero deployment queues or approval processes.
Renato Vassão
This case study shows how Mindbody used Kyverno policy-as-code to dynamically manage Istio ingress gateways across hundreds of applications without updating individual Helm charts.
Netanel Kadosh
This case study walks through how the team moved Argo CD from an in-cluster Redis to AWS ElastiCache Serverless, which almost wiped out their Redis costs and removed all the maintenance work.
Julien Reichel
This case study shows how to build a complete multi-environment Kubernetes platform using AI assistants like GPT and Claude to generate Terraform configurations, Helm charts, and CI/CD pipelines.
Matching jobs
Data Engineer with Braze
Salary: $67.5K to $423.5K a year
Location: based in the office (and remote from home) in New York, NY; Austin, TX; Chicago, IL; San Francisco, CA, USA
Tech stack: Kubernetes, GCP, SQL, Python, Airflow, Terraform
Data Engineer with Earnest
Salary: $151.07K a year
Location: based in the office in Oakland, CA, USA
Tech stack: Kubernetes, AWS, Docker, Python, SQL, GraphQL, PostgreSQL, MySQL, Snowflake, Kafka
Data Engineer with dunnhumby
Salary: $88.2K to $302.5K a year
Location: fully remote
Tech stack: Kubernetes, GCP, Azure, ArgoCD, Docker, SQL, Python, Mongo, Cassandra, DynamoDB
DevOps Engineer with Appspace
Salary: $27K to $344K a year
Location: fully remote
Tech stack: Kubernetes, GCP, AWS, Azure, Docker, Powershell, Python, Shell, Javascript, Typescript
DevOps Engineer with BEES
Salary: $21.6K to $198K a year
Location: fully remote
Tech stack: Kubernetes, Azure, GCP, Python, SQL, Javascript, Java, Typescript, C#, ARM templates
Build something
Devid Farinelli
This guide explains how to configure GPU-accelerated headless Chromium on EKS, enabling hardware acceleration by mounting host GPU drivers, and resolving AWS EC2's virtual GPU conflicts, achieving a 2x speedup in video rendering tasks like Remotion.
Santosh Gupta
This tutorial teaches how to configure GPU time slicing on AWS EKS using Karpenter to provision Bottlerocket nodes.
This allows multiple pods to share a single physical GPU.
Mathieu Benoit
This tutorial shows how to use Microcks to create consistent API mocking across local development and Kubernetes production environments, bridging the gap between developers and operations teams through contract-first development.
Ashish Agrawal
This tutorial teaches how to set up and configure Kubernetes Gateway API by:
Call for Papers closing soon
6
days
This is a virtual event
Online conference organized by Platform Engineering.
The conference starts on the 26 June 2026.
7
days
Kubernetes Community Days Beijing 2026
Location: Beijing, CN
In-person conference organized by KCD Beijing.
The conference starts on the 30 December 2025.
7
days
Location: Beijing, CN
In-person conference organized by KCD Beijing.
The conference starts on the 21 March 2026.
9
days
Location: Austin, TX, USA
In-person conference organized by Devopsdays.
The conference starts on the 5 May 2026.
10
days
Location: London, GB
In-person conference organized by AI Native Dev.
The conference starts on the 2 June 2026.
11
days
Kubernetes Community Days Kuala Lumpur 2026
Location: Kuala Lumpur, MY
In-person conference organized by KCD Kuala Lumpur 2026.
The conference starts on the 27 June 2026.
11
days
Location: Hamburg, DE
In-person conference organized by Container Days.
The conference starts on the 4 September 2026.
More articles
Nigel Douglas
This article shows how to scan Helm charts for insecure RBAC, secret leaks, and malicious templates using tools like Trivy, GitHub Search, and OPA.
Fatih Koç
This article explains how OpenTelemetry unifies observability by correlating metrics, logs, and traces through standardized telemetry data collection in Kubernetes environments.
Michael Pratt and Carlos Amedee 20 August 2025
This article explains how Go 1.25 introduces automatic GOMAXPROCS configuration based on container CPU limits to prevent throttling in Kubernetes environments.
Thomas Kooi
This article explains the risks of using unmaintained Docker images and how to detect vulnerabilities with tools like Trivy, SBOM operator, and Dependency Track.