Spotlight
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.
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.
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.
Tools and utilities
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.
Kubernetes MCP Server lets Claude, VS Code, Cursor, and other MCP clients inspect and manage Kubernetes or OpenShift resources through a native Go server.
Hybernate detects idle Deployments and StatefulSets, learns usage patterns, then pauses, scales, resumes, or destroys workloads using metrics, Prometheus signals, forecasting, and Helm install.
KubeShark gives Claude and Codex Kubernetes guardrails for safer manifests, covering deprecated APIs, RBAC, security contexts, probes, resource limits, Helm, Kustomize, and GitOps patterns.
Copy Fail Blocker deploys a privileged DaemonSet that blocks AF_ALG and AF_RXRPC socket creation cluster-wide to mitigate Copy Fail and similar Linux kernel privilege-escalation paths.
Events starting soon
July 9, 2026
Location: Dublin, CA, USA
This is a free event.
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.
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
Machine Learning Engineer with Nebius
Salary: $208K to $261K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Python, Shell
Software Engineer with NISC
Salary: $40 to $297K a year
Location: based in the office (and remote from home) in Cedar Rapids, IA; Lake Saint Louis, MO; Mandan, ND, USA
Tech stack: Kubernetes, AWS, Docker, Java, Scala, SQL, Typescript, DynamoDB, Cassandra, Kafka
Software Engineer with NinjaTrader
Salary: $195K to $220K a year
Location: based in the office in Chicago, IL, USA
Tech stack: Kubernetes, Docker, Scala, Redis, RabbitMQ, Kafka, GitHub Actions, Jenkins
Software Engineer with Nubank
Salary: $168K to $210K a year
Location: based in the office (and remote from home) in Toronto, CA
Tech stack: Kubernetes, AWS, Clojure, DynamoDB, Kafka, Prometheus
Solution Architect with New Relic
Salary: $47.97K to $247.5K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Go, Python, Shell, Terraform, GitHub Actions
Build something
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.
Harichandana Kotha
This tutorial shows how to serve open source LLMs on Red Hat OpenShift AI with KServe, vLLM, Argo CD, and IBM Fusion using a fully declarative GitOps workflow.
Asmaa Elalfy
This tutorial shows how to build a private EKS cluster with zero public API exposure using Terraform.
It also covers self-hosted OpenVPN as a VPN gateway, NAT masquerade iptables setup, kube-prometheus-stack via internal load balancer, and Route 53.
Call for Papers closing soon
5
days
Location: Berlin, DE
In-person conference organized by AI Engineering Summit.
The conference starts on the 20 November 2026.
5
days
Kubernetes Community Days Gujarat 2026
Location: Ahmedabad, IN
In-person conference organized by KCD Gujarat.
The conference starts on the 19 September 2026.
6
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.
6
days
Great International AI Native Summit
Location: Bangalore, IN
In-person conference organized by Saltmarch.
The conference starts on the 10 December 2026.
7
days
Kubernetes Community Days Porto 2026
Location: Porto, PT
In-person conference organized by KCD Porto.
The conference starts on the 20 November 2026.
8
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.
8
days
Location: Cairo, EG
In-person conference organized by Devopsdays.
The conference starts on the 26 September 2026.
More articles
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.
Misha Mekhanov
This article explains how to optimize AI agents for Kubernetes diagnostics by shifting from sequential Model Context Protocol tool calls to code execution mode, reducing token usage by up to 90%.
Pavel Buchnev
This article teaches how to build self-evolving AI systems using Kubernetes, Temporal workflows, and automated deployment pipelines, enabling AI agents to detect errors, fix code, and redeploy services without manual intervention.