Spotlight
Anton Pechenin
This tutorial shows you how to extend Argo Workflows using Executor Plugins by building HTTP servers that handle lightweight tasks in reusable agent pods instead of spinning up separate pods for each step.
Jitin Kayyala
This article explains service mesh patterns for managing microservice communication, covering how sidecars like Envoy handle retries, circuit breakers, timeouts, and load balancing transparently.
Vasily Pilitsyn
This article shows how KRO manages ephemeral test environments as single Kubernetes API objects by orchestrating resource deployment in dependency order, with readiness conditions and a unified status across namespace, frontend, backend, and database.
David L. Armstrong
This case study debugs 30+ second GitHub ARC workflow pod startup delays caused by mixing nodeName with OpenEBS allowedTopologies constraints, resolving it by enabling ACTIONS_RUNNER_USE_KUBE_SCHEDULER to use nodeAffinity instead.
Tools and utilities
kimspect is a kubectl plugin that inspects container images running in your cluster, listing them with filters for namespace, node, pod name, and registry, and providing detailed information, including image digests and versions.
nix-csi is a Kubernetes CSI driver that mounts the Nix store into pods as ephemeral volumes, letting you reference any Nix derivation, flake, or store path directly from a PodSpec.
avapig is a high-performance, production-ready API Gateway built with Go and gin-gonic for cloud-native environments.
zeropod is a tool that automatically checkpoints containers to disk after a certain amount of time of the last TCP connection, allowing for fast and seamless scaling down to zero.
K8sQuest is a local Kubernetes learning game with 50 progressive challenges where you fix broken clusters using kubectl with real-time monitoring, progressive hints, and post-mission debriefs running on kind.
Events starting soon
March 16, 2026
This is a virtual event
This is a free event.
March 17, 2026
This is a virtual event
This is a free event.
March 17, 2026
This is a virtual event
This is a free event.
March 17, 2026
This is a virtual event
This is a free event.
March 17, 2026
Location: Sydney, AU and virtual
This is a free event.
March 17, 2026
Location: New York, NY, US
This is a free event.
Managed Kubernetes on a major cloud provider can cost hundreds or even thousands of dollars a month — and much of that spending hides behind defaults, minimum resource ratios, and auxiliary services you didn't ask for.
Fernando Duran, founder of SadServers, shares how his GKE Autopilot proof of concept ran close to $1,000/month on a fraction of the CPU of the actual workload and how he cut that to roughly $30/month by moving to Hetzner with Edka as a managed control plane.
In this interview:
The decision comes down to how tightly coupled you are to cloud-specific services and whether your team can spare the cycles to manage the gaps.
Learn from production
Mateen Ali Anjum
This case study describes rebuilding a fragile Kubernetes infrastructure into a production-grade platform for GPU-based ML workloads, improving deployment frequency from weekly to 10+ times daily.
Ron Matsliah
This article describes how the team at Next Insurance built an AI-powered microservice that watches build failures via Jenkins, analyzes logs automatically and posts clear, helpful feedback to Slack.
Scout24
This case study shows how Scout24 turned an Amazon Linux 2 end-of-life deadline into a 30% reduction in nodes across their EKS clusters by combining OS migration with Karpenter adoption.
Pinterest Engineering
This case study explains how Pinterest migrated its search system (Manas) to Kubernetes and tracked down a rare performance issue.
They found cAdvisor’s memory metric scanning caused huge latency spikes.
Matching jobs
AI Researcher with Reson8
Salary: €0 a year
Location: remote from
Tech stack: Kubernetes, On-premise, Docker, Python, Rust
APAC Enterprise Account Executive with vCluster Labs
Salary: $140K to $170K a year
Location: remote from
Tech stack: Kubernetes, Helm, Kustomize, Docker, C, C++, C#, Go, GraphQL, Java
Business Development Representative - Austin with Tiger Data
Salary: $80K to $90K a year
Location: based in the office (and remote from home) in Austin, TX, USA
Tech stack: Kubernetes, AWS, Docker, Go, Python, PostgreSQL
Commercial Account Executive with Vantage
Salary: $100K to $200K a year
Location: remote from
Tech stack: Kubernetes, AWS, GCP, ArgoCD, Flux, Docker, GraphQL, SQL, Snowflake, CircleCI
Customer Success Manager with Tiger Data
Salary: $90K to $140K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, SQL, Go, Python, PostgreSQL
Build something
Suraj Bhattarai
This tutorial teaches how to implement multi-tenancy on Google Kubernetes Engine using namespaces for isolation, RBAC for access control, and resource quotas for capacity management.
Kristi Ndoni
This tutorial teaches how to migrate PostgreSQL databases to CloudNativePG on Kubernetes using logical replication without downtime.
Furuse Shugo
This tutorial teaches how to build a home Kubernetes cluster using three Raspberry Pi 4 devices for hands-on learning and experimentation.
Son Ng.
This tutorial teaches how to autoscale Kafka consumers on Kubernetes using KEDA and consumer lag as the scaling metric with Confluent Platform.
Call for Papers closing soon
4
days
Location: Amsterdam, NL
In-person conference organized by Cloud Native Amsterdam.
The conference starts on the 22 May 2026.
7
days
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 23 March 2026.
7
days
Cloud Native AI + Kubeflow Day Europe
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 23 March 2026.
7
days
This is a virtual event
Online conference organized by Conf42.
The conference starts on the 23 April 2026.
9
days
Kubernetes Community Days New York 2026
Location: New York, NY, USA
In-person conference organized by KCD New York.
The conference starts on the 10 June 2026.
10
days
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 26 March 2026.
11
days
Location: New York, NY, USA
In-person conference organized by DeveloperWeek New York.
The conference starts on the 10 June 2026.
More articles
Ajay Edupuganti
This article explains why Linecraft AI migrated from manual Windows IIS deployments to Kubernetes after facing multi-week release cycles, inconsistent environments from local server changes, and extended downtimes.
Sean Ankenbruck
This article shows how to build a home Kubernetes cluster using Raspberry Pi hardware as a cost-effective alternative to cloud services for development and learning.
Rodrigo Caldas
This article shows how to use tofu-controller to manage Terraform resources with GitOps for external systems like Grafana dashboards and HashiCorp Vault policies with continuous reconciliation and automatic drift detection.
Velorum
This article covers 10 Kubernetes HPA scaling signals beyond CPU — RPS, queue lag, p95 latency, in-flight requests, error rate, and saturation metrics — with YAML examples and pitfalls for each.