Spotlight
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.
Harichandana Kotha
This tutorial shows how to serve open source LLMs on Red Hat OpenShift AI with KServe, vLLM, Argo CD, and IBM Fusion using a fully declarative GitOps workflow.
Tools and utilities
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.
Luxury Yacht is a cross-platform desktop app for managing Kubernetes clusters, available for Linux, macOS, and Windows, built with Go and Wails.
Goldpinger is a monitoring tool that runs as a DaemonSet and makes calls between pod instances to test connectivity.
Events starting soon
July 4, 2026
Location: Kraków, PL
This event requires an entrance fee
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.
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 NinjaTrader
Salary: $100K to $150K a year
Location: remote from
Tech stack: Kubernetes, AWS, GCP, Python, SQL, Flink, Kafka, Airflow, Terraform, Datadog
DevSecOps Engineer with Blueprint
Salary: $95K to $105K a year
Location: based in the office (and remote from home) in Camp Springs, MD, USA
Tech stack: Kubernetes, AWS, OpenShift, ArgoCD, Docker, Shell, Terraform, GitHub Actions, Jenkins
Engineering Manager with New Relic
Salary: $112.5K to $473K a year
Location: remote from
Tech stack: Kubernetes, OpenShift, Rancher, Helm, Go, Python, Prometheus
Platform Engineer with Nubank
Salary: $13.82K to $259.6K a year
Location: remote from
Tech stack: Kubernetes, AWS, Kafka
Solution Engineer with New Relic
Salary: US$94.5K to US$253K a year
Location: based in the office in Dublin, IE
Tech stack: Kubernetes, AWS, Azure, Java, Python, Ruby, SQL
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
3
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.
6
days
Location: New York, NY, USA
In-person conference organized by GitNation.
The conference starts on the 19 November 2026.
11
days
Location: Berlin, DE
In-person conference organized by AI Engineering Summit.
The conference starts on the 20 November 2026.
11
days
Kubernetes Community Days Gujarat 2026
Location: Ahmedabad, IN
In-person conference organized by KCD Gujarat.
The conference starts on the 19 September 2026.
12
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.
12
days
Great International AI Native Summit
Location: Bangalore, IN
In-person conference organized by Saltmarch.
The conference starts on the 10 December 2026.
13
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
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:
Ægir Máni Hauksson
This article explains that Kubernetes operators become hard to maintain without explicit component and resource-primitive layers between the controller and raw objects.