Spotlight
Farid Guluzade
This case study shows how reducing JVM MaxRAMPercentage, cutting the Hikari connection pool from 50 to 20, and implementing aggressive HPA scale-up (0s stabilization, 4 pods/min) doubled traffic capacity while cutting baseline pods from 26 to 10.
Ajay Edupuganti
This article explains why Linecraft AI migrated from manual Windows IIS deployments to Kubernetes after facing multi-week release cycles, inconsistent environments from local server changes, and extended downtimes.
Suraj Bhattarai
This tutorial teaches how to implement multi-tenancy on Google Kubernetes Engine using namespaces for isolation, RBAC for access control, and resource quotas for capacity management.
Sean Ankenbruck
This article shows how to build a home Kubernetes cluster using Raspberry Pi hardware as a cost-effective alternative to cloud services for development and learning.
Tools and utilities
K8sQuest is a local Kubernetes learning game with 50 progressive challenges where you fix broken clusters using kubectl with real-time monitoring, progressive hints, and post-mission debriefs running on kind.
flux9s is a terminal interface for monitoring Flux GitOps resources in real time with K9s inspired navigation.
b4n is a k9s-inspired terminal UI for Kubernetes written in Rust, built on kube-rs and ratatui with full CRUD, log streaming, shell access, and port forwarding.
Kubechecks allows users of GitHub and GitLab to see exactly what their changes will affect on their current Argocd deployments and automatically run various conformance test suites prior to merging.
HAProxy Data Plane API is a sidecar process written in Go that runs alongside HAProxy and provides REST API endpoints for managing HAProxy configuration, requiring HAProxy version 1.9.0 or higher.
Events starting soon
March 12, 2026
This is a virtual event
This is a free event.
March 13, 2026
Location: Madrid, ES
This event requires an entrance fee
March 13, 2026
This is a virtual event
This is a free event.
March 13, 2026
This is a virtual event
This is a free event.
March 13, 2026
Location: Freiburg im Breisgau, DE
This is a free event.
March 14, 2026
Location: Chennai, IN
This is a free event.
Managed Kubernetes on a major cloud provider can cost hundreds or even thousands of dollars a month — and much of that spending hides behind defaults, minimum resource ratios, and auxiliary services you didn't ask for.
Fernando Duran, founder of SadServers, shares how his GKE Autopilot proof of concept ran close to $1,000/month on a fraction of the CPU of the actual workload and how he cut that to roughly $30/month by moving to Hetzner with Edka as a managed control plane.
In this interview:
The decision comes down to how tightly coupled you are to cloud-specific services and whether your team can spare the cycles to manage the gaps.
Learn from production
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.
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.
Matching jobs
Associate Technical Account Manager (West) with Wiz, Inc.
Salary: $97.6K to $108.8K a year
Location: remote from
Tech stack: Kubernetes, Docker, Go, Python, Javascript, Typescript, Shell
DevOps Engineer with Okta
Salary: $147K to $184K a year
Location: remote from
Tech stack: Kubernetes, AWS, GCP, Docker, Java, Python, Go, Javascript, Typescript, MySQL
DevOps Engineer with Zscaler
Salary: $119K to $170K a year
Location: based in the office (and remote from home) in San Jose, CA, USA
Tech stack: Kubernetes, Python, SQL, Terraform, Ansible
Incident Manager - Public Sector with Wiz, Inc.
Salary: $142.5K to $197K a year
Location: remote from
Tech stack: Kubernetes, AWS, SQL, Python, Go, Shell, Javascript, Typescript, Grafana, Prometheus
Infrastructure Architect with Okta
Salary: $224K to $308K a year
Location: remote from
Tech stack: Kubernetes, On-premise, Helm, Shell, Python, SQL, Go, Javascript, Java, C#
Build something
Kristi Ndoni
This tutorial teaches how to migrate PostgreSQL databases to CloudNativePG on Kubernetes using logical replication without downtime.
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.
Call for Papers closing soon
4
days
Location: San Francisco, CA, USA
In-person conference organized by SREday.
The conference starts on the 15 April 2026.
4
days
Location: Seattle, WA, USA
In-person conference organized by SREday.
The conference starts on the 20 April 2026.
8
days
Location: Amsterdam, NL
In-person conference organized by Cloud Native Amsterdam.
The conference starts on the 22 May 2026.
11
days
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 23 March 2026.
11
days
Cloud Native AI + Kubeflow Day Europe
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 23 March 2026.
11
days
This is a virtual event
Online conference organized by Conf42.
The conference starts on the 23 April 2026.
14
days
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 26 March 2026.
More articles
Velorum
This article covers 10 Kubernetes HPA scaling signals beyond CPU — RPS, queue lag, p95 latency, in-flight requests, error rate, and saturation metrics — with YAML examples and pitfalls for each.
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.
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.