Spotlight
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.
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.
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.
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.
Tools and utilities
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.
lazydocker is a terminal UI for managing Docker containers and services, with log and metric graph viewing, container attachment, and execution of common Docker commands.
Events starting soon
March 23, 2026
This is a virtual event
This is a free event.
March 24, 2026
Location: Melbourne, AU
This is a free event.
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
Build failures in Kubernetes CI/CD pipelines are a silent productivity killer. Developers spend 45+ minutes scrolling through cryptic logs, often just hitting rerun and hoping for the best.
Ron Matsliah, DevOps engineer at Next Insurance, built an AI-powered assistant that cut build debugging time by 75% — not as a dashboard, but delivered directly in Slack where developers already work.
In this episode:
The takeaway: simple rules plus rich context consistently outperform complex AI queries on their own.
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 Per Scholas
Salary: $360 a day
Location: based in the office in Tampa, FL, USA
Tech stack: Kubernetes, AWS, Docker, SQL, Python, Shell, Spark, Jenkins
Data Engineer with Ping Identity
Salary: $64.8K to $2.48L a year
Location: based in the office in Bengaluru, IN
Tech stack: Kubernetes, AWS, Docker, Javascript, Python, SQL, GraphQL, Cloudformation, Terraform
Data Engineer with project44
Salary: $72K to $1.88L a year
Location: based in the office (and remote from home) in Bengaluru, IN
Tech stack: Kubernetes, Docker, Java, Python, Scala, SQL, Snowflake, Kafka
DevOps Engineer with Avelios Medical
Salary: US$49.5K to US$368.5K a year
Location: based in the office in Munich, DE
Tech stack: Kubernetes, On-premise, Docker, Terraform, Ansible
DevOps Engineer with Everpure
Salary: €2.25K to €85.8K a year
Location: based in the office in Prague, CZ
Tech stack: Kubernetes, ArgoCD, Docker, Go, Python, Terraform, GitHub Actions
Build something
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.
Anton Pechenin
This tutorial shows you how to extend Argo Workflows using Executor Plugins by building HTTP servers that handle lightweight tasks in reusable agent pods instead of spinning up separate pods for each step.
Suraj Bhattarai
This tutorial teaches how to implement multi-tenancy on Google Kubernetes Engine using namespaces for isolation, RBAC for access control, and resource quotas for capacity management.
Call for Papers closing soon
2
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.
3
days
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 26 March 2026.
4
days
Location: New York, NY, USA
In-person conference organized by DeveloperWeek New York.
The conference starts on the 10 June 2026.
6
days
Location: Amsterdam, NL
In-person conference organized by Devopsdays.
The conference starts on the 19 June 2026.
6
days
KubeCon + CloudNativeCon Japan 2026
Location: Yokohama, JP
In-person conference organized by Linux Foundation.
The conference starts on the 30 July 2026.
8
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.
8
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
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.
David L. Armstrong
This case study debugs 30+ second GitHub ARC workflow pod startup delays caused by mixing nodeName with OpenEBS allowedTopologies constraints, resolving it by enabling ACTIONS_RUNNER_USE_KUBE_SCHEDULER to use nodeAffinity instead.