Spotlight
Leo Blondel
This case study shows how a 3-person team built a Claude-based AI SRE that triages SigNoz alerts, checks Kubernetes, GitLab, logs, traces, and Slack, then ignores noise, escalates, or runs safe fixes.
Özcan Yarımdunya
This article shows how to use Kubernetes ConfigMaps as a lightweight real-time state store by watching ConfigMap changes and faning events out with Python asyncio.
Seralahthan
This tutorial explains how to catch Helm drift in Kubernetes before manual kubectl changes break GitOps source-of-truth workflows.
Nick Georgiou
This case study explains how Plum migrated from ingress-nginx to kgateway and Gateway API in 12 weeks without production downtime.
It covers inventory, staging validation, parallel running, mTLS decisions, and custom observability.
Tools and utilities
This code tool converts JSON files into Kubernetes resource manifests, allowing you to use JSON/jsonnet workflows while still generating valid YAML for Kubernetes.
Kubeswitch is a command-line tool designed to ease switching between different kubectl contexts.
K8up is a Kubernetes Operator that helps you:
Kubeswitch is a command-line tool to ease switching between different kubectl contexts.
Kondense is an automated resource sizing tool.
Events starting soon
August 12, 2026
Location: Virginia Beach, VA, USA
This is a free event.
August 12, 2026
Location: Docklands, AU
This is a free event.
August 13, 2026
This is a virtual event
This is a free event.
August 13, 2026
Location: Hamburg, DE
This is a free event.
August 13, 2026
Location: Seattle, WA, USA
This is a free event.
August 15, 2026
Location: Rio de Janeiro, BR
This event requires an entrance fee
Learn from production
De.Code – Deloitte Germany Engineering Blog
This case study shows how Deloitte built a multi-cluster Kubernetes platform on STACKIT with an admin cluster, Argo CD ApplicationSets, GitLab pipelines, and shared platform tooling.
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.
This blog post tells how the Render team:
Matching jobs
DevOps Engineer with Mark43
Salary: $155K to $170K a year
Location: remote from
Tech stack: Kubernetes, Docker, Terraform
DevOps Engineer with RobCo
Salary: US$70.74K to US$440K a year
Location: based in the office in Munich, DE
Tech stack: Kubernetes, AWS, Go, Python, Terraform, Datadog, Grafana, Prometheus
Site Reliability Engineer with MyFitnessPal
Salary: $120K to $165K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Go, Python, Typescript, Terraform, GitHub Actions, Datadog
AI Enterprise Technical Program Manager with Redhorse Corporation
Salary: $37 to $485.65K a year
Location: based in the office in Arlington, VA, USA
Tech stack: Kubernetes, AWS, Azure, Docker, Spark
Commercial Account Executive with Vantage
Salary: $100K to $200K a year
Location: remote from
Tech stack: Kubernetes, AWS, CircleCI, Datadog
Build something
Daniel Vigueras
This tutorial explains five Laravel-on-Kubernetes production gotchas, covering immutable migration Jobs, managed databases, worker shutdown timeouts, queue worker flags, and better autoscaling signals.
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.
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.
Blake Gillman
This tutorial shows how to secure east-west traffic in GKE using an Internal Regional Gateway with Envoy proxies, certificates, HTTP Routes with path rewriting, and a zero-trust architecture for service-to-service communication.
More articles
Prashant Pathak
This article explains how Kubernetes CPU throttling can amplify Python GIL contention and cause unstable P95/P99 latency even when average CPU and P50 latency look normal.
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.
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.
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.