Spotlight
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.
Matt Camp
This case study shows how Unitary built Osmia, an open-source orchestration layer on EKS to run autonomous AI coding agents safely at scale using pod isolation, Karpenter, IRSA-based secrets, and real-time trajectory scoring.
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.
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.
Tools and utilities
Kube-Argus is a single-binary Kubernetes dashboard that combines live cluster state, log streaming, YAML editing, drain workflows, cost analysis, and AI-assisted diagnosis in one web interface.
Chartpack is an opinionated Helm chart that lets you deploy many Kubernetes workload types from one values file, with built-in networking, autoscaling, observability, secrets, and GitOps support.
This tool manages VyOS virtual router configuration on Kubernetes through KubeVirt, Proxmox VE, or bare metal using QEMU Guest Agent or gRPC instead of normal network access.
PII-Shield is a sidecar that sanitizes logs before they leave the pod by detecting secrets and personal data, preserving JSON structure, and supporting Helm based deployment..
Kubetest4j is a Java library for testing Kubernetes deployments and operators with Fabric8, JUnit support, resource cleanup, multi-cluster testing, and built-in log and metrics collection.
Events starting soon
May 1, 2026
Location: Chandigarh, IN
This is a free event.
May 2, 2026
Location: Cambridge, MA, USA
This event requires an entrance fee
May 5, 2026
This is a virtual event
This is a free event.
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.
A single Kubernetes CRD for every service request turns small changes into full-platform reconciliations.
Alexander Held, former platform engineer at Mercedes-Benz Tech Innovation, describes a production refactor from a 2,000-line CRD to purpose-built resources and controllers. He shows how teams can model business workflows as Kubernetes APIs and then use owner references, finalizers, and events to keep platform operations predictable.
You will learn:
Learn from production
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.
Varun Arora
This case study shows building a centralized multi-account AWS monitoring platform managing 25+ accounts using Python Boto3 to fetch resource configurations into MongoDB, with Flask API and Next.js frontend achieving $30k annual savings.
Matching jobs
DevSecOps Engineer with Mattermost
Salary: £76.12K to £100.99K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, On-premise, Docker, Go, Python
Machine Learning Engineer with Clarity Innovations
Salary: $135K to $462K a year
Location: based in the office in Herndon, VA, USA
Tech stack: Kubernetes, AWS, Azure, ArgoCD, Go, Python
Platform Engineer with BLP Digital AG
Salary: US$112.5K to US$275K a year
Location: based in the office in London, GB
Tech stack: Kubernetes, Docker, SQL, Typescript, PostgreSQL, MySQL, GitHub Actions
Platform Engineer with Clarity Innovations
Salary: $90K to $478.5K a year
Location: based in the office (and remote from home) in Herndon, VA, USA
Tech stack: Kubernetes, AWS, Azure, Helm, Kustomize, Docker, Go, Python, Terraform, Ansible
Site Reliability Engineer with General Intuition & Medal
Salary: $54K to $316.75K a year
Location: based in the office in New York City, NY, USA
Tech stack: Kubernetes, GCP, C++, C#, Java, Kotlin, Swift, Redis, MySQL, RabbitMQ
Build something
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.
Franck Pachot
This tutorial shows how to install CloudNativePG 1.28 operator and deploy a three-node PostgreSQL cluster with synchronous replication and quorum-based failover, then tests transient failure recovery by pausing the primary container.
Call for Papers closing soon
0
days
Location: New York, NY, USA
In-person conference organized by SREday.
The conference starts on the 2 June 2026.
0
days
Location: Austin, TX, USA
In-person conference organized by SpiceWorks.
The conference starts on the 13 November 2026.
2
days
Location: Shanghai, CN
In-person conference organized by CNCF.
The conference starts on the 9 September 2026.
2
days
Location: Berlin, DE
In-person conference organized by Devopsdays.
The conference starts on the 29 September 2026.
7
days
Location: Hamburg, DE
In-person conference organized by techcamp.
The conference starts on the 26 August 2026.
9
days
Location: Kraków, PL
In-person conference organized by Devopsdays.
The conference starts on the 4 July 2026.
14
days
Location: Hamburg, DE
In-person conference organized by code.talks.
The conference starts on the 5 November 2026.
More articles
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.
Nick Krestakos
This article explains a real homelab migration from Docker Compose to a three-node K3s cluster, covering: