Spotlight
This blog post tells how the Render team:
Zach Smith
This tutorial shows how to build a hub-style multi-cluster cert-manager control plane where a central hub cluster manages certificate issuance and distribution across multiple spoke clusters using cert-manager and trust-manager.
Aslanov Javid
This article shows why Grafana becomes slow on Kubernetes when multiple replicas share SQLite over EFS, and explains why a single replica on block storage or a real external database is the correct fix.
Ruben Santos
This tutorial teaches Kubernetes security testing from an offensive perspective, covering:
Tools and utilities
ESP Kubernetes Reference Implementation runs compliance scanning in Kubernetes using ESP policies with pull-based agents that execute NIST, CIS, and STIG controls and produce CUI-free attestations forwarded to SIEM or cloud functions.
OpenRun is an open-source alternative to Cloud Run and App Runner that declaratively deploys single-container web apps via Starlark config in Git with OAuth/OIDC/SAML auth, RBAC, auto-TLS, scale-to-zero, staged deployments, and Helm support.
Kubectl OpenAI plugin is a kubectl plugin to generate and apply Kubernetes manifests using OpenAI GPT.
Pumba lets you kill, pause, and stress containers while injecting network delays, packet loss, and corruption.
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.
Events starting soon
June 5, 2026
Location: Noida, IN
This is a free event.
June 6, 2026
Location: Pune, IN
This is a free event.
June 6, 2026
Location: Feira de Santana, BR
This event requires an entrance fee
June 7, 2026
Location: Rajkot, IN
This is a free event.
June 9, 2026
Location: Berlin, DE
This event requires an entrance fee
June 9, 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
Software Engineer with AppOmni
Salary: $200K to $225K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, Python, Terraform, Cloudformation, CircleCI, Jenkins
Data Engineer with ALTEN
Salary: $88.2K to $201.3K a year
Location: based in the office in Grenoble, FR
Tech stack: Kubernetes, AWS, Azure, Docker, Python, Scala, Spark, Terraform
Data Engineer with Coupang
Salary: $47.97K to $131.84K a year
Location: based in the office in Seoul, KR
Tech stack: Kubernetes, Docker, Python, SQL
DevOps Engineer with 42dot
Salary: $47.97K to $210.15K a year
Location: based in the office in Pangyo, KR
Tech stack: Kubernetes, AWS, GCP, On-premise, Docker, Terraform, Ansible
DevOps Engineer with 42dot
Salary: $197.54K to $278.46K a year
Location: based in the office in Sunnyvale, CA, USA
Tech stack: Kubernetes, AWS, GCP, Python, Jenkins
Build something
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.
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.
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.
Call for Papers closing soon
2
days
Location: Mechelen, BE
In-person conference organized by Belgium Microsoft Azure User Group.
The conference starts on the 11 December 2026.
3
days
Location: Washington, DC, USA
In-person conference organized by DC State of the Stack.
The conference starts on the 17 September 2026.
3
days
Location: Halifax, CA
In-person conference organized by Devopsdays.
The conference starts on the 29 September 2026.
4
days
Kubernetes Community Days UK - Edinburgh 2026
Location: London, GB
In-person conference organized by KCD UK.
The conference starts on the 19 October 2026.
5
days
Location: Dubai, AE
In-person conference organized by Experts Live.
The conference starts on the 12 November 2026.
7
days
DevSecOps Days Washington DC 2026
Location: Arlington, VA, USA
In-person conference organized by Carnegie Mellon University.
The conference starts on the 3 April 2026.
7
days
Location: London, GB
In-person conference organized by Forward CloudSec.
The conference starts on the 8 September 2026.
More articles
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.
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.