Spotlight
Mariem Sboui
This article shares hidden Kubernetes bad practices discovered through production incidents covering troubleshooting challenges, configuration mistakes, and operational lessons learned by a Site Reliability Engineer.
Mateen Ali Anjum
This case study describes rebuilding a fragile Kubernetes infrastructure into a production-grade platform for GPU-based ML workloads, improving deployment frequency from weekly to 10+ times daily.
Yogeshkrishnanseeniraj
This article covers scaling a Django SaaS from a single EC2 instance to 1M users using async ORM, Redis caching layers, and Kubernetes horizontal pod autoscaling for sub-200ms response times.
Sudhi
This article solves automated certificate distribution for EAP-TLS WiFi authentication using nginx-proxy on Kubernetes with step-ca, avoiding traditional MDM by hosting mobileconfig files at an HTTPS endpoint with mTLS authentication.
Tools and utilities
karpenter-optimizer analyzes your Kubernetes cluster usage in real-time and gives you AI-powered recommendations to reduce AWS EC2 costs.
Linnix is an eBPF + PSI-powered Kubernetes observability agent written in Rust that identifies which pod is actually stalling your services, not just consuming CPU.
kubesdk is a fully typed, async-first Python Kubernetes client with a CLI that generates models from any live cluster or CRD, achieving over 1000 RPS on large, multi-cluster workloads.
RoleBasedGroup is a Kubernetes API written in Go for orchestrating distributed stateful AI inference workloads with multi role collaboration and built in service discovery, treating inference services as role based groups rather than isolated workloads.
GoKubeDownscaler is a horizontal autoscaler for Kubernetes workloads written in Go that automatically scales down deployments, statefulsets, and other resources based on time schedules to save costs.
Events starting soon
March 9, 2026
This is a virtual event
This is a free event.
March 9, 2026
This is a virtual event
This is a free event.
March 9, 2026
Location: Bangkok, TH
This event requires an entrance fee
March 10, 2026
Location: Zürich, CH
This is a free event.
March 10, 2026
This is a virtual event
This is a free event.
March 10, 2026
Location: Lisbon, PT
This is a free event.
Running multiple Kubernetes clusters on AWS with the cluster autoscaler? Every four months, you face the same grind: upgrading Kubernetes versions, recreating auto scaling groups, and hoping instance type changes stick.
Adhi Sutandi, DevOps Engineer at Beekeeper by LumApps, shares how his team migrated from the cluster autoscaler to Karpenter across eight EKS clusters — and the hard lessons they learned along the way.
In this episode:
Learn from production
Ron Matsliah
This article describes how the team at Next Insurance built an AI-powered microservice that watches build failures via Jenkins, analyzes logs automatically and posts clear, helpful feedback to Slack.
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.
Matching jobs
DevOps Engineer with Planet
Salary: $14.28M to $20.32M a year
Location: remote from
Tech stack: Kubernetes, GCP, SQL, Python, Javascript, Go, Shell, Terraform, Grafana
DevOps Engineer with Precision Medicine Group
Salary: $147.6K to $324.28K a year
Location: fully remote
Tech stack: Kubernetes, AWS, Helm, Docker, Python, Shell, Terraform, Gitlab, AWS CloudWatch
DevSecOps Engineer with Pinterest
Salary: $155.58K to $320.32K a year
Location: remote from
Tech stack: Kubernetes, AWS, Go, Python, C++, Typescript, Terraform, Puppet
DevSecOps Engineer with Rise8
Salary: $163.12K to $203.9K a year
Location: remote from
Tech stack: Kubernetes, Shell, Python, Powershell, Terraform, Jenkins, Ansible, Puppet, Chef
DevSecOps Engineer with Schonfeld
Salary: $120K to $135K a year
Location: fully remote
Tech stack: Kubernetes, Python, Powershell
Build something
Furuse Shugo
This tutorial teaches how to build a home Kubernetes cluster using three Raspberry Pi 4 devices for hands-on learning and experimentation.
Son Ng.
This tutorial teaches how to autoscale Kafka consumers on Kubernetes using KEDA and consumer lag as the scaling metric with Confluent Platform.
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.
Call for Papers closing soon
7
days
Location: San Francisco, CA, USA
In-person conference organized by SREday.
The conference starts on the 15 April 2026.
7
days
Location: Seattle, WA, USA
In-person conference organized by SREday.
The conference starts on the 20 April 2026.
11
days
Location: Amsterdam, NL
In-person conference organized by Cloud Native Amsterdam.
The conference starts on the 22 May 2026.
13
days
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 23 March 2026.
13
days
Cloud Native AI + Kubeflow Day Europe
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 23 March 2026.
14
days
This is a virtual event
Online conference organized by Conf42.
The conference starts on the 23 April 2026.
16
days
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 26 March 2026.
More articles
Mike Solomon
This article describes using Claude Code with Autodock to replace 50,000+ lines of Helm charts with a single human-readable AUTODOCK.md file for deploying Argo Workflows and AortaAIM.
Deepanshu khanna
This article demonstrates how to exploit Kubernetes PKI and kubelet credentials after gaining node access to escalate from pod compromise to full cluster control.
By Ido SlonimskyTech Lead, Zesty
This article teaches how to make Kubernetes workloads survive AWS Spot Instance interruptions using NTH or Karpenter, PDBs, stateless design, and AWS FIS game days.
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.