Spotlight
Marcin Cuber
This article explains why NATS headless services return NXDOMAIN errors on EKS and how Kubernetes headless service DNS resolution works with StatefulSets.
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.
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.
Tools and utilities
onechart is a generic Helm chart for your application deployments.
k9sight is a Go TUI for debugging Kubernetes workloads with vim-style navigation, supporting log search, exec, port-forward, scale, restart, and built-in debug helpers for common pod failure states like CrashLoopBackOff and ImagePullBackOff.
HolmesGPT is a tool that investigates incidents and provides root cause analysis for various issues, including Kubernetes, Prometheus, Jira, GitHub, OpsGenie, and PagerDuty alerts.
Heartbeat Operator is a Kubernetes Operator for declarative HTTP and TCP health probes defined via CRDs, with native Prometheus metrics and a ready-to-use Grafana dashboard.
KubeDiagrams is a tool that automatically generates visual architecture diagrams from Kubernetes manifests, Helm charts, and live clusters.
Events starting soon
March 25, 2026
Location: Thrissur, IN
This is a free event.
March 25, 2026
Location: Bengaluru, IN
This is a free event.
March 25, 2026
Location: Belfast, GB
This is a free event.
March 25, 2026
Location: Seattle, WA, USA
This event requires an entrance fee
March 26, 2026
Location: Rust, DE
This event requires an entrance fee
March 26, 2026
Location: Amsterdam, NL
This event requires an entrance fee
Running GPU workloads on Kubernetes sounds straightforward until you need to isolate multiple tenants on the same server. The moment you virtualize GPUs for security, you lose access to NVIDIA kernel drivers — and almost every tool in the ecosystem assumes those drivers exist.
Landon Clipp built a GPU-based Containers as a Service platform from scratch, solving each isolation layer — from kernel separation with Kata Containers + QEMU to NVLink fabric partitioning to network policies with Cilium/eBPF — and shares exactly what broke along the way.
In this interview:
Where Containers as a Service fits best: inference workloads where AI teams want to ship an OCI image without managing infrastructure or signing multi-million dollar cluster contracts.
Learn from production
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.
Mateen Ali Anjum
This case study describes rebuilding a fragile Kubernetes infrastructure into a production-grade platform for GPU-based ML workloads, improving deployment frequency from weekly to 10+ times daily.
Ron Matsliah
This article describes how the team at Next Insurance built an AI-powered microservice that watches build failures via Jenkins, analyzes logs automatically and posts clear, helpful feedback to Slack.
Scout24
This case study shows how Scout24 turned an Amazon Linux 2 end-of-life deadline into a 30% reduction in nodes across their EKS clusters by combining OS migration with Karpenter adoption.
Matching jobs
Data Engineer with CoreWeave Europe
Salary: US$72K to US$286K a year
Location: based in the office (and remote from home) in London, GB
Tech stack: Kubernetes, AWS, Docker, Python, SQL, PostgreSQL, Kafka, Airflow, Spark
Data Engineer with Veeva Systems
Salary: $115K to $175K a year
Location: based in the office in Pleasanton, CA, USA
Tech stack: Kubernetes, AWS, SQL, Kafka, Spark
Data Engineer with Visa
Salary: $152.2K to $243.7K a year
Location: based in the office (and remote from home) in Austin, TX, USA
Tech stack: Kubernetes, AWS, Docker, Java, Javascript, Python, Scala, Shell, SQL, Redis
Data Engineer with Visa
Salary: $131.6K to $210.3K a year
Location: based in the office (and remote from home) in Austin, TX, USA
Tech stack: Kubernetes, AWS, Docker, Java, Javascript, Python, Scala, Shell, SQL, Redis
Data Science Specialist (Remoto) with ZENVIA
Salary: $23.76K to $412.61K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Python, SQL, Kafka
Build something
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.
piotr.minkowski
This tutorial teaches how to use the In-Place Pod Resize feature in Kubernetes version 1.35 combined with Kube Startup CPU Boost controller to speed up Java application startup by temporarily increasing CPU resources during the startup phase.
Juan Carlos Gonzalez Cabrero
This tutorial teaches how to build intelligent load balancing on GCP for Python microservices using Google Kubernetes Engine with Network Endpoint Groups, readiness probes, autoscaling, and observability to reduce failures.
Naman Raj
This tutorial teaches how to build a production-like service mesh lab using Istio with a 3-tier application (Next.js, Go, Flask) on a local Kind cluster.
Call for Papers closing soon
1
days
Kubernetes Community Days New York 2026
Location: New York, NY, USA
In-person conference organized by KCD New York.
The conference starts on the 10 June 2026.
2
days
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 26 March 2026.
3
days
Location: New York, NY, USA
In-person conference organized by DeveloperWeek New York.
The conference starts on the 10 June 2026.
5
days
Location: Amsterdam, NL
In-person conference organized by Devopsdays.
The conference starts on the 19 June 2026.
5
days
KubeCon + CloudNativeCon Japan 2026
Location: Yokohama, JP
In-person conference organized by Linux Foundation.
The conference starts on the 30 July 2026.
7
days
WeAreDevelopers World Congress 2026 North America
Location: San Jose, CA, USA
In-person conference organized by WeAreDevelopers.
The conference starts on the 25 September 2026.
7
days
Location: Malaga, ES and virtual
Online & in-person conference organized by Yay Yay Events.
The conference starts on the 29 October 2026.
More articles
Ar Hakboian
This article describes an experiment using three autonomous AI agents to conduct multi-agent SRE incident investigations in a sandboxed Kubernetes environment with real tooling access.
Shivee Gupta
This article explains how Dream11 built an in-house observability platform using SigNoz, ClickHouse, and OpenTelemetry to handle millions of metrics and traces across thousands of EC2 instances, saving millions in commercial tooling costs.
Jitin Kayyala
This article explains service mesh patterns for managing microservice communication, covering how sidecars like Envoy handle retries, circuit breakers, timeouts, and load balancing transparently.
Vasily Pilitsyn
This article shows how KRO manages ephemeral test environments as single Kubernetes API objects by orchestrating resource deployment in dependency order, with readiness conditions and a unified status across namespace, frontend, backend, and database.