Spotlight
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.
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.
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.
Tools and utilities
ctx is a CLI tool that simplifies working across multiple cloud environments by switching between AWS profiles, Kubernetes clusters, VPN connections, and SSH tunnels with a single command.
Sveltos is a Kubernetes add-on controller that simplifies the deployment and management of Kubernetes add-ons and applications across multiple clusters, whether on-prem, in the cloud or a multitenant environment.
Endpoint-Monitoring Operator probes HTTP/JSON, TCP, DNS, ICMP, Trino, and OpenSearch endpoints via a simple CRD, with built-in Slack and email alerting.
Kor is a tool to discover unused Kubernetes resources.
Argo CD Diff Preview is a tool that renders the diff between two branches in a Git repository, providing a clear and concise view of the changes between two branches, similar to Atlantis for Terraform.
Events starting soon
April 4, 2026
Location: Bengaluru, IN
This is a free event.
April 4, 2026
Location: Ibadan, NG
This is a free event.
April 4, 2026
This is a virtual event
This is a free event.
April 4, 2026
This is a virtual event
This event requires an entrance fee
April 6, 2026
Location: Chicago, IL, USA
This is a free event.
April 7, 2026
Location: Kuala Lumpur, MY
This is a free event.
You're integrating HashiCorp Vault into your Kubernetes cluster and adding a temporary debug log line to check whether the ServiceAccount token is being passed correctly. Three months later, that log line is still in production — and the token it prints has a 1-year expiry with no audience restrictions.
Vincent von Büren, a platform engineer at ipt in Switzerland, lived through exactly this incident. In this episode, he breaks down why default Kubernetes ServiceAccount tokens are a quiet security risk hiding in plain sight.
You will learn:
Learn from production
Borwornpob
This article describes OpenMirai's deployment pipeline using GitHub Actions for CI, Argo CD for GitOps, and a separate deployment repository, with staging-first testing and scheduled production releases during off-peak hours.
Fabián Sellés Rosa
This case study shows how upgrading to Kubernetes 1.34 caused KIAM pods to fail due to service account token expiration changes, revealing that legacy clients using long-lived tokens now expire after 24 hours instead of 90 days.
Rob Sherling
This case study shows how EMC Healthcare built an on-premise CI/CD pipeline using K3s, ArgoCD, and Argo Workflows to automate testing and deployments with preview environments.
Sphoorthi Charan Nayakudugari
This case study explains how the authors used dynamic MIG partitioning to split large GPUs like NVIDIA A100/H100 into multiple isolated slices, letting many small jobs share GPU efficiently.
Matching jobs
DevOps Engineer with Vattenfall
Salary: US$99.9K to US$368.5K a year
Location: based in the office in Hamburg, DE
Tech stack: Kubernetes, Azure, Docker, Powershell, Python, SQL, Snowflake, Airflow, Terraform, Azure DevOps
Ingénieur Voip / Volte – télécom & cloud - Paris - H/F with Iliad - Free
Salary: $90K to $412.61K a year
Location: based in the office (and remote from home) in Paris, FR
Tech stack: Kubernetes
Machine Learning Engineer with Bree
Salary: $99K to $264K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, SQL, Python
Machine Learning Engineer with Iambic Therapeutics, Inc
Salary: $57.6K to $462K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Python
Machine Learning Engineer with Provectus
Salary: $112.5K to $308K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Python, SQL, Redis, DynamoDB, Cloudformation, Terraform, OpenSearch
Build something
Tobby Kuo
This tutorial teaches how to build an end-to-end real-time baggage tracking system using Kafka for event streaming, Flink for state processing, ClickHouse for analytics, and Grafana for visualization on Kubernetes.
Shanaka Jayasundera
This tutorial shows how to expose Kubernetes Gateway API from AKS through Azure Application Gateway by fixing health probe failures with a dedicated HTTPRoute and connection timeouts using externalTrafficPolicy Local for Azure DSR.
Ahmad Asmar
This tutorial shows how to use Kyverno policy engine to generate Pod Disruption Budgets for Kubernetes deployments with multiple replicas, preventing downtime during Karpenter node consolidation through intelligent API lookups and label matching.
Jean Baptiste Lapeyre
This article explains how to integrate Arista datacenter fabric with Cilium CNI by building a spine-leaf architecture with an ISIS underlay and a BGP EVPN overlay.
Call for Papers closing soon
4
days
This is a virtual event
Online conference organized by Spacelift.
The conference starts on the 14 May 2026.
5
days
Location: Barcelona, ES
In-person conference organized by SREday.
The conference starts on the 20 April 2026.
9
days
Location: Austin, TX, USA
In-person conference organized by SREday.
The conference starts on the 6 May 2026.
16
days
Location: Athens, GR
In-person conference organized by Open Conf.
The conference starts on the 21 November 2026.
18
days
Location: Munich, DE
In-person conference organized by SREday.
The conference starts on the 15 May 2026.
18
days
Location: Mannheim, DE
In-person conference organized by Rheinwerk Verlag.
The conference starts on the 11 November 2026.
27
days
Location: Des Moines, IA, USA
In-person conference organized by Tech Fuse DSM.
The conference starts on the 16 October 2026.
More articles
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.
Dhyan Raj
This article introduces MCP Mesh, a framework simplifying multi-agent AI deployment on Kubernetes by replacing YAML with Python decorators, enabling code portability across environments, and providing dynamic dependency injection.
Benjamin Holmes
This article shows how running Nomad server control plane on OpenShift using StatefulSets manages distributed edge fleets where Kubernetes can't reach, while OpenShift handles server lifecycle, security, and observability automatically.
Michael Preston
This article explains the challenges of running Java at scale on Kubernetes, covering JVM memory management with container limits, heap sizing with MaxRAMPercentage, CPU throttling, and garbage collector selection for containers.