Spotlight
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.
Daniel Ullrich
This article reviews Kubermatic SecureGuard (KubeSG), a Kubernetes-native open source secrets manager built on OpenBao and the External Secrets Operator that automates secret rotation and delivery without app rewrites or proprietary SDKs.
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.
Tools and utilities
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.
K8sQuest is a local Kubernetes learning game with 50 progressive challenges where you fix broken clusters using kubectl with real-time monitoring, progressive hints, and post-mission debriefs running on kind.
Cluster API is a Kubernetes subproject that provides declarative APIs and tooling to provision, upgrade, and operate Kubernetes clusters across infrastructure providers using Kubernetes-style automation patterns.
Kappal runs your existing docker-compose.yaml on Kubernetes using familiar commands like up, down, logs, exec.
Events starting soon
May 29, 2026
Location: New Delhi, IN
This is a free event.
May 30, 2026
Location: Chennai, IN
This is a free event.
May 31, 2026
Location: Pune, IN
This is a free event.
June 1, 2026
Location: San Diego, CA, USA and virtual
This event requires an entrance fee
June 2, 2026
This is a virtual event
This is a free event.
June 2, 2026
This is a virtual event
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
DevOps Engineer with MaintainX
Salary: $117K to $302.17K a year
Location: remote from
Tech stack: Kubernetes
Developer Advocate with MariaDB plc
Salary: $45K to $382.8K a year
Location: remote from
Tech stack: Kubernetes, SQL, Java, Python, Redis, Kafka, Datadog, Grafana, Prometheus, Splunk
Engineering Manager with MaintainX
Salary: $58.5K to $473K a year
Location: based in the office in San Francisco, CA, USA
Tech stack: Kubernetes
Software Engineer with Manychat
Salary: US$9 to US$533.5K a year
Location: based in the office (and remote from home) in Amsterdam, NL
Tech stack: Kubernetes, Docker, Python, SQL, Redis, PostgreSQL, Grafana, Prometheus
Support Engineer with MariaDB plc
Salary: $45K to $224.4K a year
Location: remote from
Tech stack: Kubernetes, Docker, Java, Redis, Cassandra, Kafka
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: Istanbul, TR
In-person conference organized by DevOps Turkey.
The conference starts on the 29 September 2026.
2
days
Location: St. Louis, MO, USA
In-person conference organized by Sketch.
The conference starts on the 22 August 2026.
3
days
KubeCon + CloudNativeCon North America 2026
Location: Los Angeles, CA, USA
In-person conference organized by Linux Foundation.
The conference starts on the 26 October 2026.
3
days
Location: Belgrade, RS
In-person conference organized by heapspace.
The conference starts on the 6 November 2026.
3
days
Location: Bergen, NO
In-person conference organized by CND Norway.
The conference starts on the 27 October 2026.
3
days
Location: Istanbul, TR
In-person conference organized by Devopsdays.
The conference starts on the 24 October 2026.
3
days
Kubernetes Community Days Melbourne 2026
Location: Melbourne, AU
In-person conference organized by KCD Australia.
The conference starts on the 4 August 2026.
More articles
Gabriel
This article explains Kubernetes secrets management from an SRE angle by comparing:
hybrid2k3
This article explains why vanilla Kubernetes has no real login event and shows a practical session-tracking workaround using credential-id fingerprints from audit logs, with a side-by-side comparison against OpenShift OAuth behavior.
Jayanth Varavani
This article walks you through building EDT-based eBPF bandwidth limiting in the AWS Network Policy Agent, showing where AI-generated code silently broke and how domain knowledge caught each bug.
Joe Sasson
This article explains how a single-node OpenShift cluster can be turned into a multi-tenant on-premises GPU platform with reservation-based scheduling, MIG partitioning, time slicing, isolated namespaces, and controller-driven self-healing.