Spotlight
Kristi Ndoni
This tutorial teaches how to migrate PostgreSQL databases to CloudNativePG on Kubernetes using logical replication without downtime.
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.
Furuse Shugo
This tutorial teaches how to build a home Kubernetes cluster using three Raspberry Pi 4 devices for hands-on learning and experimentation.
Mike Solomon
This article describes using Claude Code with Autodock to replace 50,000+ lines of Helm charts with a single human-readable AUTODOCK.md file for deploying Argo Workflows and AortaAIM.
Tools and utilities
cek is a command-line tool for exploring OCI container image filesystems, reading file contents, and inspecting layer mechanics without running containers by connecting to container daemons or pulling from registries.
Wozz helps engineering teams reduce Kubernetes spend through two approaches:
k8sql is a tool written in Rust that queries Kubernetes clusters using SQL syntax, exposing resources as database tables and kubectl contexts as databases with a query planner that optimizes API calls by pushing filters server-side.
k8s-d2 generates D2 diagram files from Kubernetes cluster topology, visualizing namespaces, workloads, services, and their relationships with customizable grid layouts and filtering options.
pwru is an eBPF-based tool for tracing network packets in the Linux kernel with advanced filtering capabilities.
Events starting soon
March 5, 2026
This is a virtual event
This is a free event.
March 6, 2026
Location: London, UK
This event requires an entrance fee
March 6, 2026
Location: São Paulo, BR
This is a free event.
March 6, 2026
Location: Los Angeles, CA, USA
This event requires an entrance fee
March 6, 2026
This is a virtual event
This is a free event.
March 6, 2026
This is a virtual event
This is a free event.
Running multiple Kubernetes clusters on AWS with the cluster autoscaler? Every four months, you face the same grind: upgrading Kubernetes versions, recreating auto scaling groups, and hoping instance type changes stick.
Adhi Sutandi, DevOps Engineer at Beekeeper by LumApps, shares how his team migrated from the cluster autoscaler to Karpenter across eight EKS clusters — and the hard lessons they learned along the way.
In this episode:
Learn from production
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.
Soumya Ranjan Rout
This article explains how to reduce a Kubernetes sidecar container from 421MB to 90MB by building a statically linked Go binary and using FROM scratch base image instead of Alpine Linux.
Tamer Abdulghani
This tutorial teaches how to build and deploy production-ready micro frontends in Kubernetes.
It also covers configuring ingress routing for module federation, and implementing CI/CD pipelines for isolated micro frontend teams.
Matching jobs
DevOps Engineer with Upstart 13
Salary: $0 a year
Location: remote from
Tech stack: Kubernetes, Azure, Helm, Flux, ArgoCD, Python, Powershell, Javascript, Shell, Kafka
DevSecOps Engineer with Keyloop
Salary: $10.8K to $269.5K a year
Location: fully remote
Tech stack: Kubernetes, Shell, Python, Go, Javascript, Typescript, Java, C#, Terraform, Cloudformation
Platform Engineer with Company 1 - The Manufacturers Life Insurance Company
Salary: $113K to $163K a year
Location: based in the office (and remote from home) in Waterloo, CA; Toronto, CA
Tech stack: Kubernetes, Azure, Shell, Python, Go, Javascript, Typescript, Java, C#
Software Engineer with 2100 NVIDIA USA
Salary: $184K to $356.5K a year
Location: remote from
Tech stack: Kubernetes, GCP, AWS, Azure, Oracle OCI, Bare-metal, Go, Python
Software Engineer with 8893 VMware LLC
Salary: $141.3K to $226K a year
Location: remote from
Tech stack: Kubernetes, C++, Python, Java, Go
Build something
Son Ng.
This tutorial teaches how to autoscale Kafka consumers on Kubernetes using KEDA and consumer lag as the scaling metric with Confluent Platform.
This tutorial teaches how to implement Kubernetes egress control using Squid proxy and NetworkPolicy for visibility and enforcement of outbound traffic without service mesh complexity.
Mike Gonzalez
This tutorial teaches how to connect ShellGPT CLI tool to a self-hosted OpenWebUI instance running on Kubernetes, solving SSL certificate verification and API endpoint issues.
Ravi Rajput
This tutorial teaches how to implement layered security in Kubernetes using Kyverno for admission control and KubeArmor for runtime protection to enforce guardrails.
Call for Papers closing soon
1
days
Location: Dresden, DE
In-person conference organized by Silicon Saxony.
The conference starts on the 17 June 2026.
1
days
Location: Bologna, IT
In-person conference organized by CND Italy.
The conference starts on the 18 May 2026.
11
days
Location: San Francisco, CA, USA
In-person conference organized by SREday.
The conference starts on the 15 April 2026.
11
days
Location: Seattle, WA, USA
In-person conference organized by SREday.
The conference starts on the 20 April 2026.
15
days
Location: Amsterdam, NL
In-person conference organized by Cloud Native Amsterdam.
The conference starts on the 22 May 2026.
17
days
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 23 March 2026.
17
days
Cloud Native AI + Kubeflow Day Europe
Location: Amsterdam, NL
In-person conference organized by CNCF.
The conference starts on the 23 March 2026.
More articles
By Ido SlonimskyTech Lead, Zesty
This article teaches how to make Kubernetes workloads survive AWS Spot Instance interruptions using NTH or Karpenter, PDBs, stateless design, and AWS FIS game days.
Ahmet Emre DEMİRŞEN
This article covers production-grade Kubernetes deployment strategies including progressive delivery, multi-cluster deployments, traffic shaping, and chaos engineering practices for building resilient systems that handle large scale.
chitender kumar
This article explains how Smart Scheduler extends Kubernetes pod placement with weighted distribution strategies and base capacity guarantees using annotation-based configuration for cost optimization.
Dinidu Sachintha
This article explains how Kubernetes 1.35 enables in-place Pod resizing without restarts, covering the technical implementation from cgroup v2 mechanics to production challenges.