Spotlight
Oluchi Njoku
This article recounts a DevOps intern’s experience integrating Jenkins with a Kubernetes cluster, detailing steps to run pipelines inside Kubernetes, configure agents, and link build jobs to cluster deployments.
Rushy R. Panchal
This case study describes how Airbnb manages rolling upgrades of Istio by automating version testing, monitoring pilot waves, and handling mesh-expansion with VMs and Kubernetes.
Jeffrey Lyon
In this 2-part tutorial, you will learn how to deploy a Kubernetes GitOps platform using ArgoCD with MetalLB for IPs, Traefik for ingress, Rook-Ceph for storage, and Vault for secrets.
Itchimonji
This tutorial teaches you how to deploy Jaeger on Kubernetes, configure tracing, and visualize traces to debug and optimize microservices performance.
Tools and utilities
NGINX Gateway Fabric is an open-source project that implements the Gateway API using NGINX as the data plane.
Tortoise tracks past resource usage and the number of replicas and continues to optimize HPA and Resource Request/Limit based on that data.
DCGM-Exporter exposes real-time NVIDIA GPU metrics for Prometheus, enabling health and utilization monitoring in Kubernetes and bare-metal setups.
TypeKro lets you model Kubernetes using pure TypeScript with compile-time type safety, runtime dependency orchestration, CEL expressions, and deterministic YAML/GitOps export.
This open source CLI tool transforms JSON and logfmt structured logs into clear, human-readable output with fast filtering by level, time range, field values and live streaming support.
Events starting soon
November 28, 2025
Location: Hyderabad, IN
This is a free event.
November 29, 2025
Location: Araraquara, BR and virtual
This is a free event.
November 29, 2025
Location: Porto Alegre, BR
This event requires an entrance fee
December 2, 2025
Location: Lille, FR
This is a free event.
December 2, 2025
Location: Oslo, NO
This is a free event.
December 2, 2025
This is a virtual event
This is a free event.
Amos Wenger walks through his production incident where adding a home computer as a Kubernetes node caused TLS certificate renewals to fail. The discussion covers debugging techniques using tools like netshoot and K9s, and explores the unexpected interactions between Kubernetes overlay networks and consumer routers.
You will learn:
Learn from production
S-mishina
This article shares a PoC where a custom Kubernetes operator detects container pushes, generates manifests based on templates, and commits them to Git—enabling fully automated GitOps-managed deployments with Argo CD.
Danlio
This article describes how the author built an intelligent alert-handling system using Prometheus, n8n and OpenAI API to automate detection, diagnosis and remediation of common Kubernetes alerts.
MELVIN MARSHAL PEREIRA
This case study shows how a global bank automated the migration of stateful OpenShift workloads to AKS, overcoming cross-cloud storage incompatibilities using custom Bash scripts alongside Velero for application data.
Evgeny Kharitonov
This case study details how Tailor Tech’s platform team transformed developer experience by shifting from docker-compose to remote AWS EKS namespaces and automating workflows using MCP servers and Argo CD.
Matching jobs
Data Engineer with Massar Capital
Salary: $150K to $200K a year
Location: based in the office in New York, NY, USA
Tech stack: Kubernetes, Docker, Python, SQL, Airflow
DevOps Engineer with Corelight
Salary: $158K to $198K a year
Location: remote from North America
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Go, Python, C++, Terraform, Pulumi
DevOps Engineer with LEIDOS
Salary: $104.65K to $189.18K a year
Location: remote from the United States of America
Tech stack: Kubernetes, AWS, Azure, GCP, Oracle cloud, On-premise, Helm, Grafana, Prometheus, ELK
DevSecOps Engineer with Corelight
Salary: $221K to $268K a year
Location: remote from North America
Tech stack: Kubernetes, Go, Splunk
DevSecOps Engineer with Luxury Presence
Salary: $200K to $250K a year
Location: remote from the United States of America
Tech stack: Kubernetes, AWS, GCP, Docker, Terraform, Cloudformation, Pulumi
Build something
Mickvdv
This tutorial teaches how to deploy a GitOps-based Azure platform using KRO, ASO, and Flux to manage Kubernetes clusters.
It covers creating a management cluster using Azure CLI commands and deploying Azure Service Operator with a Helm chart via Flux.
Mohammed-Reda TARMIDI
This tutorial walks you through deploying SPIFFE and SPIRE in Kubernetes to issue cryptographically secure, auto-rotating identities to workloads, enabling mTLS and zero-trust communication.
Jack Japar
This tutorial shows how to deploy Prometheus and Grafana via Argo CD to monitor a Kubernetes cluster, including GitOps-driven installation and dashboard setup.
This tutorial shows how to switch from Bitnami’s PostgreSQL Helm charts to the CloudNative-PG operator, with step-by-step manifests for install, data import from the old cluster, PgBouncer setup, and Prometheus scraping via PodMonitor.
Call for Papers closing soon
1
days
Location: Madrid, ES
In-person conference organized by Codemotion.
The conference starts on the 21 May 2026.
1
days
Location: Amsterdam, NL
In-person conference organized by S&S Media.
The conference starts on the 20 April 2026.
2
days
Location: Los Angeles, CA, USA
In-person conference organized by Devopsdays.
The conference starts on the 6 March 2026.
2
days
Location: San Diego, CA, USA and virtual
Online & in-person conference organized by S&S Media.
The conference starts on the 1 June 2026.
7
days
Location: Sydney, AU
In-person conference organized by NDC.
The conference starts on the 23 April 2026.
16
days
Location: Bangkok, TH
In-person conference organized by FOSSASIA.
The conference starts on the 10 March 2026.
22
days
Location: Bucharest, RO
In-person conference organized by Incremental Development.
The conference starts on the 29 April 2026.
More articles
Pankaj Hasija
This article details how Kubernetes cached clients—built on informers, reflectors, and local caches—dramatically improve performance and scalability for controllers and operators by reducing direct API server calls.
Andrei Dzeikalo
This article explores how Server-Side Apply (SSA) can streamline resource management in Kubernetes clusters by shifting responsibility for updates, validation, and conflict resolution away from humans.
Alex Razkevich
This article presents a senior engineer's three-pillar strategy for cloud cost optimization, focusing on application efficiency, data/storage strategies, and strategic service selection.
This article introduces per-container restart policies and conditional restart rules in Kubernetes 1.34, letting you set restart behavior for each container and respond to specific exit codes.