Spotlight
This article explains how to secure production debugging in Kubernetes with least-privilege RBAC, controlled exec access, ephemeral containers, and short-lived just-in-time credentials for on-call teams.
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.
This article explains how ListenerSet in Gateway API v1.5 separates listeners from Gateways so teams can restore self-service TLS management across namespaces and scale beyond the old listener limit.
Tools and utilities
YAML Schema Router is a proxy for yaml-language-server that detects YAML file types from content and path, then injects the right JSON schema for better validation in editors like Neovim, Helix, and Emacs.
K8s cleaner is a controller that identifies, removes, or updates stale/orphaned or unhealthy resources in a Kubernetes cluster.
Omni Infrastructure Provider for Proxmox is a Go-based tool that lets Sidero Omni automatically provision and scale Talos Linux nodes as virtual machines on a Proxmox cluster.
Resterm is a terminal-first API client that keeps requests in local plain files and supports HTTP, GraphQL, gRPC, WebSockets, SSE, SSH tunnels, OAuth 2.0, and Kubernetes port-forwarding.
k8s-mechanic watches for pod crashes, degraded Deployments, and NotReady nodes, spawns a read-only in-cluster agent that investigates the failure and opens a PR on your GitOps repo with secret redaction, prompt injection detection, and a pentest report.
Events starting soon
April 23, 2026
This is a virtual event
This is a free event.
April 23, 2026
Location: Athina, GR
This is a free event.
April 23, 2026
Location: Montpellier, FR
This is a free event.
April 23, 2026
This is a virtual event
This event requires an entrance fee
April 23, 2026
Location: Sydney, AU
This event requires an entrance fee
April 24, 2026
Location: Washington, DC, USA
This event requires an entrance fee
Kelsey Hightower, Eric Abercrombie, and Julius Payne II reflect on life after achievement, entering the Kubernetes world for the first time, and how music, creativity, and lived experience shape the way they think about technology.
In this interview:
Learn from production
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.
Firas Sboui
This case study shows how to run SQL Server on Azure Kubernetes Service using StatefulSets, persistent volumes, and GitOps for multi-tenant database deployments.
Danny Steenman
This case study shows how NetworkLessons migrated from Kubernetes to ECS Fargate using AWS CDK, reducing operational complexity while implementing multi-account architecture, automated cost controls, and infrastructure as code.
Charudath Gopal
This case study shows how Portworx built Aetòs, an Internal Developer Platform processing 50M daily API calls, managing 14,000 VMs, achieving 70% cloud cost reduction, and saving 10,000 engineering hours quarterly.
Matching jobs
Concepteur IIoT, edge & grid ops - Alternance (H/F) with ALTEN
Salary: $45K to $289.85K a year
Location: based in the office in Grenoble, FR
Tech stack: Kubernetes, Docker, Python, Shell, Redis, Kafka, InfluxDB
Data Engineer with Capital Technology Group
Salary: $26 to $302.5K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Java, Python, SQL, PostgreSQL, Kafka, Terraform, Splunk
Data Engineer with Varicent
Salary: $26 to $302.5K a year
Location: remote from
Tech stack: Kubernetes, AWS, Python, Typescript, DynamoDB, Kafka, Spark, Terraform
Data Engineer with Varicent
Salary: $118.44K to $302.5K a year
Location: remote within UTC-5 and UTC+2
Tech stack: Kubernetes, AWS, Python, Typescript, DynamoDB, Kafka, Spark, Terraform
DevOps Engineer with ALTEN
Salary: $135K to $275K a year
Location: based in the office in Lyon, FR
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Terraform, Azure DevOps, GitHub Actions, Gitlab, Jenkins
Build something
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.
George Zefkilis
This tutorial shows how to build a local data platform using KinD for Kubernetes and Terraform for infrastructure provisioning, with Argo CD as the GitOps engine for deploying and managing applications.
Call for Papers closing soon
7
days
Location: Des Moines, IA, USA
In-person conference organized by Tech Fuse DSM.
The conference starts on the 16 October 2026.
7
days
Location: Graz, AT
In-person conference organized by Devopsdays.
The conference starts on the 4 September 2026.
7
days
Location: Hamburg, DE
In-person conference organized by bit summit.
The conference starts on the 23 September 2026.
7
days
Location: Frankfurt, DE
In-person conference organized by Alkmene Verlag.
The conference starts on the 10 December 2026.
8
days
Location: New York, NY, USA
In-person conference organized by SREday.
The conference starts on the 2 June 2026.
8
days
Location: Austin, TX, USA
In-person conference organized by SpiceWorks.
The conference starts on the 13 November 2026.
10
days
Location: Shanghai, CN
In-person conference organized by CNCF.
The conference starts on the 9 September 2026.
More articles
Dave Davies
This article explains how Slurm on Kubernetes combines Slurm job scheduling with Kubernetes orchestration so AI and HPC teams can modernize GPU-heavy infrastructure without forcing researchers into raw Kubernetes workflows.
This article compares Cinder CSI and Ceph RBD CSI on Rackspace Spot by analyzing persistent volume attach and detach behavior, showing that Ceph RBD delivers faster and more reliable lifecycle performance.
Naveen Krishnan
This article shows that default Kubernetes system pods such as kube-proxy and CoreDNS ship with incomplete or missing memory configurations, making them vulnerable to OOM kills during memory pressure.
Jitendra Takalkar
This article explains how CloudEvents provides missing standardization for Event Driven Architecture by defining a common envelope format for events, solving inconsistency problems across distributed systems.