Spotlight
Ankit Prakash Gupta
This case study shows how Spark on Kubernetes batch workloads cut cloud costs by colocating executors with drivers, reducing inter-zone shuffle costs, and moving executors to Spot VMs safely.
Guo Xiang Ng
This article explains four Kubernetes isolation patterns for AI agents: no exec, sidecar exec, separate exec pod, and ephemeral job dispatchers, with OpenShift-validated threat modeling.
Jay Gao
This article explains how kube-gpu-top helps Kubernetes teams find idle or compute-idle GPUs by mapping NVIDIA GPU metrics to owning pods and estimating monthly waste without Prometheus or Grafana.
Prashant Pathak
This article explains how Kubernetes CPU throttling can amplify Python GIL contention and cause unstable P95/P99 latency even when average CPU and P50 latency look normal.
Tools and utilities
Migratowl is an AI-powered dependency migration analyzer that upgrades dependencies in isolated sandboxes, runs tests, reads changelogs, explains breakages, and suggests fixes.
Kondense is an automated resource sizing tool.
kubectl-mcp-server lets AI assistants use natural language to inspect and manage Kubernetes clusters through kubectl operations, Docker support, kubeconfig mounting, and MCP-compatible tooling.
dt is a set of utilities available as a standalone or Helm Plugin for making offline work with Helm charts easier.
Cardamon audits Prometheus metrics against query logs, rules, and Grafana dashboards, then finds unused series and generates drop relabeling rules to reduce TSDB storage and cardinality waste.
Events starting soon
July 18, 2026
Location: Lima, PE
This is a free event.
July 22, 2026
Location: Bratislava, SK
This is a free event.
July 23, 2026
This is a virtual event
This event requires an entrance fee
July 24, 2026
Location: Hanoi, VN
This is a free event.
July 30, 2026
Location: Yokohama, JP
This event requires an entrance fee
August 4, 2026
Location: Melbourne, AU
This event requires an entrance fee
Forced platform migrations are usually treated as something to survive. At Scout24, a mandatory OS migration became an opportunity to rethink Kubernetes autoscaling, node provisioning, and infrastructure efficiency.
John Ford explains how Scout24 moved its EKS-based Infinity platform from a polling autoscaler and over-provisioned capacity to Karpenter and Bottlerocket. The result was faster node startup, a safer migration path, and about a 30% infrastructure reduction without major downtime.
In this interview:
Learn from production
De.Code – Deloitte Germany Engineering Blog
This case study shows how Deloitte built a multi-cluster Kubernetes platform on STACKIT with an admin cluster, Argo CD ApplicationSets, GitLab pipelines, and shared platform tooling.
Alex
This case study explains how a Kubernetes secrets audit exposed weak secret handling and forced a move toward safer secret management.
It covers encoded secrets, RBAC, encryption, external secret stores, and audit-ready controls.
Saurabh Kumar Ojha
This case study shows how a team built a Kubernetes operator to rebalance old ClickHouse partitions across shards during cluster size changes.
Infisical's case study explains why its Kubernetes operator hit memory and authentication scaling limits and how a reference-based CRD design fixed secret sync.
Matching jobs
AI Solution Architect - Educational Content Author, Nebius Academy with Nebius
Salary: $30 to $485.65K a year
Location: remote from
Tech stack: Kubernetes, On-premise, Python, Terraform
DevOps Engineer with North Point Technology
Salary: $70.74K to $440K a year
Location: based in the office in Herndon, VA, USA
Tech stack: Kubernetes, AWS, Azure, GCP, Java, Python, SQL, Cloudformation, Gitlab, Jenkins
DevSecOps Engineer with Nebius
Salary: $135K to $385K a year
Location: remote from
Tech stack: Kubernetes, SQL, Splunk
DevSecOps Engineer with NinjaTrader
Salary: $145K to $195K a year
Location: based in the office in Chicago, IL, USA
Tech stack: Kubernetes, GCP, Go, Python, Terraform
DevSecOps Engineer with North Point Technology
Salary: $77.76K to $485.65K a year
Location: based in the office in Springfield, VA, USA
Tech stack: Kubernetes, AWS, Docker, Typescript
Build something
Daniel Vigueras
This tutorial explains five Laravel-on-Kubernetes production gotchas, covering immutable migration Jobs, managed databases, worker shutdown timeouts, queue worker flags, and better autoscaling signals.
Timothy Bryant
This tutorial explains how to install Node Problem Detector in a home Kubernetes cluster using Helm and Argo CD.
It shows how node-level issues like disk I/O errors, filesystem corruption, and kernel panics become Kubernetes node conditions.
Muhammad Muzammil
This tutorial shows how to build a per-user SaaS setup on EKS Auto Mode with one pod, one subdomain, one persistent volume, wildcard TLS, and a shared ALB.
Mo Figueroa
This tutorial shows how to run Hermes Agent on MicroK8s as a stateful gateway, move scheduled briefings into Kubernetes CronJobs, and use PVCs, ConfigMaps, retry jobs, and Helm for a small agent system.
Call for Papers closing soon
0
days
Location: Cairo, EG
In-person conference organized by Devopsdays.
The conference starts on the 26 September 2026.
1
days
Kubernetes Community Days Sofia 2026
Location: Sofia, BG
In-person conference organized by KCD Sofia.
The conference starts on the 29 September 2026.
7
days
WeAreDevelopers Conference India
Location: Bengaluru, IN
In-person conference organized by WeAreDevelopers.
The conference starts on the 26 November 2026.
14
days
ContainerDays & AI Context Singapore
Location: Singapore, SG
In-person conference organized by ContainerDays.
The conference starts on the 28 October 2026.
14
days
Location: Melbourne, AU
In-person conference organized by Cloud Native Summit.
The conference starts on the 29 October 2026.
14
days
Location: Cardiff, GB
In-person conference organized by ServerlessCWL.
The conference starts on the 3 October 2026.
28
days
Location: Paris, FR
In-person conference organized by mate.dev.
The conference starts on the 3 December 2026.
More articles
Tunc Celik
This article explains how a local 7B model was fine-tuned to answer cloud security, Kubernetes, Terraform, and compliance questions from a rule-based dataset.
Christian Johannsen
This article explains how to detect which running Kubernetes containers use Chainguard or other base images by reading runtime OS data through node-level proc inspection.
Gabriel Anhaia
This article explains why Go services in Kubernetes can waste CPU when GOMAXPROCS does not match pod CPU limits.
It covers automaxprocs, Go 1.25 behavior, stale env vars, and throttling checks.
sathwick
This article shows how a probe-driven Go load balancer was tested against Kubernetes workloads and why benchmark discipline mattered more than the algorithm.