Spotlight
Lukas Niessen
This article explains how to use ephemeral infrastructure where components are designed to exist only as long as needed, then disappear, making systems more stable.
It details how Kubernetes Pods are designed to be killed and replaced at any moment.
Pinterest Engineering
This case study explains how Pinterest migrated its search system (Manas) to Kubernetes and tracked down a rare performance issue.
They found cAdvisor’s memory metric scanning caused huge latency spikes.
Soumya Ranjan Rout
This article explains how to reduce a Kubernetes sidecar container from 421MB to 90MB by building a statically linked Go binary and using FROM scratch base image instead of Alpine Linux.
Adin Hodovic
This tutorial demonstrates configuring Vertical Pod Autoscaler (VPA) with custom kube-state-metrics to expose recommended metrics, enabling Prometheus scraping and Grafana visualization of detailed resource data.
Tools and utilities
MOCO provides a reliable and efficient way to deploy, manage, and maintain MySQL databases in a containerized environment.
Kro runs as a CLI tool and controller in your cluster, enabling users to define, schedule, monitor, and chain jobs, cronjobs, and pipelines with advanced dependency handling, retries, logging, and secrets—entirely from the terminal and GitOps flows.
The ACK Service Controller for Amazon RDS is a Kubernetes controller that enables you to manage Amazon RDS database instances directly from Kubernetes.
Purr is a TUI wrapper for kubectl that provides completions for commands, resource caching with watch-based updates, persistent command history with fuzzy search, and an interactive file picker.
Helm Chart Generator is a lightweight, interactive CLI tool that simplifies Kubernetes deployment by generating customizable Helm charts based on user inputs.
Events starting soon
February 20, 2026
Location: New Delhi, IN
This is a free event.
February 21, 2026
This is a virtual event
This is a free event.
February 22, 2026
Location: Singapore, SG
This event requires an entrance fee
February 23, 2026
Location: Amsterdam, NL
This event requires an entrance fee
February 23, 2026
Location: Boston, MA, USA
This event requires an entrance fee
February 23, 2026
This is a virtual event
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
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.
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.
Vadim Gusev
This case study shows how Codefresh optimized Kubernetes for CI workloads by creating a custom scheduler that packs pods tightly and uses ballast pods to eliminate build start delays.
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.
Matching jobs
DevOps Engineer with SOFTSWISS
Salary: $27K to $344K a year
Location: fully remote
Tech stack: Kubernetes, Helm, Shell, Python, Go, PostgreSQL, Kafka, Terraform, Gitlab, Puppet
Machine Learning Engineer with LATAM
Salary: $90K to $286K a year
Location: fully remote
Tech stack: Kubernetes, AWS, GCP, Azure, Docker, Python, Javascript, SQL, Airflow, Snowflake
Software Engineer with Red Hat, LLC
Salary: $148.54K to $245.05K a year
Location: remote from
Tech stack: Kubernetes, OpenShift, Docker, Go, Python, Java, C, C++, Ansible, Puppet
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
Build something
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.
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.
Call for Papers closing soon
2
days
This is a virtual event
Online conference organized by Platform Engineering.
The conference starts on the 26 June 2026.
4
days
Kubernetes Community Days Beijing 2026
Location: Beijing, CN
In-person conference organized by KCD Beijing.
The conference starts on the 30 December 2025.
4
days
Location: Beijing, CN
In-person conference organized by KCD Beijing.
The conference starts on the 21 March 2026.
6
days
Location: Austin, TX, USA
In-person conference organized by Devopsdays.
The conference starts on the 5 May 2026.
7
days
Location: London, GB
In-person conference organized by AI Native Dev.
The conference starts on the 2 June 2026.
7
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.
8
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.