Spotlight
Vialli Kavoo
This case study explains how a team switched from Nginx to Envoy Gateway to build smarter and fairer rate-limiting based on user identity instead of IP addresses.
Dominik Szymański
This article explains why the author switched from Docker to Podman, highlighting its rootless security model, lighter resource footprint, and tighter integration with Linux and Kubernetes.
Tinkerd
This article explains why using simple queue-length/publish-rate metrics for autoscaling jobs in Kubernetes Event‑Driven Autoscaling and RabbitMQ setups often fails.
It also shows why you should focus on time to consume instead of raw message counts.
Mathew Duggan
This article speculates what Kubernetes 2.0 could look like by proposing a move from YAML to HCL, building in package management and revisiting core abstractions, aiming for fewer landmines and more developer ergonomics.
Tools and utilities
K8skonf is a TypeScript-based toolkit that simplifies the process of building, deploying, and managing Kubernetes applications.
helm-unittest is a tool that allows you to write unit tests for Helm charts in YAML, ensuring your charts are consistent and robust.
helm-controller operator automates Helm chart deployments via GitOps.
automemlimit is a Go library that auto-sets GOMEMLIMIT to 90% of the Linux cgroup memory limit.
It is a Helm plugin that recursively manages subchart dependencies.
Events starting soon
January 3, 2026
This is a virtual event
This event requires an entrance fee
January 3, 2026
Location: Rajkot, IN
This is a free event.
January 4, 2026
This is a virtual event
This is a free event.
January 7, 2026
This is a virtual event
This is a free event.
January 8, 2026
This is a virtual event
This is a free event.
January 10, 2026
This is a virtual event
This is a free event.
Learn from production
Yekta
This article explains how Flink moved from a Terraform-centric setup to managing their Google Cloud resources via Kubernetes.
Miroslav Hrivnak
This case study explains how Coreteq moved from Docker Swarm to Kubernetes, replacing NFS with distributed storage, adopting Argo CD for GitOps and using Vault for secrets while redesigning networking for better reliability.
Rushy R. Panchal
This case study describes how Airbnb manages rolling upgrades of Istio by automating version testing, monitoring pilot waves, and handling mesh-expansion with VMs and Kubernetes.
S-mishina
This article shares a PoC where a custom Kubernetes operator detects container pushes, generates manifests based on templates, and commits them to Git—enabling fully automated GitOps-managed deployments with Argo CD.
Matching jobs
DevSecOps Engineer with Built Technologies
Salary: $120K to $185K a year
Location: fully remote
Tech stack: Kubernetes, AWS, Python, Javascript, Typescript, Go, SQL, C++, C#, Snowflake
Machine Learning Engineer with Grafana Labs
Salary: CA$186.37K to CA$223.64K a year
Location: remote from Canada
Tech stack: Kubernetes, AWS, GCP, Azure, Docker, Python, Javascript, Typescript, Go, Rust
Platform Engineer with Geotab
Salary: $38.56K to $330K a year
Location: fully remote
Tech stack: Kubernetes, GCP, OpenShift, ArgoCD, Docker, Java, Python, Shell, Go, Terraform
Platform Engineer with National Information Solutions Cooperative (NISC)
Salary: $24.75K to $484K a year
Location: based in the office (and remote from home) in Cedar Rapids, IA; Lake Saint Louis, MO; Mandan, ND, USA
Tech stack: Kubernetes, AWS, Docker, SQL, Python, Java, Typescript, Cassandra, Spark, Terraform
Software Engineer with Forter
Salary: $67.5K to $660K a year
Location: based in the office (and remote from home) in NYC, NY, USA
Tech stack: Kubernetes, AWS, GCP, Azure, Docker, Python, Java, Kotlin, Rust, Go
Build something
Edward Spencer
This article shows how to use WebSockets in Kubernetes by combining Ktor with PostgreSQL’s LISTEN/NOTIFY to sync events across pods.
Jeffrey Lyon
In this 2-part tutorial, you will learn how to deploy a Kubernetes GitOps platform using ArgoCD with MetalLB for IPs, Traefik for ingress, Rook-Ceph for storage, and Vault for secrets.
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.
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.
More articles
Christopher Kujawa
This article walks you through how to retrieve Java heap dumps or Java Flight Recordings from pods that crash-loop in Kubernetes, so you can inspect memory issues and root-cause crashes even if the pod never stabilizes.
Olivepower
This article explains how unallocated CPU and memory in GKE can become hidden costs when workloads fail to request resources properly.
It also shows how right-sizing nodes and using autoscaling or Autopilot helps you avoid paying for unused capacity.
Ankit Anand ✨
This article explains what an upstream connect error is and why proxies or load balancers fail to reach a backend.
It also shows common causes in Docker, Kubernetes and Spring Boot, such as wrong hostnames, network isolation and bad service selectors.
Shubhojit Dasgupta
This article shows how to run Kong as an API gateway inside Kubernetes and expose it through Ingress.