Spotlight
Deepakravi
This case study shows how to stabilize Harbor on VMware VKS by expanding storage, upgrading the Supervisor Service, and configuring Trivy scanning to receive vulnerability results.
EXANTE Technology
This case study shows how EXANTE replaced manual Saturday releases with a fully automated GitLab CI + Flux + Jira pipeline across 60+ Django modules, 7 GKE environments, and 30+ services to meet fintech regulatory audit requirements.
Saeedafzal2030
This case study shows how one team ran LiteLLM as a single gateway to many model providers on EKS, kept it highly available, and managed the whole thing with ArgoCD.
Godfrey Menezes
This article presents a proof of concept in which an Elasticsearch MCP server runs on Kubernetes so an SRE agent can search logs in plain language, and it ends with the authentication and RBAC work still needed for production.
Tools and utilities
CruiseKube is a Kubernetes-native resource optimization controller that automates CPU and memory right-sizing for workloads at runtime and admission time.
KubeTable is a local-first desktop app for browsing databases inside your clusters, finding them from your kubeconfig and handling port-forwards so you can query Postgres, MySQL, Redis or MongoDB directly.
PII-Shield is a log sanitization sidecar that redacts personal data before logs ever leave the pod, using entropy scoring and custom regex rules.
Kubie is an alternative to kubectx and kubens that gives every shell its own Kubernetes context and namespace, and can load contexts from split config files.
GROOT is a Go CLI that collects Kubernetes logs and cluster context into one archive, with preflight checks, config profiles and archive summaries so you can attach a single file to a ticket.
Events starting soon
August 26, 2026
Location: Hamburg, DE
This event requires an entrance fee
August 26, 2026
Location: Singapore, SG and virtual
This is a free event.
August 26, 2026
Location: Lima, PE
This event requires an entrance fee
August 26, 2026
Location: Jakarta, ID
This event requires an entrance fee
August 27, 2026
Location: Bengaluru, IN
This is a free event.
August 27, 2026
Location: Barton, AU
This is a free event.
Kube Signals starts where the keynote ends: with the trends that platform teams will have to operationalize next.
In this special episode, Brian Teller speaks with Saiyam Pathak about his KubeCon India keynote and the shift from developer platforms to AI factories. They examine what GPU scarcity, shared accelerators, and AI workloads mean after the conference slides meet real infrastructure.
In this interview:
Learn from production
Jacob Amar
This case study traces why Kafka started reading from disk after moving from EC2 to EKS, and lands on cgroup v2 reclaim pressure.
Anastassios Nanos
This case study shows how etcd CrashLoopBack pods on a Karmada/k3s demo cluster turned out to be a ZFS I/O latency problem, and how four ZFS tuning settings fixed it — including the exact etcd Prometheus metrics to watch.
Krishnakanth E
This case study explains how an ECS workload was migrated to EKS across two AWS regions with zero production downtime.
It covers KEDA autoscaling, HashiCorp Vault, IRSA, disaster recovery, and a coordinated production cutover.
Leo Blondel
This case study shows how a 3-person team built a Claude-based AI SRE that triages SigNoz alerts, checks Kubernetes, GitLab, logs, traces, and Slack, then ignores noise, escalates, or runs safe fixes.
Matching jobs
DevOps Engineer with Mark43
Salary: $155K to $170K a year
Location: remote from
Tech stack: Kubernetes, Docker, Terraform
DevOps Engineer with RobCo
Salary: US$70.74K to US$440K a year
Location: based in the office in Munich, DE
Tech stack: Kubernetes, AWS, Go, Python, Terraform, Datadog, Grafana, Prometheus
Site Reliability Engineer with MyFitnessPal
Salary: $120K to $165K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Go, Python, Typescript, Terraform, GitHub Actions, Datadog
AI Enterprise Technical Program Manager with Redhorse Corporation
Salary: $37 to $485.65K a year
Location: based in the office in Arlington, VA, USA
Tech stack: Kubernetes, AWS, Azure, Docker, Spark
Commercial Account Executive with Vantage
Salary: $100K to $200K a year
Location: remote from
Tech stack: Kubernetes, AWS, CircleCI, Datadog
Build something
Dharmendra Yadav
This tutorial explains why Gateway API replaces Ingress on GKE, walking through GatewayClass, Gateway, and HTTPRoute, then sets up traffic splitting and TLS without vendor-specific annotations.
Matthew Wimpelberg
This tutorial builds a real k6 test suite against Google's Online Boutique running on a home lab Kubernetes cluster, with a shared client library, smoke, load, stress, and browser tests, and the two bugs the first run exposed.
Timur Nizamutdinov
This tutorial shows how to replace always-on EC2 runners with autoscaling GitLab runners using the AWS fleeting plugin and an Auto Scaling Group, so instances start per job and shut down when the queue is empty.
Dharmendra Yadav
This tutorial shows how KEDA scales workloads on queue depth instead of CPU, with a full RabbitMQ example: install, TriggerAuthentication, ScaledObject and a load test that proves the scaling works.
Call for Papers closing soon
2
days
This is a virtual event
Online conference organized by ScyllaDB.
The conference starts on the 11 March 2027.
5
days
Location: Warsaw, PL
In-person conference organized by Devopsdays.
The conference starts on the 23 November 2026.
5
days
Location: Recife, BR
In-person conference organized by Devopsdays.
The conference starts on the 12 December 2026.
5
days
Location: Florianópolis, BR
In-person conference organized by Devopsdays.
The conference starts on the 24 October 2026.
5
days
Location: Bucharest, RO
In-person conference organized by OmniOpenCon.
The conference starts on the 18 October 2026.
5
days
Location: Boston, MA, USA
In-person conference organized by Devopsdays.
The conference starts on the 19 October 2026.
5
days
Location: Dubai, AE
In-person conference organized by X-Ops Conference.
The conference starts on the 15 October 2026.
More articles
mirusser
This article argues that MCP servers for Kubernetes ship the accelerator without the brake, and walks through a two-tier design in which an agent can only propose a change, and a human approves the exact plan before it is applied.
zolty
This case study covers migrating a live k3s cluster from a flat network to a VLAN architecture, including an etcd quorum loss caused by moving too many nodes at once and the recovery steps using k3s server --cluster-reset.
Rute C. Sofia
This article explains the centralise-or-not trade-off behind CODECO's federated Kubernetes architecture across cloud, edge and IoT, and how neighbourhood-scoped control, decentralised AI and federated scheduling answer it.
Sujith K. Surendran
This article explains why CPU is the wrong scaling signal for Pub/Sub consumers, since pods look healthy while the backlog grows, and argues for scaling on queue depth with KEDA instead.