Spotlight
Muhammad Muzammil
This tutorial shows how to build a per-user SaaS setup on EKS Auto Mode with one pod, one subdomain, one persistent volume, wildcard TLS, and a shared ALB.
Alex
This case study explains how a Kubernetes secrets audit exposed weak secret handling and forced a move toward safer secret management.
It covers encoded secrets, RBAC, encryption, external secret stores, and audit-ready controls.
Gabriel Anhaia
This article explains why Go services in Kubernetes can waste CPU when GOMAXPROCS does not match pod CPU limits.
It covers automaxprocs, Go 1.25 behavior, stale env vars, and throttling checks.
sathwick
This article shows how a probe-driven Go load balancer was tested against Kubernetes workloads and why benchmark discipline mattered more than the algorithm.
Tools and utilities
LFK is a keyboard-first terminal UI for navigating Kubernetes clusters with a Miller-column layout, owner-based resource hierarchy, logs, Helm, ArgoCD, Trivy, RBAC, and crash investigation views.
SloK lets teams define SLOs as Kubernetes custom resources, generate Prometheus rules, track error budgets, backtest SLO YAML, and view reliability trends in a dashboard.
Radar provides Kubernetes cluster visibility through topology graphs, event timelines, and service traffic visualization running as a single binary that connects directly to the Kubernetes API without cluster-side installation.
Copy Fail Destroyer runs on Kubernetes nodes to detect and remediate Copy Fail and Dirty Frag by probing vulnerable kernel modules, unloading them, exposing metrics, and supporting Helm or ArgoCD deployment.
k8s-d2 generates D2 diagram files from Kubernetes cluster topology, visualizing namespaces, workloads, services, and their relationships with customizable grid layouts and filtering options.
Events starting soon
July 15, 2026
Location: Sydney, AU and virtual
This is a free event.
July 15, 2026
This is a virtual event
This is a free event.
July 15, 2026
This is a virtual event
This is a free event.
July 15, 2026
Location: Amsterdam, NL
This is a free event.
July 18, 2026
Location: Lima, PE
This is a free event.
July 22, 2026
Location: Bratislava, SK
This is a free event.
Forced platform migrations are usually treated as something to survive. At Scout24, a mandatory OS migration became an opportunity to rethink Kubernetes autoscaling, node provisioning, and infrastructure efficiency.
John Ford explains how Scout24 moved its EKS-based Infinity platform from a polling autoscaler and over-provisioned capacity to Karpenter and Bottlerocket. The result was faster node startup, a safer migration path, and about a 30% infrastructure reduction without major downtime.
In this interview:
Learn from production
Saurabh Kumar Ojha
This case study shows how a team built a Kubernetes operator to rebalance old ClickHouse partitions across shards during cluster size changes.
Infisical's case study explains why its Kubernetes operator hit memory and authentication scaling limits and how a reference-based CRD design fixed secret sync.
Aadhith
This case study shows how CoreDNS became an EKS bottleneck under heavy DNS traffic and uses kube-burner test results to explain why NodeLocal DNSCache helped.
Groww Engineering Team
This case study explains how Groww built an internal chaos engineering platform on Kubernetes to run controlled failure drills like network faults, dependency outages, and traffic replay before real incidents hit production.
Matching jobs
Data Engineer with K2 Space
Salary: $160K to $200K a year
Location: based in the office in Los Angeles, CA, USA
Tech stack: Kubernetes, AWS, Docker, SQL, PostgreSQL, Snowflake
DevOps Engineer with Caseware
Salary: $125K to $140K a year
Location: based in the office (and remote from home) in Toronto, ON, CA
Tech stack: Kubernetes, AWS, Helm, Flux, Docker, Java, Python, Typescript, GitHub Actions
DevOps Engineer with K2 Space
Salary: $165K to $215K a year
Location: based in the office in Los Angeles, CA, USA
Tech stack: Kubernetes, AWS, Azure, GCP, Helm, ArgoCD, Flux, Docker, Powershell, Python
DevOps Engineer with Neros Technologies
Salary: $165K to $231K a year
Location: based in the office in Torrance, CA, USA
Tech stack: Kubernetes, Azure, Docker, C++, Python, Cloudformation, Terraform
DevOps Engineer with Serval
Salary: $49.5K to $539K a year
Location: based in the office in San Francisco, CA, USA
Tech stack: Kubernetes, AWS, Azure, GCP, On-premise, Docker, Go, Python, Terraform, Datadog
Build something
Chris St. John
This tutorial shows how to set up Horizontal Pod Autoscaler with CloudFront CDN on Amazon EKS, using k6 for load testing to demonstrate CPU-based autoscaling from 3 to 10 pods and identifying node capacity limits.
Adrián Bailador
This tutorial shows how to design ASP.NET Core health checks for Kubernetes using separate liveness, readiness, and startup probes.
Shubham Katara
This tutorial shows how to connect on-prem Kubernetes workloads to Google Cloud without service account keys using Workload Identity Federation, OIDC, Terraform, Kyverno, and IAM attribute conditions.
M Sandy H
This tutorial teaches how to build a local observability stack for AWS EKS logs using Stern for multi-pod tailing, Fluent Bit for log processing with multiline parsing, and Elasticsearch with Kibana for searchable visualization via Docker Compose.
Call for Papers closing soon
0
days
Kubernetes Community Days Gujarat 2026
Location: Ahmedabad, IN
In-person conference organized by KCD Gujarat.
The conference starts on the 19 September 2026.
1
days
Kubernetes Community Days Suisse Romande 2026
Location: Geneva, CH
In-person conference organized by KCD Suisse Romande.
The conference starts on the 10 December 2026.
1
days
Great International AI Native Summit
Location: Bangalore, IN
In-person conference organized by Saltmarch.
The conference starts on the 10 December 2026.
1
days
Kubernetes Community Days Porto 2026
Location: Porto, PT
In-person conference organized by KCD Porto.
The conference starts on the 20 November 2026.
3
days
Subsurface 2026 — The Open Data and AI Conference
This is a virtual event
Online conference organized by Dremio.
The conference starts on the 2 October 2026.
3
days
Location: Cairo, EG
In-person conference organized by Devopsdays.
The conference starts on the 26 September 2026.
4
days
Kubernetes Community Days Sofia 2026
Location: Sofia, BG
In-person conference organized by KCD Sofia.
The conference starts on the 29 September 2026.
More articles
Ramya vani Rayala
This article explains why Java pods can be OOMKilled when JVM heap settings ignore off-heap memory and shows how to align JVM flags with Kubernetes limits.
This article explains the Kubernetes v1.36 SELinux volume labeling change and why clusters using SELinux should audit workloads before SELinuxMount becomes the default.
This article explains Kubernetes v1.36 fine-grained kubelet authorization and how teams can replace broad nodes/proxy access with safer permissions for metrics, stats, logs, pods, and health checks.
Mateusz Milewczyk
This article explains why distributed locks need ordering, not just mutual exclusion, and compares retry loops, ZooKeeper queues, Raft-backed etcd locks, and fencing tokens for protecting stale writes.