Spotlight
chitender kumar
This article explains how Smart Scheduler extends Kubernetes pod placement with weighted distribution strategies and base capacity guarantees using annotation-based configuration for cost optimization.
Ravi Rajput
This tutorial teaches how to implement layered security in Kubernetes using Kyverno for admission control and KubeArmor for runtime protection to enforce guardrails.
Dinidu Sachintha
This article explains how Kubernetes 1.35 enables in-place Pod resizing without restarts, covering the technical implementation from cgroup v2 mechanics to production challenges.
Scout24
This case study shows how Scout24 turned an Amazon Linux 2 end-of-life deadline into a 30% reduction in nodes across their EKS clusters by combining OS migration with Karpenter adoption.
Tools and utilities
Easykube is a tool written in Go for bootstrapping and sharing local Kubernetes developer environments by wrapping Kind and Goja to create opinionated configurations with a local Docker registry.
cert-manager-webhook-pdns is a PowerDNS webhook for cert-manager that enables automated Let's Encrypt certificate issuance using DNS-01 challenges by integrating with PowerDNS API for DNS record management.
Kthena is a Kubernetes-native platform for deploying and managing Large Language Models with support for multiple inference engines like vLLM, SGLang, and Triton.
kcli is a management tool for virtualization providers (libvirt, KubeVirt, oVirt, vSphere, AWS, Azure) that deploys VMs from cloud images using YAML plan files with Jinja templating, including pre-built plans for Kubernetes, OpenShift, and OpenStack.
sk8r is a modern open source Kubernetes dashboard built with Svelte and TypeScript that provides a user-friendly interface to visualize and manage cluster resources, stream pod logs in real time, and monitor metrics through Prometheus integration.
Events starting soon
February 27, 2026
Location: Kochi, IN
This is a free event.
February 27, 2026
Location: Chennai, IN
This is a free event.
February 28, 2026
Location: Logroño, ES
This is a free event.
February 28, 2026
Location: Guadalajara, MX
This event requires an entrance fee
March 2, 2026
This is a virtual event
This is a free event.
March 4, 2026
This is a virtual event
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
Infrastructure Architect with 8893 VMware LLC
Salary: $106.9K to $171K a year
Location: fully remote
Tech stack: Kubernetes, On-premise, VMware Tanzu, OpenShift, Shell, Python, Java, Javascript, Typescript, C++
Platform Engineer with Tyto Athene, LLC
Salary: $170K to $175K a year
Location: based in the office in Colorado Springs, CO, USA
Tech stack: Kubernetes, Shell, Python, SQL, GraphQL, Javascript, Java, Scala, PHP, Typescript
Machine Learning Engineer with Saviynt
Salary: $144K to $250.47K a year
Location: fully remote
Tech stack: Kubernetes, AWS, Docker, Python, Javascript, Typescript, ARM templates, Terraform, Cloudformation, CDK
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
Build something
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.
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.
Call for Papers closing soon
0
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.
1
days
Location: Hamburg, DE
In-person conference organized by Container Days.
The conference starts on the 4 September 2026.
1
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.
1
days
Location: St. Louis, MO, USA
In-person conference organized by The Cloud and AI Summit.
The conference starts on the 2 October 2026.
1
days
Location: Sibiu, RO
In-person conference organized by Devopsdays.
The conference starts on the 27 May 2026.
1
days
Kubernetes Community Days Kochi 2026
Location: Kochi, IN
In-person conference organized by KCD Kochi.
The conference starts on the 11 April 2026.
1
days
Location: Tokyo, JP
In-person conference organized by Devopsdays.
The conference starts on the 14 April 2026.
More articles
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.
Parth Shah
This article explains how to efficiently handle millions of eBPF events per second without burning CPU by using a three-stage funnel architecture for filtering and aggregation.