Spotlight
Tobias Massoth
This article explains the trade-offs of Azure CNI Pod Subnet in AKS with two IP allocation modes:
Scott Cotton
This article introduces Tony format, a tool that unifies matching, patching, and diffing operations on YAML and JSON using a single typed tree representation with tag-based extensions like !dive, !key, and !if for structural transformations.
Ahmed Draz
This tutorial shows how to deploy LLM models on OpenShift without operators by using llama.cpp with a quantized GGUF model, building a multi-stage container image, and exposing it via standard Kubernetes resources.
Dilip Kola
This article explains how to build cost-efficient microservices on AKS by classifying state as irreplaceable or regenerable, using managed PostgreSQL for critical data while self-hosting Redis, RabbitMQ, and observability tools in Kubernetes.
Tools and utilities
Kor is a tool to discover unused Kubernetes resources.
Argo CD Diff Preview is a tool that renders the diff between two branches in a Git repository, providing a clear and concise view of the changes between two branches, similar to Atlantis for Terraform.
flux-operator simplifies the configuration of Flux multi-tenancy lockdown, sharding, horizontal and vertical scaling, persistent storage, and allows fine-tuning the Flux controllers with Kustomize patches.
IncidentFox automates incident investigation with AI agents using 178+ tools for Kubernetes, AWS, and Grafana, featuring RAPTOR knowledge base for runbooks, alert correlation reducing noise by 85-95%, and Slack/GitHub/PagerDuty integrations.
KCL allows developers to create modular, scalable, and stable configurations.
Events starting soon
April 3, 2026
This is a virtual event
This is a free event.
April 4, 2026
Location: Bengaluru, IN
This is a free event.
April 4, 2026
Location: Ibadan, NG
This is a free event.
April 4, 2026
This is a virtual event
This event requires an entrance fee
April 6, 2026
Location: Chicago, IL, USA
This is a free event.
April 7, 2026
Location: Kuala Lumpur, MY
This is a free event.
You're integrating HashiCorp Vault into your Kubernetes cluster and adding a temporary debug log line to check whether the ServiceAccount token is being passed correctly. Three months later, that log line is still in production — and the token it prints has a 1-year expiry with no audience restrictions.
Vincent von Büren, a platform engineer at ipt in Switzerland, lived through exactly this incident. In this episode, he breaks down why default Kubernetes ServiceAccount tokens are a quiet security risk hiding in plain sight.
You will learn:
Learn from production
Borwornpob
This article describes OpenMirai's deployment pipeline using GitHub Actions for CI, Argo CD for GitOps, and a separate deployment repository, with staging-first testing and scheduled production releases during off-peak hours.
Fabián Sellés Rosa
This case study shows how upgrading to Kubernetes 1.34 caused KIAM pods to fail due to service account token expiration changes, revealing that legacy clients using long-lived tokens now expire after 24 hours instead of 90 days.
Rob Sherling
This case study shows how EMC Healthcare built an on-premise CI/CD pipeline using K3s, ArgoCD, and Argo Workflows to automate testing and deployments with preview environments.
Sphoorthi Charan Nayakudugari
This case study explains how the authors used dynamic MIG partitioning to split large GPUs like NVIDIA A100/H100 into multiple isolated slices, letting many small jobs share GPU efficiently.
Matching jobs
Data Engineer with Clarity Innovations
Salary: $26 to $302.5K a year
Location: based in the office in Columbia, MD, USA
Tech stack: Kubernetes, Groovy, Java, Python
Data Engineer with Clarity Innovations
Salary: $54K to $286K a year
Location: based in the office (and remote from home) in Herndon, VA, USA
Tech stack: Kubernetes, Python, SQL
DevOps Engineer with AMOL TECHNOLOGIES
Salary: $1.08L to $2.75L a year
Location: based in the office (and remote from home) in Bengaluru, IN
Tech stack: Kubernetes, AWS, Azure, GCP, Helm, ArgoCD, Docker, Go, Powershell, Python
DevOps Engineer with Clarity Innovations
Salary: $117K to $297K a year
Location: based in the office in Herndon, VA, USA
Tech stack: Kubernetes, Azure, Helm, ArgoCD, Flux, Docker, Python, Terraform, Ansible, Istio
DevOps Engineer with Endava
Salary: $90K to $198K a year
Location: remote from
Tech stack: Kubernetes, AWS, Python, Terraform, Gitlab, Jenkins, Ansible, Puppet
Build something
Tobby Kuo
This tutorial teaches how to build an end-to-end real-time baggage tracking system using Kafka for event streaming, Flink for state processing, ClickHouse for analytics, and Grafana for visualization on Kubernetes.
Shanaka Jayasundera
This tutorial shows how to expose Kubernetes Gateway API from AKS through Azure Application Gateway by fixing health probe failures with a dedicated HTTPRoute and connection timeouts using externalTrafficPolicy Local for Azure DSR.
Ahmad Asmar
This tutorial shows how to use Kyverno policy engine to generate Pod Disruption Budgets for Kubernetes deployments with multiple replicas, preventing downtime during Karpenter node consolidation through intelligent API lookups and label matching.
Jean Baptiste Lapeyre
This article explains how to integrate Arista datacenter fabric with Cilium CNI by building a spine-leaf architecture with an ISIS underlay and a BGP EVPN overlay.
Call for Papers closing soon
5
days
This is a virtual event
Online conference organized by Spacelift.
The conference starts on the 14 May 2026.
6
days
Location: Barcelona, ES
In-person conference organized by SREday.
The conference starts on the 20 April 2026.
10
days
Location: Austin, TX, USA
In-person conference organized by SREday.
The conference starts on the 6 May 2026.
17
days
Location: Athens, GR
In-person conference organized by Open Conf.
The conference starts on the 21 November 2026.
19
days
Location: Munich, DE
In-person conference organized by SREday.
The conference starts on the 15 May 2026.
19
days
Location: Mannheim, DE
In-person conference organized by Rheinwerk Verlag.
The conference starts on the 11 November 2026.
28
days
Location: Des Moines, IA, USA
In-person conference organized by Tech Fuse DSM.
The conference starts on the 16 October 2026.
More articles
Benjamin Holmes
This article shows how running Nomad server control plane on OpenShift using StatefulSets manages distributed edge fleets where Kubernetes can't reach, while OpenShift handles server lifecycle, security, and observability automatically.
Michael Preston
This article explains the challenges of running Java at scale on Kubernetes, covering JVM memory management with container limits, heap sizing with MaxRAMPercentage, CPU throttling, and garbage collector selection for containers.
Yaron Yadid
This article describes building an Image Preload Operator that reduces Kubernetes pod startup times from minutes to seconds by intelligently preloading container images using a single DaemonSet with CRI-agnostic image pulling.
Beza
This article explains how Linkerd's destination service works as the central routing and policy authority, using event-driven architecture with Kubernetes Informers to provide service discovery, policy distribution, and Layer 7 configuration to proxies.