Spotlight
Shashi
This article explains how to deploy and use Kube-State-Metrics to monitor Kubernetes object states via Prometheus for cluster observability.
Steve Moss
This article shows how to use Skaffold and local dev workflows to shorten the feedback loop when coding for Kubernetes, enabling you to build, deploy and test changes continuously on a local cluster.
Kostis Kapelonis
This article argues that developers think in terms of environments, not clusters, and shows why workflows should focus on promotions (QA → staging → prod) and not raw deployments.
Altin Ukshini
This tutorial shows how to implement Crossplane on AWS EKS for infrastructure as code, covering setup, custom API design, and governance strategies.
Tools and utilities
Kubernetes Toolkit is a container image that bundles essential tools, including kubectl, Helm, Kustomize, Trivy, and Flux.
This operator automates provisioning and operating Redis in standalone, cluster, replication, or sentinel mode on Kubernetes with support for TLS, monitoring (via Redis Exporter), dynamic PVCs, and failover management.
Validated Patterns delivers opinionated, GitOps-based, production-grade application stacks (patterns) that are tested and ready to deploy.
Project Quay runs as a service inside or outside Kubernetes, storing images in S3 or local storage.
krelay is a kubectl port-forward alternative that adds UDP support, multi-target forwarding, and cluster-internal hostname resolution.
Events starting soon
October 15, 2025
Location: Milan, IT
This event requires an entrance fee
October 15, 2025
This is a virtual event
This is a free event.
October 15, 2025
Location: Riga, LV
This is a free event.
October 15, 2025
Location: Budapest, HU
This is a free event.
October 15, 2025
Location: Rzeszów, PL
This is a free event.
October 15, 2025
This is a virtual event
This is a free event.
Niels Claeys shares how his team at DataMinded built Conveyor, a data platform processing up to 1.5 million core hours monthly. He explains the specific optimizations they discovered through production experience, from scheduler changes that immediately reduce costs by 10-15% to achieving 97% spot instance usage without reliability issues.
You will learn:
Learn from production
Yonghyun Kim
This case study describes how the team migrated the Always service (1.5M DAU, 3M MAU) from EC2 to Amazon EKS in ~2 months with zero downtime, using a GitOps Bridge, gradual traffic cutover with Route53 weighted routing, and Helm + ArgoCD workflows.
Thibault JAMET
This case study describes how a team migrated 30+ Kubernetes clusters from Sceptre/CDK/CloudFormation to Terraform, using iterative waves, custom import tooling, and CI-driven validation to minimize risk.
Konstantin Shilovskiy
This case study shows how to build architecture for scalable ML pipeline on Azure using Kubernetes and KEDA to generate inputs with 500 pods and deploy models via Azure ML.
Amos Wenger
A simple server migration from x86 to ARM64 spiraled into a full Kubernetes debugging saga.
That familiar 'this should be simple' turning into 'why am I debugging IPv6 routing at 4 AM?' experience.
Matching jobs
Data Engineer with Hadrian Automation
Salary: $120K to $200K a year
Location: based in the office in Los Angeles, CA, USA
Tech stack: Kubernetes, AWS, On-premise, Helm, ArgoCD, Go, Python, SQL, Kafka, Terraform
Data Engineer with Verndale
Salary: $85K to $120K a year
Location: based in the office in Boston, MA, USA
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Python, SQL, Java, Scala, DynamoDB
DevOps Engineer with Nasdaq
Salary: €48K to €60K a year
Location: based in the office (and remote from home) in Vilnius, LT
Tech stack: Kubernetes, AWS, Azure, GCP, On-premise, Flux, ArgoCD, Docker, Terraform, TeamCity
DevOps Engineer with WGU Corporation
Salary: $127.7K to $191.5K a year
Location: based in the office in Salt Lake, UT, USA
Tech stack: Kubernetes, AWS, Shell, Python, Javascript, Java, Terraform, Cloudformation, Jenkins, Travis CI
DevOps Engineer with Zoic Studios
Salary: CA$480 a day
Location: remote from Canada
Tech stack: Kubernetes, On-premise, Shell, Python, Terraform, Ansible, Grafana, Prometheus, ELK
Build something
AISSAM ASSOUIK
This article shows how Kubernetes Event-Driven Autoscaling (KEDA) enables scaling of Deployments, StatefulSets, CRDs and Jobs based on external event sources (e.g. RabbitMQ queue length) rather than just CPU/memory.
Mahinsha Nazeer
This tutorial walks you through building a multi-node Kubernetes cluster on Raspberry Pis, and installing Cilium CNI for network, replacing kube-proxy for enhanced performance and policy enforcement.
Saeed Zarinfam
This tutorial shows how to use the Service Binding for Kubernetes spec to automatically bind Spring Boot apps to backing services (e.g. PostgreSQL) via Spring Cloud Bindings, eliminating manual env var wiring.
Ivan Delić
This tutorial shows how to enable passwordless kubectl access to an Oracle Kubernetes Engine (OKE) cluster by using OCI Instance Principals, dynamic groups, scoped IAM policies, and the OCI CLI exec plugin.
Call for Papers closing soon
5
days
Location: Salvador, BR
In-person conference organized by Devopsdays.
The conference starts on the 6 December 2025.
16
days
Location: Porto Alegre, BR
In-person conference organized by Devopsdays.
The conference starts on the 29 November 2025.
18
days
Location: Los Angeles, CA, USA
In-person conference organized by Devopsdays.
The conference starts on the 7 March 2025.
19
days
Location: Amsterdam, NL
In-person conference organized by Nirmata.
The conference starts on the 23 March 2026.
26
days
This is a virtual event
Online conference organized by Cloud Native LATAM.
The conference starts on the 27 November 2025.
111
days
Location: Aix-en-Provence, FR
In-person conference organized by Web Days.
The conference starts on the 6 February 2026.
124
days
Location: Ghent, BE
In-person conference organized by CfgMgmtCamp.
The conference starts on the 4 February 2026.
More articles
Fabián Sellés Rosa
This article describes how a Kubernetes PaaS team implemented split-DNS for Kafka in a multitenant cluster: overriding specific broker hostnames via CoreDNS templates and delegating endpoint control to tenants via ExternalName services.
This article explains how to build a custom event aggregation system for Kubernetes that groups, correlates, and retains events beyond default capacity.
Sumanth Mysore
This article explains how to avoid downtime and autoscaling failures in non-HA Kubernetes by managing PodDisruptionBudgets and pod eviction settings for single-replica workloads.
This article describes how to ensure your sidecars start and become ready before your main app container, exploring readiness, startupProbe, and postStart strategies to control container sequencing.