Spotlight
Juanma Barea Martinez
This tutorial teaches how to secure LLM inference services on Kubernetes using Authorino and Envoy for authentication and authorization.
Matt Brown
This tutorial teaches how to implement container image signature verification in Kubernetes using Cosign for signing, Kyverno for policy enforcement, and Sigstore Policy Controller for admission control.
Happy Bhati
This article describes how Red Hat's Konflux team built an AI-powered "finally task" for Tekton pipelines that automatically distills 170,000-line failure logs into a 10-line diagnosis.
Florian Lettner
This article explains how building a k3s media server with Claude Code exposed both the speed and the limits of AI-first engineering across GitOps, observability, storage tuning, and Kubernetes debugging.
Tools and utilities
hanoi-cli analyzes pod distribution across nodes, detects CPU/memory hotspots, generates safe redistribution plans, and simulates node failures — all without touching the cluster.
node-address-labeler is a controller that watches a node's interface and dynamically labels Kubernetes nodes with node.ip/<ip> based on real-time interface changes.
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.
With k-inv, you can stress a Kubernetes cluster in a fun way and check its resilience by playing space invaders.
Kelos runs Claude Code, Codex, Gemini, and OpenCode as ephemeral Kubernetes pods, with CRDs for Tasks, Workspaces, AgentConfigs, and TaskSpawners that can auto-create PRs from GitHub issues, and chain tasks with dependsOn pipelines.
Events starting soon
June 15, 2026
Location: København, DK
This is a free event.
June 16, 2026
Location: Dresden, DE
This event requires an entrance fee
June 16, 2026
Location: Lehi, UT, USA
This is a free event.
June 17, 2026
This is a virtual event
This is a free event.
June 18, 2026
Location: Amsterdam, NL
This is a free event.
June 18, 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
Alexey Demyanov
This case study shows how Palark migrated high-traffic Drupal 8 monoliths to Kubernetes to improve resilience, autoscaling, deployment automation, and DDoS handling while reducing infrastructure waste.
This blog post tells how the Render team:
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.
Matching jobs
Data Engineer with Branch
Salary: $18K to $266.2K a year
Location: remote from
Tech stack: Kubernetes, GCP, Python, SQL, Snowflake, Airflow
DevOps Engineer with Box
Salary: PLN 14.76K to PLN 521.84K a year
Location: based in the office (and remote from home) in Warsaw, PL
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, C#, Go, Python, Ruby, Swift
DevOps Engineer with Branch
Salary: $81K to $297K a year
Location: remote from
Tech stack: Kubernetes, GCP, Docker, Go, Java, Python, Terraform, Ansible, Chef
DevOps Engineer with Branch
Salary: $108K to $330K a year
Location: remote from
Tech stack: Kubernetes, GCP, Docker, Go, Java, Python, Airflow, Terraform, Ansible, Chef
DevSecOps Engineer with Bot Auto
Salary: $12.6K to $415.14K a year
Location: based in the office in Houston, TX, USA
Tech stack: Kubernetes, AWS, Go, Javascript, Python, Rust, Typescript, Pulumi, Terraform
Build something
Hansaka Biyon
This tutorial teaches how to enforce signed container images in Kubernetes using Cosign for signing, Harbor for storage, and Kyverno admission controller for verification, including custom CA trust configuration and CI/CD integration patterns.
Jeff Vincent
This tutorial shows how to take a multi-service app from local source to a Kubernetes environment with OAuth, TLS, Stripe webhooks, in-cluster CI, and automated deployment using Kindling.
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.
Ruben Santos
This tutorial teaches Kubernetes security testing from an offensive perspective, covering:
Call for Papers closing soon
2
days
Location: Prague, CZ
In-person conference organized by Update Conference.
The conference starts on the 13 November 2026.
2
days
Kubernetes Community Days San Francisco Bay Area 2026
Location: San Francisco, US
In-person conference organized by KCD SF Bay Area.
The conference starts on the 1 September 2026.
2
days
Location: Barcelona, ES
In-person conference organized by Devopsdays.
The conference starts on the 13 November 2026.
2
days
Location: Portland, OR, USA
In-person conference organized by Devopsdays.
The conference starts on the 8 September 2026.
7
days
Location: Brussels, BE
In-person conference organized by EuroBSDCon Foundation.
The conference starts on the 13 September 2026.
9
days
Location: Utrecht, NL
In-person conference organized by Dutch CND.
The conference starts on the 29 October 2026.
12
days
Open Source Summit Europe 2026
Location: Prague, CZ
In-person conference organized by Linux Foundation.
The conference starts on the 9 October 2026.
More articles
Sergey Goncharov
This case study walks through a real debugging story on EKS Fargate where missing a DHCP option set caused silent DNS failures and pods stuck in pending — and how to find and fix it.
Siva Bankapalli
This article shows a Zero Trust blueprint using mutual TLS (mTLS) and Istio security policies to make internal and external APIs secure by default, with step-by-step configs and lessons from real systems.
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.
Daniel Hnyk
This article shows how to run Claude Code as a CronJob using a custom Dockerfile, non-interactive mode flags, jq log filtering, and a timeout-based fallback that spawns a second Claude instance to recover partial results.