Spotlight
Felipe Rodrigues
This article explains auto-scaling principles for dynamically adjusting infrastructure capacity, covering reactive metric-based scaling versus proactive schedule-based scaling.
Jonathan Merlevede
This article explains how EKS authentication tokens work by pre-signing AWS STS GetCallerIdentity calls, and how you can use this technique to implement IAM-based authentication in your own services.
Issaouiadam
This article provides a comprehensive deep dive into kubelet architecture and systematic troubleshooting of pod startup failures with source code references.
SystemDR
This tutorial teaches how to implement production-grade health monitoring in Kubernetes using liveness, readiness, and startup probes with lifecycle hooks for self-healing systems.
Tools and utilities
Gateway API Benchmarks provides comprehensive tests evaluating Gateway API implementations across route propagation, scale, traffic performance, and architecture comparing Cilium, Envoy Gateway, Istio, Kgateway, Kong, Traefik, and Nginx implementations.
Guardon is a browser extension that catches Kubernetes security misconfigurations during GitHub/GitLab code reviews, providing instant feedback, actionable YAML fixes, a custom rule engine, and Kyverno policy import, with no CI setup required.
llm-d is a Kubernetes-native distributed inference serving stack for large language models that achieves state-of-the-art performance on NVIDIA, AMD, Google TPU, and Intel XPU accelerators.
terraform-aws-eks-operation-scheduler is a Terraform module written in Python and HCL that automatically starts and stops AWS EKS node groups on customizable weekly or monthly schedules using Lambda functions triggered by EventBridge rules.
KSail is a unified Kubernetes SDK that simplifies cluster management and workload deployment by providing a single, declarative interface for all your Kubernetes operations.
Events starting soon
February 25, 2026
This is a virtual event
This is a free event.
February 25, 2026
Location: Cambridge, MA, USA
This is a free event.
February 25, 2026
This is a virtual event
This is a free event.
February 25, 2026
This is a virtual event
This is a free event.
February 26, 2026
This is a virtual event
This is a free event.
February 26, 2026
Location: Graz, AT
This is a free event.
Migrating from ECS to Kubernetes sounds straightforward — until you hit spot capacity failures, firewall rules silently dropping traffic, and memory metrics that lie to your autoscaler.
Radosław Miernik, Head of Engineering at aleno, walks through a real production migration: what broke, what they missed, and the fixes that made it work.
In this interview:
Four months of migration, over 100 configuration changes in the first month, and a concrete breakdown of what platform work looks like when you can't afford downtime.
Learn from production
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.
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.
Matching jobs
DevSecOps Engineer with Maania Consultancy Services
Salary: $58.5K to $539K a year
Location: based in the office in Herndon, VA, USA
Tech stack: Kubernetes, Azure, Helm, Docker, Shell, Python, Terraform, Gitlab, Jenkins, GitHub Actions
Platform Engineer with Bright Vision Technologies
Salary: $51.57K to $18.97M a year
Location: based in the office in Bridgewater, NJ, USA
Tech stack: Kubernetes, AWS, Azure, GCP, Helm, ArgoCD, Flux, Docker, Shell, Python
Data Engineer with Bloomreach
Salary: €45.6K a year
Location: remote from
Tech stack: Kubernetes, GCP, Python, Go, SQL, Scala, Java, Mongo, Redis, Snowflake
Data Engineer with ezCater, Inc
Salary: $79.08K to $93.6K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, SQL, Python, Snowflake, Airflow
DevOps Engineer with Accenture Federal Services
Salary: $86.4K to $176.2K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Python, Java, Javascript, Shell, C++
Build something
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.
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.
Call for Papers closing soon
1
days
Location: Austin, TX, USA
In-person conference organized by Devopsdays.
The conference starts on the 5 May 2026.
2
days
Location: London, GB
In-person conference organized by AI Native Dev.
The conference starts on the 2 June 2026.
2
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.
3
days
Location: Hamburg, DE
In-person conference organized by Container Days.
The conference starts on the 4 September 2026.
3
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.
3
days
Location: St. Louis, MO, USA
In-person conference organized by The Cloud and AI Summit.
The conference starts on the 2 October 2026.
3
days
Location: Sibiu, RO
In-person conference organized by Devopsdays.
The conference starts on the 27 May 2026.
More articles
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.
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.