Spotlight
Naman Raj
This tutorial teaches how to build a production-like service mesh lab using Istio with a 3-tier application (Next.js, Go, Flask) on a local Kind cluster.
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.
Tools and utilities
Crossview is a React-based dashboard for managing and monitoring Crossplane resources in Kubernetes with features like:
k8s-bootstrap generates GitOps-ready Kubernetes cluster configurations through a web UI where you select components such as ingress controllers, security tools, and observability platforms.
KAOS is a Kubernetes-native framework for deploying and orchestrating AI agents with MCP tool integration, multi-agent coordination, hierarchical delegation, OpenAI-compatible endpoints, and a visual dashboard for monitoring and debugging.
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.
Events starting soon
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.
March 18, 2026
Location: Tokyo, JP
This is a free event.
March 19, 2026
This is a virtual event
This is a free event.
March 19, 2026
Location: Graz, AT
This is a free event.
Build failures in Kubernetes CI/CD pipelines are a silent productivity killer. Developers spend 45+ minutes scrolling through cryptic logs, often just hitting rerun and hoping for the best.
Ron Matsliah, DevOps engineer at Next Insurance, built an AI-powered assistant that cut build debugging time by 75% — not as a dashboard, but delivered directly in Slack where developers already work.
In this episode:
The takeaway: simple rules plus rich context consistently outperform complex AI queries on their own.
Learn from production
Farid Guluzade
This case study shows how reducing JVM MaxRAMPercentage, cutting the Hikari connection pool from 50 to 20, and implementing aggressive HPA scale-up (0s stabilization, 4 pods/min) doubled traffic capacity while cutting baseline pods from 26 to 10.
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.
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
3
days
Location: Amsterdam, NL
In-person conference organized by Cloud Native Amsterdam.
The conference starts on the 22 May 2026.
6
days
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 23 March 2026.
6
days
Cloud Native AI + Kubeflow Day Europe
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 23 March 2026.
6
days
This is a virtual event
Online conference organized by Conf42.
The conference starts on the 23 April 2026.
8
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.
9
days
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 26 March 2026.
10
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.