Spotlight
Shubham Katara
This tutorial shows how to connect on-prem Kubernetes workloads to Google Cloud without service account keys using Workload Identity Federation, OIDC, Terraform, Kyverno, and IAM attribute conditions.
M Sandy H
This tutorial teaches how to build a local observability stack for AWS EKS logs using Stern for multi-pod tailing, Fluent Bit for log processing with multiline parsing, and Elasticsearch with Kibana for searchable visualization via Docker Compose.
Misha Mekhanov
This article explains how to optimize AI agents for Kubernetes diagnostics by shifting from sequential Model Context Protocol tool calls to code execution mode, reducing token usage by up to 90%.
Pavel Buchnev
This article teaches how to build self-evolving AI systems using Kubernetes, Temporal workflows, and automated deployment pipelines, enabling AI agents to detect errors, fix code, and redeploy services without manual intervention.
Tools and utilities
KEDA GPU Scaler is a KEDA external scaler that reads NVIDIA GPU metrics through NVML and autoscalers vLLM, Triton, training jobs, and custom inference workloads without requiring Prometheus.
Kube Startup CPU Boost is a tool that increases CPU resource requests and limits during Kubernetes workload startup time and then returns them to their original values once the workload is up and running.
EgressGateway provides stable egress IP addresses for pods accessing external services.
git-change-operator is a Kubernetes operator that enables automated Git operations from within clusters through GitCommit and PullRequest custom resources.
Orphan Resource Collector (ORC) is an open-source tool for detecting and managing orphaned resources in Kubernetes clusters.
Events starting soon
July 9, 2026
This is a virtual event
This is a free event.
July 9, 2026
Location: Freiburg im Breisgau, DE
This is a free event.
July 9, 2026
Location: Dublin, CA, USA
This is a free event.
July 15, 2026
Location: Sydney, AU and virtual
This is a free event.
July 15, 2026
This is a virtual event
This is a free event.
July 15, 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
Groww Engineering Team
This case study explains how Groww built an internal chaos engineering platform on Kubernetes to run controlled failure drills like network faults, dependency outages, and traffic replay before real incidents hit production.
In this blog post, the author tracks down persistent sandbox-cleanup errors in a Kubernetes cluster, finds that zero-length CNI cache files cause the problem, and shows how manually deleting those files cleared the error.
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:
Matching jobs
Data Engineer with ALTEN
Salary: $88.2K to $209K a year
Location: based in the office in Grenoble, FR
Tech stack: Kubernetes, AWS, Azure, Docker, Python, Scala, Spark, Terraform
DevOps Engineer with Shakudo
Salary: $58.5K to $300.7K a year
Location: based in the office in Toronto, ON, CA
Tech stack: Kubernetes, Rust
Enterprise Account Executives (EMEA) with RapidFort, Inc.
Salary: $30 to $418K a year
Location: remote from
Tech stack: Kubernetes
System Administrator with Scalian
Salary: $47.97K to $220K a year
Location: based in the office in Torino, IT
Tech stack: Kubernetes, On-premise, OpenShift, ArgoCD, Shell, Jenkins, Ansible, Grafana, Prometheus
DevOps Engineer with CarGurus
Salary: $137K to $171K a year
Location: based in the office (and remote from home) in Boston, MA, USA
Tech stack: Kubernetes, AWS, Go, Python, Shell, Terraform, CircleCI, GitHub Actions
Build something
Asmaa Elalfy
This tutorial shows how to build a private EKS cluster with zero public API exposure using Terraform.
It also covers self-hosted OpenVPN as a VPN gateway, NAT masquerade iptables setup, kube-prometheus-stack via internal load balancer, and Route 53.
Laxman Patel
This article explains how to use Gatekeeper to enforce in-cluster admission policies, such as rejecting :latest images, mandating labels, and disallowing privileged workloads.
Gyasmine
This tutorial shows how to run OWASP ZAP scans inside GitHub Actions using SecureCodeBox on a Kubernetes kind cluster.
Vitalii Ruzhnikov
This tutorial shows how to expose a self-hosted Kubernetes cluster on Proxmox using a dual HAProxy setup one on the host as an edge gateway and one as an in-cluster ingress controller.
Call for Papers closing soon
1
days
Kubernetes Community Days São Paulo 2026
Location: São Paulo, BR
In-person conference organized by KCD Brasil.
The conference starts on the 26 September 2026.
4
days
Location: New York, NY, USA
In-person conference organized by GitNation.
The conference starts on the 19 November 2026.
9
days
Location: Berlin, DE
In-person conference organized by AI Engineering Summit.
The conference starts on the 20 November 2026.
9
days
Kubernetes Community Days Gujarat 2026
Location: Ahmedabad, IN
In-person conference organized by KCD Gujarat.
The conference starts on the 19 September 2026.
10
days
Kubernetes Community Days Suisse Romande 2026
Location: Geneva, CH
In-person conference organized by KCD Suisse Romande.
The conference starts on the 10 December 2026.
10
days
Great International AI Native Summit
Location: Bangalore, IN
In-person conference organized by Saltmarch.
The conference starts on the 10 December 2026.
11
days
Kubernetes Community Days Porto 2026
Location: Porto, PT
In-person conference organized by KCD Porto.
The conference starts on the 20 November 2026.
More articles
Vlad Levinas
This article tests Taracode, a Go-based CLI AI agent, against real K3s homelab tasks like Kubernetes troubleshooting, manifest generation, and GitOps workflows using a local Ollama LLM.
Rory McCune
This article covers network security fundamentals in Kubernetes, explaining how clusters default to a flat pod network, how network policies enforce segmentation, and best practices like “default deny” and restricting host networking.
David Nguyen
This article shows how to configure Role-Based Access Control (RBAC) in Kubernetes Engine (GKE), create roles, role bindings, and enforce least privilege across namespaces and cluster APIs.
Debdut Chakraborty
This article explains: