Spotlight
Inditex Tech
This case study shows how Inditex reclaims idle node capacity with an open-source overcommit operator that rewrites pod requests through a mutating webhook, based on priority class.
Ryan Waite
This case study follows one engineer building a home data centre from scratch, running k3s on recycled hardware with NAS storage, Cloudflare Tunnels for public access and Argo CD for deployments.
This article digs into a bug in VPC CNI v1.21.0 in which a reused loop variable wrote network policy rules to the wrong eBPF map, silently dropping every packet to the pod.
Abhi
This tutorial shows how to build a local Kubernetes lab in Vagrant where MetalLB actually works, by giving each VM both a host-only and a bridged network.
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.
System Upgrade Controller upgrades your nodes from inside the cluster: you describe the change in a Plan resource and it runs the upgrade job on each node, cordoning and draining when you ask it to.
Jarvis is a self-hosted web UI for Alertmanager where alerts are stored in a database, and people can claim and comment on them so the team sees who is handling what.
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.
Attune is a Kubernetes operator that monitors actual usage and adjusts CPU and memory requests for running pods in place, so nothing has to restart.
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
Netflix Technology Blog
This case study shows how Netflix moved millions of batch jobs from its homegrown queueing system to Kueue, without the people submitting those jobs noticing any change.
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.
Saeedafzal2030
This case study shows how one team ran LiteLLM as a single gateway to many model providers on EKS, kept it highly available, and managed the whole thing with ArgoCD.
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.
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
Timur Nizamutdinov
This tutorial shows how to replace always-on EC2 runners with autoscaling GitLab runners using the AWS fleeting plugin and an Auto Scaling Group, so instances start per job and shut down when the queue is empty.
Aakash Deep
This tutorial teaches how to build a production-like Kubernetes cluster on bare metal using Hyper-V VMs with MetalLB, Ingress NGINX, Longhorn storage, and HPA.
Nahuel Aldrey
This tutorial shows how to automatically create and scale GitHub Actions runners on Kubernetes using Argo CD ApplicationSets that read config files from Git and deploy runner pods with custom resources and autoscaling.
Jeff Rescignano
This tutorial shows how to advertise Kubernetes LoadBalancer IPs to a LAN by configuring Cilium BGP Control Plane, an IP pool, Cilium BGP resources, and FRR on a UniFi Gateway.
More articles
Enugurihemanthkumar
This article shows how to set up logging on a shared GKE cluster so every team only sees the logs from their own namespaces, while the platform team still sees everything.
Prabhu Jayaseelan
This guide shows you how to implement chaos engineering on Amazon EKS using AWS Fault Injection Service to simulate CPU stress and pod terminations while monitoring resilience via ADOT and Grafana.
zolty
This case study covers migrating a live k3s cluster from a flat network to a VLAN architecture, including an etcd quorum loss caused by moving too many nodes at once and the recovery steps using k3s server --cluster-reset.
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.