Spotlight
Ș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.
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.
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 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.
June 2, 2026
Location: London, GB
This event requires an entrance fee
June 2, 2026
Location: New York, NY, USA
This event requires an entrance fee
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
Data Engineer with Backblaze External Website
Salary: $7.56K to $203.5K a year
Location: remote from
Tech stack: Kubernetes, Redis, Ansible
Data Engineer with HHAeXchange
Salary: $105K to $115K a year
Location: remote within UTC-5 and UTC-3
Tech stack: Kubernetes, AWS, Docker, Python, SQL, Snowflake, Airflow
Data Engineer with HHAeXchange
Salary: $155K to $184K a year
Location: remote within UTC-5 and UTC-3
Tech stack: Kubernetes, AWS, Docker, Python, SQL, Snowflake, Airflow
DevOps Engineer with ePlus Technology, inc.
Salary: $65K to $90K a year
Location: based in the office in Herndon, VA, USA
Tech stack: Kubernetes, Azure, Azure DevOps
DevOps Engineer with ePlus Technology, inc.
Salary: $32.4K to $330K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, OpenShift, Python, Terraform, Ansible, Grafana, Prometheus
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
1
days
Location: Istanbul, TR
In-person conference organized by DevOps Turkey.
The conference starts on the 29 September 2026.
1
days
Location: St. Louis, MO, USA
In-person conference organized by Sketch.
The conference starts on the 22 August 2026.
2
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.
2
days
Location: Belgrade, RS
In-person conference organized by heapspace.
The conference starts on the 6 November 2026.
2
days
Location: Bergen, NO
In-person conference organized by CND Norway.
The conference starts on the 27 October 2026.
2
days
Location: Istanbul, TR
In-person conference organized by Devopsdays.
The conference starts on the 24 October 2026.
2
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
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:
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.