Spotlight
Rodrigue Chakode
This article explains what six months of production OpenShift cost tracking revealed, including a 24 to 30 percent non-allocatable CPU tax and how infrastructure overhead can consume most cluster capacity before app workloads even start.
Anish Kumar – The DevOps Guy
This article explains how Kubeshark provides packet-level visibility in Kubernetes by capturing live pod traffic, decoding protocols such as HTTP and gRPC, and mapping requests back to workloads for debugging.
Andrew Pitt
This tutorial shows how to run an open source LLM on OpenShift with Red Hat AI Inference Server based on vLLM, using a PVC, GPU-backed deployment, OpenAI-compatible endpoint, model switching, and an optional AnythingLLM UI.
Devansh Jain
This article explains how to run Temporal on Kubernetes in production, covering GKE deployment, Cassandra repair and backups, Istio mTLS, resource sizing, PodDisruptionBudgets, and Prometheus-based monitoring.
Tools and utilities
Tilt automates the full dev loop for Kubernetes microservices — file watching, container image builds, and live updates to your cluster, replacing manual docker build && kubectl apply cycles with a single tilt up command and a real-time UI.
This tool runs inside Kubernetes and automatically decrypts secrets encrypted with Mozilla SOPS, and then creates standard Kubernetes Secret objects from them.
Kubebuilder is a Kubernetes SIGs framework for building CRDs, controllers, and admission webhooks in Go with scaffolding, plugins, and controller-runtime based libraries that reduce boilerplate for operator development.
Radar provides Kubernetes cluster visibility through:
Siclaw is an open source AI SRE platform for read-only infrastructure diagnostics, root cause analysis, team workflows, Kubernetes access, and MCP-based investigation without changing live systems directly.
Events starting soon
May 5, 2026
Location: Austin, TX, USA
This event requires an entrance fee
May 5, 2026
Location: Oslo, NO
This is a free event.
May 5, 2026
Location: Offenbach, DE
This is a free event.
May 6, 2026
Location: Zurich, CH
This event requires an entrance fee
May 6, 2026
Location: Melbourne, AU and virtual
This is a free event.
May 6, 2026
This is a virtual event
This is a free event.
What happens when an AI agent stops generating Kubernetes YAML and starts operating the cluster directly?
Mike Solomon, software engineer at AIATELLA, explains how his team moved from a sprawling Helm setup to Markdown-driven infrastructure specs that Claude Code can execute, test, and refine.
You will learn
It is a practical look at where Kubernetes automation may be heading: less hand-written YAML, more precise intent, and a sharper definition of when the human must stay in the loop.
Learn from production
Aditya Suryawanshi
This is a war story about a 3-person startup that replaced a $14,850/month over-engineered Kubernetes setup on AWS with Fly.io for $680, cutting P99 latency from 320ms to 180ms and deploy time from 8 minutes to 45 seconds.
Ejiroghene Laurel Dafe
This case study shows how one engineer resolved two real Kubernetes production incidents involving an overly aggressive Ingress rate limit and Istio breaking non-HTTP socket traffic.
Maxim Nazarenko
This case study explains how to migrate bound Kubernetes volumes from deprecated in-tree Azure Disk provisioning to CSI with in-place PVC re-binding, minimal restarts, and no data loss across production disks.
DV Engineering
This case study shows how DoubleVerify built a Kubernetes and Ray serving platform to deploy and scale ML models in production.
It also covers RayService wrapped with Helm, fault tolerance with external Redis, and platform gains like 30% lower GPU cost.
Matching jobs
Autonomous Driving Academy Intern (All genders) - Operator Enablement & Commercial Operations with MOIA
Salary: $45K to $382.8K a year
Location: remote from
Tech stack: Kubernetes, Javascript, Python, Shell
Chief Technology Officer with MOIA
Salary: $135K to $440K a year
Location: remote from
Tech stack: Kubernetes
Executive Assistant (all genders) - CFO with MOIA
Salary: $45K to $382.8K a year
Location: remote from
Tech stack: Kubernetes
Software Engineer with Monzo
Salary: $47.97K to $382.8K a year
Location: remote from
Tech stack: Kubernetes, AWS, GCP, Docker, Go, Cassandra, Kafka
Chief Technology Officer with Redhorse Corporation
Salary: $135K to $401.5K a year
Location: based in the office in Chantilly, VA, USA
Tech stack: Kubernetes, AWS, Azure, GCP, Docker
Build something
M. Syawal Saputra
This tutorial teaches how to build an elastic Kubernetes platform on VMware vSphere using Cluster API, Talos, and Cluster Autoscaler for declarative provisioning and automatic node scaling.
Alexandr Ivenin
This tutorial shows how to automate EKS deployments with Argo CD, Argo CD Image Updater, GitHub, and Amazon ECR so new container images flow to the cluster through GitOps without manual deployment steps.
Charles Sullivan
This tutorial teaches how to build a cert-manager external issuer that uses a YubiHSM 2 to sign TLS certificates via Go's crypto.Signer interface.
Saeed Anwar Ansari
This tutorial explains how to use KEDA on GKE to autoscale workloads based on event-driven signals rather than just CPU or memory.
Call for Papers closing soon
3
days
Location: Hamburg, DE
In-person conference organized by techcamp.
The conference starts on the 26 August 2026.
5
days
Location: Kraków, PL
In-person conference organized by Devopsdays.
The conference starts on the 4 July 2026.
10
days
Location: Hamburg, DE
In-person conference organized by code.talks.
The conference starts on the 5 November 2026.
11
days
Location: Denver, CO, USA
In-person conference organized by Devopsdays.
The conference starts on the 22 September 2026.
11
days
Michigan Technology Conference 2026
Location: Rochester, MI, USA
In-person conference organized by The Michigan Technology Conference Association.
The conference starts on the 30 October 2026.
12
days
Location: San Jose, CA, USA
In-person conference organized by TechEx Events.
The conference starts on the 19 May 2026.
13
days
Location: London, UK
In-person conference organized by Devopsdays.
The conference starts on the 17 September 2026.
More articles
This article shows how to build a self-healing registry mirror on GKE with zot and automation that copies remote images locally and rewrites deployments to avoid Docker Hub rate limits and ImagePullBackOff failures.
Kai Burjack
This case study explains why Nginx Ingress Controller causes TCP connection timeouts on GKE during pod termination.
It traces:
Fabián Sellés Rosa
This article explains how one team evaluated Crossplane and KRO to replace KIAM with EKS Pod Identities, balancing flexibility, maturity, and operational overhead after outages.
This article explains how the Kubernetes Image Promoter was rewritten to improve rate limiting, observability, and resilience in the pipeline that publishes and signs images for registry·k8s·io.