Spotlight
This article explains how to think about Kubernetes as a runtime for declarative infrastructure with a type system rather than just a container orchestrator.
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.
Tools and utilities
Jib builds optimized Docker and OCI images for your Java applications without a Docker daemon.
Push-to-K8s is a Kubernetes controller written in Go that automatically synchronizes labeled secrets from a source namespace to all other namespaces in the cluster with real-time change detection propagating updates in 5-10 seconds.
Kuba enhances kubectl with fuzzy argument selection using fzf, new output formats like fx and lineage, cross-namespace operations, automatic container guessing, and an extensible alias language.
Capacitor is a local-first Kubernetes client with a built-in webserver that provides a general-purpose UI for FluxCD, including resource discovery, Helm history, diffing, the Flux resource tree, and multi-cluster support that respects RBAC.
MOCO provides a reliable and efficient way to deploy, manage, and maintain MySQL databases in a containerized environment.
Events starting soon
February 23, 2026
This is a virtual event
This is a free event.
February 23, 2026
Location: Vancouver, CA
This is a free event.
February 23, 2026
This is a virtual event
This is a free event.
February 24, 2026
This is a virtual event
This is a free event.
February 24, 2026
Location: Ballerup, DK
This is a free event.
February 24, 2026
Location: Linz, AT
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
Data Engineer with RAPP
Salary: $81K to $97K a year
Location: based in the office in Chicago, IL, USA
Tech stack: Kubernetes, AWS, Docker, Python, DynamoDB, Airflow
Data Engineer with RAPP
Salary: $90K to $99K a year
Location: based in the office (and remote from home) in Chicago, IL, USA
Tech stack: Kubernetes, AWS, Python, DynamoDB
Data Engineer with Similarweb
Salary: $88.2K to $302.5K a year
Location: fully remote
Tech stack: Kubernetes, AWS, GCP, Docker, Python, Java, C#, Spark, Hadoop, Airflow
DevOps Engineer with PrizePicks
Salary: $120K to $175K a year
Location: remote from
Tech stack: Kubernetes, AWS, GCP, Helm, Kustomize, ArgoCD, Docker, Python, Go, Shell
DevOps Engineer with Rackspace
Salary: $27K to $344K a year
Location: fully remote
Tech stack: Kubernetes, AWS, Python, Shell, Powershell, Terraform, Chef, Ansible, Puppet, AWS CloudWatch
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
1
days
Kubernetes Community Days Beijing 2026
Location: Beijing, CN
In-person conference organized by KCD Beijing.
The conference starts on the 30 December 2025.
1
days
Location: Beijing, CN
In-person conference organized by KCD Beijing.
The conference starts on the 21 March 2026.
3
days
Location: Austin, TX, USA
In-person conference organized by Devopsdays.
The conference starts on the 5 May 2026.
4
days
Location: London, GB
In-person conference organized by AI Native Dev.
The conference starts on the 2 June 2026.
4
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.
5
days
Location: Hamburg, DE
In-person conference organized by Container Days.
The conference starts on the 4 September 2026.
5
days
Location: Washington, D.C., USA
In-person conference organized by IEEE Technical Committee on Cloud Computing.
The conference starts on the 26 June 2026.
More articles
Alexander Obregon
This article explains how to configure readiness and liveness probes for Spring Boot applications in Kubernetes using Actuator endpoints to control traffic flow during deployment.
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.