Spotlight
Npanchal
This tutorial shows how to chain KEDA cron scaling with Karpenter so non-prod EKS clusters drop to zero nodes at night and on weekends, cutting the compute bill by 65 to 85%.
Dwayne McDaniel
This article explains what an attacker can really do with leaked Kubernetes credentials, from kubeconfigs to service account tokens, and how to check the blast radius and shut it down.
Harini Anand
This tutorial walks through the llm-d quickstart on Kubernetes, pausing after each step to explain what you just deployed.
Karim Mirzaguliyev
This case study traces a 503 at the ingress back to a broken CNI overlay between nodes, even though every pod and endpoint looked healthy, and fixes it with topology spread constraints.
Tools and utilities
Rune is a fast native macOS app for people who debug clusters every day, with unified pod logs, YAML editing with server dry-run, port-forwarding and a command palette.
Harvester turns bare-metal servers into a hyperconverged platform combining VMs and containers using Kubernetes, KubeVirt, Longhorn, and Rancher.
Kor is a CLI tool that scans your cluster and lists the unused resources nobody cleaned up, from forgotten ConfigMaps and Secrets to stale Services and PVCs.
Kogaro continuously validates Kubernetes config with 60+ checks across reference, resource, security, image, and network domains, catching silent failures before they impact production.
Kubesafe is a tool that prevents accidental execution of dangerous commands on the wrong Kubernetes cluster by providing a safety net for cluster management.
Events starting soon
September 22, 2026
Location: Austin, TX, USA
This is a free event.
September 22, 2026
Location: Iai, RO
This event requires an entrance fee
September 23, 2026
Location: Hamburg, DE
This event requires an entrance fee
September 23, 2026
Location: Sydney, AU and virtual
This is a free event.
September 23, 2026
This is a virtual event
This is a free event.
September 23, 2026
Location: San Jose, CA, USA
This event requires an entrance fee
Use LEARNKUBE10 to get 10% off
Non-deterministic agents pose specific challenges for platform teams in observability, state management, governance, and trust.
Mauricio (Salaboy) Salatino explains why agentic applications behave like distributed multi-agent systems. His test assigned agents to take an order, cook the pizza, deliver it, and charge the customer. One order crossed 15 containers and produced 200 traces.
In this interview:
Learn from production
Dmitriy Shmatov
This case study shares a production Strimzi Kafka setup that survives broker and zone failures, using KRaft instead of ZooKeeper, per-zone node pools, Cruise Control rebalancing and careful JVM tuning.
Ron Matsliah
This case study shows how a team ran ServiceNow's MID Server on EKS as a StatefulSet and faked the EC2 metadata service so the agent would accept IRSA credentials.
Petr Petrenko
This case study shows what happened when a team swapped etcd for Google Cloud Spanner, using commit timestamps instead of a single revision counter, so writes no longer queue behind each other.
Roeyhadad
This case study shows how Zencity replaced the copy-pasted Helm chart in every service repo with a shared monochart, so that adding a new service stopped being a project in its own right.
Matching jobs
Chief Technology Officer with Clera
Salary: €60K to €100K a year
Location: based in the office in Mallorca, ES
Tech stack: Kubernetes, AWS, Docker
Collections Specialist with Panoptyc
Salary: $0 to $484K a year
Location: remote from
Tech stack: Kubernetes
Data Engineer with Beacon Biosignals
Salary: $170K to $190K a year
Location: remote from
Tech stack: Kubernetes, Helm, GraphQL, Javascript, Python, SQL, Typescript, PostgreSQL, RabbitMQ, Kafka
Data Engineer with HavocAI
Salary: $76.5K to $275K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Javascript, Python, Shell, SQL, PostgreSQL
Data Engineer with Sporty Group
Salary: $76.5K to $275K a year
Location: remote within UTC±12
Tech stack: Kubernetes, AWS, Docker, Python, SQL
Build something
hareshv0711
This tutorial shows how to run Azure DevOps agents on AKS so that KEDA spins up a fresh agent pod whenever the pipeline queue grows and removes it when the job is done.
Kuldeep Paul
This tutorial shows how to run Bifrost, an open-source AI gateway, on Kubernetes with Helm, cluster mode and autoscaling so thousands of LLM requests stay fast under load.
Mahir Berkan Oğuz
This tutorial walks you through a full GitOps setup on minikube, where Argo CD deploys a Go service straight from Git and an HPA scales the pods under load.
This tutorial shows how to link three GKE clusters with Linkerd multicluster, mixing federation and mirroring so a service keeps answering even when a whole cluster disappears.
Call for Papers closing soon
3
days
Location: Tel Aviv, IL
In-person conference organized by Devopsdays.
The conference starts on the 21 December 2026.
8
days
Location: Bengaluru, IN
In-person conference organized by Canonical.
The conference starts on the 15 November 2026.
9
days
Location: Amsterdam, NL
In-person conference organized by SREDay.
The conference starts on the 2 November 2026.
9
days
Location: Almaty, KZ
In-person conference organized by Devopsdays.
The conference starts on the 16 October 2026.
9
days
Location: Sofia, BG
In-person conference organized by OpenFest.
The conference starts on the 8 November 2026.
9
days
This is a virtual event
Online conference organized by Canonical.
The conference starts on the 13 November 2026.
12
days
Location: Barcelona, ES
In-person conference organized by SUSE.
The conference starts on the 15 February 2027.
More articles
Varun Varde
This article explains how to make Kubernetes spend traceable to each team, using a consistent label taxonomy, Prometheus recording rules on resource requests, policy enforcement and chargeback reporting.
Nisha P
This article walks through making a container image safe before it ever reaches the cloud, using multi-stage builds, a distroless base and Trivy scans to cut the CVE count down.
Abhishek Joshi
This article uses a food delivery startup story to explain how a .NET API on one EC2 box moves onto EKS, with Docker, Kubernetes objects and Terraform each given a plain-language role.
Sagar Parmar
This article explains why the default Kubernetes scheduler struggles with AI training jobs, and how Volcano adds gang scheduling, queues and GPU topology awareness on top of it.