Spotlight
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.
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.
Tools and utilities
Kroc is an educational Kubernetes Operator built with Go and kubebuilder that watches arbitrary resources and reactively creates derived objects using Go templating.
Kube Binpacking Exporter exposes Prometheus metrics that show how efficiently your cluster packs requested CPU and memory across nodes, groups, and DaemonSet overhead so you can measure fragmentation over time.
Kubedock lets you run Docker API based test workloads on Kubernetes without Docker-in-Docker, which makes it useful for Testcontainers, CI pipelines, and ephemeral test environments.
Zarf is a tool that simplifies software deployment to Kubernetes clusters in airgapped or disconnected environments.
Kogaro continuously validates Kubernetes config with 60+ checks across reference, resource, security, image, and network domains, catching silent failures before they impact production.
Events starting soon
June 26, 2026
Location: Kuala Lumpur, MY
This event requires an entrance fee
Use KUBEEVENTS to get 10% off
June 28, 2026
Location: Rajkot, IN
This is a free event.
June 28, 2026
Location: Melbourne, AU
This is a free event.
June 29, 2026
Location: Barcelona, ES
This is a free event.
June 30, 2026
Location: Munich, DE
This event requires an entrance fee
June 30, 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
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:
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.
Matching jobs
Data Engineer with IDnow
Salary: $88.2K to $220.22K a year
Location: based in the office in Rennes, FR
Tech stack: Kubernetes, Helm, ArgoCD, Docker, Python, Shell, SQL, PostgreSQL, Ceph, Ansible
DevOps Engineer with American Institutes for Research
Salary: $149K to $176K a year
Location: based in the office (and remote from home) in Crystal City, VA, USA
Tech stack: Kubernetes, Azure, Powershell, Azure DevOps
DevOps Engineer with IDnow
Salary: $120.15K to $241.68K a year
Location: based in the office in Rennes, FR
Tech stack: Kubernetes, AWS, On-premise, Terraform, Ansible
DevSecOps Engineer with CHAOS Industries
Salary: $140K to $220K a year
Location: based in the office in El Segundo, CA, USA
Tech stack: Kubernetes, Azure, On-premise, Docker, C++, Go, Groovy, Java, Python, Rust
DevSecOps Engineer with Tieto
Salary: $30 to $242K a year
Location: based in the office in Porto, PT
Tech stack: Kubernetes, Docker, Go, Java, Python
Build something
Matthieu Vlad
This guide walks through deploying Istio via Terraform and Helm to secure service-to-service and external communication with mTLS, automatic sidecar injection, and encrypted ingress via Istio Gateway.
Sheng Chen is a Sr. Specialist Solutions Architect at AWS Australia, bringing over 20 years of experience in IT infrastructure, cloud architecture, and multi-cloud networking. In his current role, Sheng helps customers accelerate cloud migrations and infrastructure modernization by leveraging cloud-native technologies. He specializes in Amazon EKS, AWS hybrid cloud services, platform engineering and AI infrastructure.
This tutorial shows how to run production generative AI at the edge by attaching on-prem NVIDIA DGX systems to an Amazon EKS control plane with hybrid nodes, GPU Operator, and NVIDIA NIM.
Serhan Ekici
This tutorial shows how to deploy OpenClaw on Kubernetes with a Helm chart and ArgoCD, using persistent storage, config modes, secrets handling, and network policies to reduce the blast radius of an AI agent.
This tutorial teaches how to extend EKS with hybrid nodes using IAM Roles Anywhere and HashiCorp Vault for secure authentication of on-premises or edge workloads.
Call for Papers closing soon
0
days
Kubernetes Community Days Korea 2026
Location: Seoul, KR
In-person conference organized by KCD South Korea.
The conference starts on the 1 September 2026.
1
days
Kubernetes Community Days Washington DC 2026
Location: Washington, DC, USA
In-person conference organized by KCD Washington DC.
The conference starts on the 15 September 2026.
3
days
Kubernetes Community Days Nigeria 2026
Location: Lagos, NG
In-person conference organized by KCD Nigeria.
The conference starts on the 24 October 2026.
4
days
Location: Mexico City, MX
In-person conference organized by Nerdearla.
The conference starts on the 20 November 2026.
4
days
Location: Trondheim, NO
In-person conference organized by Containerkonferansen.
The conference starts on the 15 October 2026.
4
days
Location: Warsaw, PL
In-person conference organized by ode Europe.
The conference starts on the 15 September 2026.
4
days
Location: Munich, DE
In-person conference organized by Xen Project.
The conference starts on the 17 September 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.