PulseAugur
EN
LIVE 22:37:24

Kubernetes operators enable scale-to-zero for LLM serving

New Kubernetes operators are emerging to address the cost of running large language models, particularly the issue of idle GPUs burning money. Hearth, an alpha-stage operator, allows users to declaratively serve open-source LLMs and scale them down to zero when not in use, buffering requests during cold starts. Another approach involves building a KEDA external scaler using NVML to enable autoscaling based on actual GPU utilization, reducing the need for a full metrics stack like Prometheus. AI

IMPACT Enables cost-effective self-hosting of LLMs by reducing idle GPU expenditure.

RANK_REASON The cluster describes new software tools and approaches for managing LLM deployments on Kubernetes, focusing on operational efficiency and cost reduction rather than a core AI model release or research breakthrough.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 4 sources. How we write summaries →

Kubernetes operators enable scale-to-zero for LLM serving

COVERAGE [4]

  1. Towards AI TIER_1 English(EN) · Renjith Ravindranathan ·

    Two LLMs, One GPU, and a Smart Router: Building an Agentic Stack on Kubernetes

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/two-llms-one-gpu-and-a-smart-router-building-an-agentic-stack-on-kubernetes-943110ec7ed3?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1456/1*nHNGk3uSTn-Q…

  2. dev.to — LLM tag TIER_1 English(EN) · Bruno Santos ·

    GPU autoscaling on Kubernetes with KEDA: building an external scaler with NVML

    <p>If you run vLLM, Triton, or any other inference server on Kubernetes, you have probably noticed that the HPA cannot see the GPU. Autoscaling decisions are driven by CPU and memory, while the resource that actually determines inference capacity remains invisible. A CNCF blog po…

  3. dev.to — LLM tag TIER_1 English(EN) · kube-gopher ·

    Hearth: scale-to-zero LLM serving on Kubernetes — and you can hack on it without a GPU

    <p><em>Repo:<a href="https://github.com/hearth-project/hearth" rel="noopener noreferrer">github.com/hearth-project/hearth</a> · Apache-2.0 · <code>v0.1.0</code>, alpha.</em></p> <p>I've been building <strong>Hearth</strong>, a Kubernetes operator that serves open-source LLMs (Qwe…

  4. dev.to — LLM tag TIER_1 English(EN) · kube-gopher ·

    Idle GPUs also burn money — a Kubernetes Operator that can scale large models down to zero

    <p><strong>It's early — come build it with me</strong></p> <p>Hearth is moving fast and contributions are very welcome — especially validating the Ascend backend on real NPUs, plus the roadmap's P0/P1 items. There are good first issues waiting.</p> <p>⭐ <strong>Star + follow alon…