Spotlight
Blake Gillman
This article explains how to build a highly available GKE architecture using Multi-Cluster Services and Multi-Cluster Gateway.
It covers subnet naming requirement for cross-regional internal ALBs, cluster setup via Fleet, demo app with request routing.
Ștefan Muraru
This tutorial shows how to run Cloudflare Tunnels as a DaemonSet to expose services with zero open inbound ports, using liveness probes, Kubernetes Secrets, and GitOps with ArgoCD.
Inguva Dev
This article explains how an internal AI helpdesk on GKE uses Slack, LangGraph, Okta, Confluence, and Jira to automate routine IT requests and reportedly deflect about 80% of support tickets.
Asrın Andırın
This tutorial shows how to migrate Amazon EKS VPC CNI from a self-managed DaemonSet to an AWS managed add-on by preserving custom env settings, moving permissions to IRSA, and avoiding downtime during adoption.
Tools and utilities
CloudNativePG is the Kubernetes operator that covers the entire lifecycle of a highly available PostgreSQL database cluster with a primary/standby architecture, using native streaming replication.
S4 is a lightweight single-container S3-compatible storage service built on Ceph RGW, with a React web UI, Helm chart for Kubernetes/OpenShift, and built-in HuggingFace model import support.
Cyphernetes lets you query the Kubernetes API as if it were a graph database and discover relationships between resources.
Swimmer is a native desktop Kubernetes GUI built for multi-cluster workflows, letting you browse 27+ resource types, compare clusters in split panels, and run terminal sessions per cluster, built with Tauri and Rust.
KubeSolo is a single-node Kubernetes distribution optimized for edge, IoT and embedded devices.
Events starting soon
June 2, 2026
Location: Knoxville, TN, USA
This is a free event.
June 3, 2026
Location: Melbourne, AU and virtual
This is a free event.
June 3, 2026
This is a virtual event
This is a free event.
June 3, 2026
Location: Almelo, NL
This is a free event.
June 4, 2026
Location: Bucharest, RO
This event requires an entrance fee
June 4, 2026
Location: Amsterdam, NL
This is a free event.
Forced platform migrations are usually treated as something to survive. At Scout24, a mandatory OS migration became an opportunity to rethink Kubernetes autoscaling, node provisioning, and infrastructure efficiency.
John Ford explains how Scout24 moved its EKS-based Infinity platform from a polling autoscaler and over-provisioned capacity to Karpenter and Bottlerocket. The result was faster node startup, a safer migration path, and about a 30% infrastructure reduction without major downtime.
In this interview:
Learn from production
Jack Lindamood
This case study shows how OOM Killer terminated a critical network daemon on Kubernetes nodes, causing a network outage.
It covers debugging via serial console and implementing memory reservations to prevent system-critical process termination.
Kalyan Josyula
This case study shows how a team traced repeated pod OOM kills in ASP.NET Core to native memory growth from zombie SignalR connections, glibc fragmentation, and kernel socket buffers.
Nick Roan
This case study shows how a single RAG chunk size change collapsed vLLM prefix-cache hit rate from 85% to 4%, triggering an 80% GPU replica increase while latency stayed flat.
It also includes the fix: adding a two-phase cache replay gate in CI.
Dat Ton
This case study explains how cURL 65 errors and DNS resolution failures on AWS EKS were caused by Linux kernel network limits being exceeded, resolved by increasing netdev_budget, netdev_budget_usecs, and netdev_max_backlog parameters.
Matching jobs
Software Engineer with LVT
Salary: $9 to $533.5K a year
Location: based in the office in American Fork, UT, USA
Tech stack: Kubernetes, AWS, Azure, GCP, ArgoCD, Docker, Go, GraphQL, PHP, Rust
Data Engineer with Faraday Future
Salary: $85K to $95K a year
Location: based in the office in El Segundo, CA, USA
Tech stack: Kubernetes, AWS, GCP, Docker, Python, SQL, Redis, PostgreSQL, MySQL, Flink
DevSecOps Engineer with Pedestal Health
Salary: $12.6K to $415.14K a year
Location: based in the office (and remote from home) in Research Triangle Park, NC, USA
Tech stack: Kubernetes, AWS, Docker, Python, SQL, PostgreSQL, Cloudformation, Terraform, Ansible, Chef
Machine Learning Engineer with Faraday Future
Salary: $45K to $363K a year
Location: based in the office in El Segundo, CA, USA
Tech stack: Kubernetes, AWS, GCP, Docker, Java, Python
Machine Learning Engineer with OpenLoop Health
Salary: $45K to $405.35K a year
Location: based in the office (and remote from home) in Bay Area, CA, USA
Tech stack: Kubernetes, GCP, Docker, Go, Python, Typescript
Build something
Dickson Victor Omasi
This tutorial shows how to set up TLS-terminated ingress on EKS Auto Mode using ACM and an ALB, skipping the traditional AWS Load Balancer Controller installation and OIDC setup.
Ojas Singh
This tutorial teaches how to run a production-ready vLLM inference server on Kubernetes with AMD Instinct GPUs using containerd, the AMD GPU Operator, persistent storage, and MetalLB.
Dylan Da Costa
This tutorial explains how to design CloudNativePG for production failure by using plugin-based backups, WAL archiving, point-in-time recovery, snapshots, and PgBouncer so recovery is treated as the real operational priority.
Dilan Dashintha
This tutorial shows how to use Cilium and Hubble to enforce HTTP path based network policies in Kubernetes with eBPF, so you can allow or block specific endpoints without sidecars.
Call for Papers closing soon
2
days
Location: Feira de Santana, BR
In-person conference organized by Devopsdays.
The conference starts on the 6 June 2026.
2
days
Location: Curitiba, BR
In-person conference organized by Devopsdays.
The conference starts on the 22 August 2026.
3
days
Location: Bogotá, CO
In-person conference organized by DevOpsDays Bogotá.
The conference starts on the 29 September 2026.
3
days
Location: San Francisco, CA, USA
In-person conference organized by Software 3.0.
The conference starts on the 2 July 2026.
5
days
Location: Mechelen, BE
In-person conference organized by Belgium Microsoft Azure User Group.
The conference starts on the 11 December 2026.
6
days
Location: Washington, DC, USA
In-person conference organized by DC State of the Stack.
The conference starts on the 17 September 2026.
6
days
Location: Halifax, CA
In-person conference organized by Devopsdays.
The conference starts on the 29 September 2026.
More articles
Samarth
This article shows how to sign every container image using Cosign keyless signing in GitHub Actions and enforce signatures at pod admission with Kyverno, using the chalk/debug npm attack as the real-world motivation.
Sodiq Jimoh
This article explains four KServe readiness failures on k3d, ArgoCD, Knative, and Kourier, with root causes, terminal output, and working patches for production debugging.
Btech Engineering
This article explains how a team deployed Ansible AWX on K3s and extended it for OpenStack inventory, dynamic SSH users, execution nodes, custom execution environments, and air-gapped installs.
Gabriel
This article explains Kubernetes secrets management from an SRE angle by comparing: