Spotlight
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.
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.
This article explains the Kubernetes v1.36 SELinux volume labeling change and why clusters using SELinux should audit workloads before SELinuxMount becomes the default.
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.
Tools and utilities
k8scout maps realistic Kubernetes escalation paths from a compromised pod to cluster-admin, node access, secret theft, or cloud IAM takeover, with graph output and reviewer mode.
Ariadne turns Kubernetes cluster state into a Memgraph property graph so agents can answer relationship-heavy questions with read-only Cypher instead of raw YAML dumps.
Crossview is a React and Go dashboard for managing Crossplane resources across Kubernetes clusters, with real-time watching, resource visualization, OIDC/SAML support, Helm install, and Docker deployment.
KubePlumber tests Kubernetes networking from inside the cluster by checking:
zeropod is a tool that automatically checkpoints containers to disk after a certain amount of time of the last TCP connection, allowing for fast and seamless scaling down to zero.
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
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.
In this blog post, the author tracks down persistent sandbox-cleanup errors in a Kubernetes cluster, finds that zero-length CNI cache files cause the problem, and shows how manually deleting those files cleared the error.
Alexey Demyanov
This case study shows how Palark migrated high-traffic Drupal 8 monoliths to Kubernetes to improve resilience, autoscaling, deployment automation, and DDoS handling while reducing infrastructure waste.
This blog post tells how the Render team:
Matching jobs
Data Engineer with Allocate
Salary: $145K to $220K a year
Location: based in the office (and remote from home) in Palo Alto, CA, USA
Tech stack: Kubernetes, AWS, Docker, C#, Python, SQL, Typescript, PostgreSQL, Kafka, Airflow
Database Administrator (DBA) with The Voleon Group
Salary: $9 to $539K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Java, Python, Shell, SQL, PostgreSQL
DevOps Engineer with Realtor.com Careers
Salary: $9K to $445.5K a year
Location: based in the office in Austin, TX, USA
Tech stack: Kubernetes, AWS, ArgoCD, CircleCI, Istio
DevOps Engineer with The Voleon Group
Salary: $90 to $539K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Python, Ruby, Shell, MySQL, Ceph
DevSecOps Engineer with Docebo
Salary: $47.97K to $210.15K a year
Location: based in the office (and remote from home) in Milan, IT
Tech stack: Kubernetes, AWS, Python, Shell, Cloudformation, Terraform
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
3
days
Location: Berlin, DE
In-person conference organized by AI Engineering Summit.
The conference starts on the 20 November 2026.
3
days
Kubernetes Community Days Gujarat 2026
Location: Ahmedabad, IN
In-person conference organized by KCD Gujarat.
The conference starts on the 19 September 2026.
4
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.
4
days
Great International AI Native Summit
Location: Bangalore, IN
In-person conference organized by Saltmarch.
The conference starts on the 10 December 2026.
5
days
Kubernetes Community Days Porto 2026
Location: Porto, PT
In-person conference organized by KCD Porto.
The conference starts on the 20 November 2026.
6
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.
6
days
Location: Cairo, EG
In-person conference organized by Devopsdays.
The conference starts on the 26 September 2026.
More articles
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.
Federico Iezzi
This article explains why low GPU utilization during LLM inference can be normal by breaking down prefill, decode, memory bandwidth limits, batching, and GKE B200 benchmark numbers.
Amit Malhotra
This article explains why GKE Gateway API is cleaner than Ingress for production traffic, covering role separation, HTTPRoute traffic splitting, Certificate Manager, NEGs, and migration trade-offs.