Spotlight
Ahmet Emre DEMİRŞEN
This article covers production-grade Kubernetes deployment strategies including progressive delivery, multi-cluster deployments, traffic shaping, and chaos engineering practices for building resilient systems that handle large scale.
This tutorial teaches how to implement Kubernetes egress control using Squid proxy and NetworkPolicy for visibility and enforcement of outbound traffic without service mesh complexity.
Mike Gonzalez
This tutorial teaches how to connect ShellGPT CLI tool to a self-hosted OpenWebUI instance running on Kubernetes, solving SSL certificate verification and API endpoint issues.
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.
Tools and utilities
KubePolaris is an enterprise Kubernetes multi-cluster management platform built with React and Go, providing workload management, monitoring integration, RBAC access control, and GitOps capabilities through an intuitive web interface.
cookiecluster is a CLI tool written in Rust that generates EKS cluster definitions in Terraform through an interactive configuration process.
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.
Events starting soon
March 2, 2026
This is a virtual event
This is a free event.
March 3, 2026
This is a virtual event
This is a free event.
March 3, 2026
This is a virtual event
This is a free event.
March 4, 2026
Location: Melbourne, AU and virtual
This is a free event.
March 4, 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
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.
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.
Matching jobs
DevOps Engineer with Everpure
Salary: $16.8M to $25.2M a year
Location: based in the office in Bay Area, CA, USA
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Shell, SQL, Javascript, Java, Python
DevOps Engineer with Pulumi
Salary: $166K to $209K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Go, Typescript, Pulumi, Terraform, GitHub Actions
DevOps Engineer with Rumble
Salary: $124K to $174K a year
Location: remote from
Tech stack: Kubernetes, Python, Shell, Openstack, Terraform, Ansible, Prometheus, Grafana, ELK, Graylog
DevOps Engineer with Sezzle
Salary: $200K to $300K a year
Location: fully remote
Tech stack: Kubernetes, AWS, Go, Typescript, Python, SQL, MySQL, PostgreSQL, Elastic Search, Gitlab
DevOps Engineer with Sliced Bread Ltd.
Salary: £69.7K to £94.3K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Shell, Python, Ruby, Go, Terraform, GitHub Actions, Datadog
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
1
days
Kubernetes Community Days Panama 2026
Location: Panama City, PA
In-person conference organized by KCD Panama.
The conference starts on the 20 April 2026.
2
days
Location: Mumbai, IN
In-person conference organized by Linux Foundation.
The conference starts on the 17 June 2026.
4
days
Location: Dresden, DE
In-person conference organized by Silicon Saxony.
The conference starts on the 17 June 2026.
4
days
Location: Bologna, IT
In-person conference organized by CND Italy.
The conference starts on the 18 May 2026.
14
days
Location: San Francisco, CA, USA
In-person conference organized by SREday.
The conference starts on the 15 April 2026.
14
days
Location: Seattle, WA, USA
In-person conference organized by SREday.
The conference starts on the 20 April 2026.
18
days
Location: Amsterdam, NL
In-person conference organized by Cloud Native Amsterdam.
The conference starts on the 22 May 2026.
More articles
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.
vivekpophale
This article shows how Kiro, an agentic AI IDE, combined with AWS EKS MCP Server enables intent-driven EKS management with human-approved workflows and centralized policy enforcement.
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.