Spotlight
Franck Pachot
This tutorial shows how to install CloudNativePG 1.28 operator and deploy a three-node PostgreSQL cluster with synchronous replication and quorum-based failover, then tests transient failure recovery by pausing the primary container.
Naveen Krishnan
This article shows that default Kubernetes system pods such as kube-proxy and CoreDNS ship with incomplete or missing memory configurations, making them vulnerable to OOM kills during memory pressure.
George Zefkilis
This tutorial shows how to build a local data platform using KinD for Kubernetes and Terraform for infrastructure provisioning, with Argo CD as the GitOps engine for deploying and managing applications.
Jitendra Takalkar
This article explains how CloudEvents provides missing standardization for Event Driven Architecture by defining a common envelope format for events, solving inconsistency problems across distributed systems.
Tools and utilities
Helm-exporter exports Helm releases, charts, and version statistics in the Prometheus format.
Cilium Policy Generator, watches dropped flows in real time, and auto-generates CiliumNetworkPolicy YAML files to allow them — so you stop writing policies by hand in default-deny Cilium clusters.
make-argocd-fly is a tool that simplifies the generation of Kubernetes manifests for deployment in complex, multi-cluster, and multi-application environments and provides native integration with ArgoCD for streamlined deployment.
DR-Syncer is a tool for disaster recovery synchronization between Kubernetes clusters, offering both a controller-based mode and a CLI mode to perform Stage, Cutover, and Failback operations.
Kloudlite is an open-source platform designed to provide seamless and secure development environments for building distributed applications.
Events starting soon
April 17, 2026
This is a virtual event
This is a free event.
April 17, 2026
Location: Santiago, CL
This is a free event.
April 18, 2026
Location: Pune, IN
This is a free event.
April 18, 2026
Location: Bangalore, IN
This is a free event.
April 18, 2026
Location: São Paulo, BR
This is a free event.
April 18, 2026
This is a virtual event
This is a free event.
You're running gRPC services in Kubernetes, load balancing looks fine on the dashboard — but some pods are burning at 80% CPU while others sit idle, and adding more replicas only partially helps.
Rohit Agrawal, a Staff Software Engineer on the traffic platform team at Databricks, explains why this happens and how his team replaced Kubernetes's default networking with a proxy-less, client-side load-balancing system built on the xDS protocol.
In this episode:
The system has been running in production for three years across hundreds of services, handling millions of requests.
Learn from production
Varun Arora
This case study shows building a centralized multi-account AWS monitoring platform managing 25+ accounts using Python Boto3 to fetch resource configurations into MongoDB, with Flask API and Next.js frontend achieving $30k annual savings.
Firas Sboui
This case study shows how to run SQL Server on Azure Kubernetes Service using StatefulSets, persistent volumes, and GitOps for multi-tenant database deployments.
Danny Steenman
This case study shows how NetworkLessons migrated from Kubernetes to ECS Fargate using AWS CDK, reducing operational complexity while implementing multi-account architecture, automated cost controls, and infrastructure as code.
Charudath Gopal
This case study shows how Portworx built Aetòs, an Internal Developer Platform processing 50M daily API calls, managing 14,000 VMs, achieving 70% cloud cost reduction, and saving 10,000 engineering hours quarterly.
Matching jobs
DevOps Engineer with Rhoda ai
Salary: $67.5K to $539K a year
Location: based in the office in Palo Alto, CA, USA
Tech stack: Kubernetes, AWS, Azure, GCP, Go, Python, SQL, Flink, Snowflake, Kafka
DevOps Engineer with Smile Digital Health
Salary: $67.5K to $539K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Java, Python, Scala, Airflow, Spark, Terraform
Machine Learning Engineer with Rhoda ai
Salary: $57.6K to $550K a year
Location: based in the office in Palo Alto, CA, USA
Tech stack: Kubernetes, AWS, GCP, Python
Machine Learning Engineer with Rhoda ai
Salary: $135K to $405.35K a year
Location: based in the office in Palo Alto, CA, USA
Tech stack: Kubernetes, AWS, Azure, GCP, Python, Shell
Machine Learning Engineer with SpAItial
Salary: US$161.1K to US$321.2K a year
Location: based in the office in London, GB
Tech stack: Kubernetes, AWS, Azure, GCP, On-premise, Docker, Python, Terraform, GitHub Actions, CircleCI
Build something
Josh Woolbright
This tutorial shows how to add observability to an EKS cluster by migrating to ArgoCD's App of Apps pattern and deploying kube-prometheus-stack with a properly configured EBS CSI driver and kubelet cAdvisor configuration.
Joseignacio Carretero
This tutorial teaches how to set up a local DNS server specifically for demo environments using dnsmasq and Docker containers.
Michael Galkov
This tutorial shows how to build integration tests for Kubernetes using Rust, kind clusters, and Terraform with automatic cleanup via Kyverno TTL policies and namespace isolation for concurrent test execution.
Ahmed Draz
This tutorial shows how to deploy LLM models on OpenShift without operators by using llama.cpp with a quantized GGUF model, building a multi-stage container image, and exposing it via standard Kubernetes resources.
Call for Papers closing soon
2
days
Location: Athens, GR
In-person conference organized by Open Conf.
The conference starts on the 21 November 2026.
4
days
Location: Munich, DE
In-person conference organized by SREday.
The conference starts on the 15 May 2026.
4
days
Location: Mannheim, DE
In-person conference organized by Rheinwerk Verlag.
The conference starts on the 11 November 2026.
13
days
Location: Des Moines, IA, USA
In-person conference organized by Tech Fuse DSM.
The conference starts on the 16 October 2026.
13
days
Location: Graz, AT
In-person conference organized by Devopsdays.
The conference starts on the 4 September 2026.
13
days
Location: Hamburg, DE
In-person conference organized by bit summit.
The conference starts on the 23 September 2026.
13
days
Location: Frankfurt, DE
In-person conference organized by Alkmene Verlag.
The conference starts on the 10 December 2026.
More articles
This article introduces Gt and Lt operators for pod tolerations in Kubernetes 1.35, enabling threshold-based scheduling with numeric taint values, such as failure probability or cost metrics, rather than exact matching.
Tobias Massoth
This article explains the trade-offs of Azure CNI Pod Subnet in AKS with two IP allocation modes:
Scott Cotton
This article introduces Tony format, a tool that unifies matching, patching, and diffing operations on YAML and JSON using a single typed tree representation with tag-based extensions like !dive, !key, and !if for structural transformations.
Dilip Kola
This article explains how to build cost-efficient microservices on AKS by classifying state as irreplaceable or regenerable, using managed PostgreSQL for critical data while self-hosting Redis, RabbitMQ, and observability tools in Kubernetes.