Spotlight
This tutorial shows how to switch from Bitnami’s PostgreSQL Helm charts to the CloudNative-PG operator, with step-by-step manifests for install, data import from the old cluster, PgBouncer setup, and Prometheus scraping via PodMonitor.
Jonathan
This article explains how CPU limits cause throttling in Kubernetes, how to diagnose container CPU starvation, and practical fixes like kernel upgrades, monitoring throttling metrics, and adjusting limits.
Shriom Tripathi
This article shows how to deploy and operate Istio traffic management in Kubernetes, with clear examples for Gateways, VirtualServices, DestinationRules, traffic shifting, canary deployments, circuit breaking, and advanced routing.
Sai Kiran Pikili
This article walks through how to route gRPC traffic via an AWS ALB into Traefik as the Kubernetes Ingress, and explains why health-checks and protocol mismatches (HTTP/2 vs gRPC) can break things.
Tools and utilities
Grafana Tanka is a clean, concise and super flexible alternative to YAML for your Kubernetes cluster.
Kubesearch is a searchable index of popular Helm chart releases in categories such as observability, networking, storage, and automation.
Kviklet provides a secure, self-hosted tool for engineering teams to request, review, and approve production database queries with a workflow inspired by code reviews.
Numaflow is a Kubernetes-native tool for running massively parallel stream processing.
k8s-libsonnet is a community-maintained Jsonnet library for defining Kubernetes resources programmatically, supporting new API versions and modern best practices.
Events starting soon
November 17, 2025
Location: Malmö, SE
This is a free event.
November 17, 2025
This is a virtual event
This is a free event.
November 17, 2025
This is a virtual event
This is a free event.
November 17, 2025
This is a virtual event
This event requires an entrance fee
November 18, 2025
This is a virtual event
This event requires an entrance fee
November 18, 2025
This is a virtual event
This event requires an entrance fee
Learn from production
Shailendra Singh
This article describes how the authors fine-tuned KEDA’s advanced scaling settings (e.g. stabilization windows, scale-up policies) to reduce their P99 latency by 96%.
Artem Danilov
This case study shows how Airbnb runs a distributed SQL database across multiple Kubernetes clusters, coordinating node replacements, using custom operators, and isolating failures by availability zone.
Oleksii Bondar
This case study describes how they engineered Kubernetes autoscaling, regional routing, and efficient media paths to maintain end-to-end latency under 150 ms for live WebRTC video at scale.
Aditya Chowdhry
This article walks through real challenges the team faced while scaling EKS — from autoscaling, ingress, DNS tuning to graceful shutdowns — and shares how they tackled each layer.
Matching jobs
Data Engineer with NBC Universal
Salary: $100K to $130K a year
Location: based in the office (and remote from home) in New York, NY, USA
Tech stack: Kubernetes, AWS, GCP, Docker, SQL, Java, C++, Flink, Spark, Airflow
DevOps Engineer with Booz Allen
Salary: $86.9K to $198K a year
Location: based in the office in Annapolis Junction, MD, USA
Tech stack: Kubernetes, Azure, Terraform, Cloudformation
DevOps Engineer with Commerce
Salary: $99K to $172K a year
Location: remote from the United States of America
Tech stack: Kubernetes, AWS, Docker, Shell, Python, Scala, PHP, Ruby, Terraform, Ansible
DevOps Engineer with Manulife
Salary: $110.53K to $205.27K a year
Location: based in the office (and remote from home) in Toronto, ON, CA
Tech stack: Kubernetes, Docker, Javascript, Java, Typescript, Terraform, Cloudformation, Jenkins, GitHub Actions
DevOps Engineer with Shopmonkey
Salary: $165K to $185K a year
Location: based in the office (and remote from home) in Morgan Hill, CA, USA
Tech stack: Kubernetes, AWS, GCP, ArgoCD, Go, Shell, Typescript, Terraform, GitHub Actions, Gitlab
Build something
Anuj Tyagi
This tutorial shows how to use Flagger to roll out updates gradually (canary style) in Kubernetes, automating traffic shifts, metric checks, rollbacks, and webhooks.
Shaniul Shanto
This tutorial shows how to set up geographically redundant Kubernetes clusters (DC + DR) using Karmada to achieve high availability, failover, and consistent deployment across clusters.
AISSAM ASSOUIK
This article shows how Kubernetes Event-Driven Autoscaling (KEDA) enables scaling of Deployments, StatefulSets, CRDs and Jobs based on external event sources (e.g. RabbitMQ queue length) rather than just CPU/memory.
Saeed Zarinfam
This tutorial shows how to use the Service Binding for Kubernetes spec to automatically bind Spring Boot apps to backing services (e.g. PostgreSQL) via Spring Cloud Bindings, eliminating manual env var wiring.
More articles
Phil Andrews
This article explores how scheduling policies can optimize resource usage while preserving fault tolerance.
It covers strategies for using anti-affinity, spread constraints, and affinity weights to balance cost and resilience.
In this report, you will learn how Kubernetes teams actually scale AI workloads based on 917 survey responses, revealing the gap between vendor capabilities and real-world GPU utilization challenges.
Chaitanya Kharche
This article explains how Kubernetes assigns priority to Pods with PriorityClasses, and how it can evict lower-priority Pods to make room for higher-priority ones when resources are tight.
Hash Block
This article describes how the author scaled a FastAPI service to handle 200,000 requests per minute using Gunicorn + Uvicorn workers and Kubernetes Horizontal Pod Autoscaler, with async endpoint optimization and autoscaling strategies.