Spotlight
Tom Klinovsky
This case study walks through a production debugging session where orphaned Kubernetes pods kept blocking new deployments due to a race condition between the job controller, garbage collector, and an undocumented default propagation policy behavior.
Eresh Gorantla
This tutorial teaches how to deploy OpenTelemetry Collectors on Kubernetes using both DaemonSet agents and sidecar collectors together, with a tail-sampling gateway that merges telemetry from both topologies without breaking trace continuity.
LearnKube
This tutorial shows how two in-cluster services can authenticate each other with Service Account tokens and the TokenReview API, then makes it safer with audience-bound projected tokens.
Alon Halfon
This article explains how to benchmark LLM inference by replaying production agent traces to capture realistic session-level metrics and dependencies using OpenTelemetry Trace Replay for Inference Perf.
Tools and utilities
Hermes Agent Operator runs Hermes AI agents on Kubernetes as custom resources, so each agent's config, skills and workspace live in one manifest instead of drifting on someone's laptop.
dtop is a fast terminal dashboard written in Rust that shows what all your Docker containers are doing right now, across several hosts at once.
Kubernetes production readiness checklist is a free, open checklist for taking applications to production on Kubernetes, covering app design, manifests, security, scaling and going live.
k is a small kubectl wrapper that lets you switch context, cluster, and namespace inline with short prefixes instead of typing out long flags every time.
kubectl-x is a kubectl plugin that runs the same read-only command against every context in your kubeconfig in parallel, and can merge the results into valid JSON or YAML.
Events starting soon
September 10, 2026
This is a virtual event
This event requires an entrance fee
September 10, 2026
Location: Hamburg, DE
This is a free event.
September 11, 2026
Location: Vilnius, LT
This is a free event.
September 12, 2026
Location: Pune, IN
This is a free event.
September 12, 2026
Location: Brussels, BE
This event requires an entrance fee
September 14, 2026
Location: Warsaw, PL
This event requires an entrance fee
Learn from production
EXANTE Technology
This case study shows how EXANTE replaced manual Saturday releases with a fully automated GitLab CI + Flux + Jira pipeline across 60+ Django modules, 7 GKE environments, and 30+ services to meet fintech regulatory audit requirements.
Anastassios Nanos
This case study shows how etcd CrashLoopBack pods on a Karmada/k3s demo cluster turned out to be a ZFS I/O latency problem, and how four ZFS tuning settings fixed it — including the exact etcd Prometheus metrics to watch.
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.
Alex
This case study explains how one private container registry was shared across six AKS clusters in three regions.
It covers ACR geo-replication, image pull reliability, network access, permissions, and operational breakages.
Matching jobs
DevOps Engineer with Launchpad Technologies
Salary: $81K to $220K a year
Location: remote from
Tech stack: Kubernetes, AWS, Helm, Docker, Powershell, Python, Cloudformation, Terraform, Azure DevOps, GitHub Actions
Engineering Manager with PMG
Salary: $86.4K to $423.5K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Go, Javascript, Python, Terraform, Ansible
Platform Engineer with Speechmatics
Salary: US$0 to US$489.94K a year
Location: based in the office (and remote from home) in Cambridge, GB
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Python, SQL
Platform Engineer with Speechmatics
Salary: US$66.6K to US$356.95K a year
Location: based in the office (and remote from home) in London, GB
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Python, SQL
Software Engineer with Brandwatch
Salary: €65K to €75K a year
Location: remote from
Tech stack: Kubernetes, AWS, GCP, Docker, C#, Go, Java, Python, SQL, PostgreSQL
Build something
Matthew Wimpelberg
This tutorial builds a real k6 test suite against Google's Online Boutique running on a home lab Kubernetes cluster, with a shared client library, smoke, load, stress, and browser tests, and the two bugs the first run exposed.
Abasi-ifreke Uwem
This tutorial shows how to deploy an ML inference app on GKE using FastAPI, Streamlit, GCS FUSE, Workload Identity, Jenkins CI/CD, and HPA.
Lakhan Solanki
This tutorial explains how to sign and verify Docker images in Amazon ECR using Cosign and AWS KMS.
It also shows how trusted image enforcement can fit into EKS and Kyverno-based supply chain security.
xbill
This tutorial shows how to deploy a 5-agent ADK system on Amazon EKS and test Agent-to-Agent workflows with Gemini CLI.
More articles
Bobby DeVeaux
This article explains how to use Kubernetes Custom Resource Definitions and the reconciliation loop to manage, scale, and monitor multiple concurrent AI coding agents.
Henrique Cavarsan
This article explains the technical transition of Kubernetes port-forwarding and streaming commands from the deprecated SPDY protocol to WebSockets to improve proxy compatibility.
mirusser
This article argues that MCP servers for Kubernetes ship the accelerator without the brake, and walks through a two-tier design in which an agent can only propose a change, and a human approves the exact plan before it is applied.
Max Taylor
This article explains how Go Fiber reached 1.16M RPS on Apple Silicon by running client and server benchmarks inside Docker Desktop's Linux VM to bypass macOS loopback TCP limits.