Spotlight
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.
Dhyan Raj
This article introduces MCP Mesh, a framework simplifying multi-agent AI deployment on Kubernetes by replacing YAML with Python decorators, enabling code portability across environments, and providing dynamic dependency injection.
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.
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.
Tools and utilities
kubecfg is a CLI tool for managing Kubernetes kubeconfig files with fast context switching, namespace management, and multi-config merging through an interactive terminal UI.
CronJob Guardian monitors Kubernetes CronJobs with dead-man's switch detection, SLA tracking for success rates and duration regressions, intelligent alerting via Slack/PagerDuty/webhook/email, and a built-in web dashboard with charts and metrics export.
Forecastle is a control panel which dynamically discovers and provides a launchpad to access applications deployed on Kubernetes.
This tool provides a comprehensive test suite to evaluate real-world behavior (latency, scale, route propagation, traffic) of Kubernetes Gateway API implementations, beyond basic conformance.
InfraLens is a zero-instrumentation observability tool that uses eBPF to automatically discover and visualize service-to-service communication in Kubernetes clusters without requiring code changes or sidecars.
Events starting soon
March 31, 2026
Location: Hartford, CT, USA
This is a free event.
March 31, 2026
This is a virtual event
This is a free event.
April 1, 2026
This is a virtual event
This is a free event.
April 1, 2026
Location: Melbourne, AU and virtual
This is a free event.
April 1, 2026
This is a virtual event
This is a free event.
April 2, 2026
Location: Cluj-Napoca, RO
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
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.
Farid Guluzade
This case study shows how reducing JVM MaxRAMPercentage, cutting the Hikari connection pool from 50 to 20, and implementing aggressive HPA scale-up (0s stabilization, 4 pods/min) doubled traffic capacity while cutting baseline pods from 26 to 10.
Matching jobs
Account Executive (Mid Market) | India with Cast AI
Salary: $0 to $771.1K a year
Location: remote from
Tech stack: Kubernetes
Business Development Representative | Bangalore with Cast AI
Salary: $0 to $7.71L a year
Location: based in the office in Bengaluru, IN
Tech stack: Kubernetes, AWS, Azure, GCP
Business Development Representative | Singapore with Cast AI
Salary: $0 to $462K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP
Customer Success Account Manager [REMOTE] with Upbound
Salary: $0 to $771.1K a year
Location: remote from
Tech stack: Kubernetes, AWS, Helm
Data Engineer with Infosys Consulting Europe
Salary: PLN 10.39K to PLN 594K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, SQL, SQL Server, Kafka, InfluxDB
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
0
days
Kubernetes Community Days Czech & Slovak - Prague 2026
Location: Bratislava, SK
In-person conference organized by KCD Czech & Slovak.
The conference starts on the 21 May 2026.
0
days
Location: Kansas City, MO, USA
In-person conference organized by Devopsdays.
The conference starts on the 28 May 2026.
7
days
This is a virtual event
Online conference organized by Spacelift.
The conference starts on the 14 May 2026.
8
days
Location: Barcelona, ES
In-person conference organized by SREday.
The conference starts on the 20 April 2026.
12
days
Location: Austin, TX, USA
In-person conference organized by SREday.
The conference starts on the 6 May 2026.
19
days
Location: Athens, GR
In-person conference organized by Open Conf.
The conference starts on the 21 November 2026.
21
days
Location: Munich, DE
In-person conference organized by SREday.
The conference starts on the 15 May 2026.
More articles
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.
Łukasz Maśląg
This article explains the challenges of monitoring Kubernetes CronJobs compared to traditional cron, covers common failure modes such as resource limitations and silent failures, and recommends heartbeat monitoring as an alternative to Prometheus.
Marcin Cuber
This article explains why NATS headless services return NXDOMAIN errors on EKS and how Kubernetes headless service DNS resolution works with StatefulSets.