#60 · Primary category: Inference & Local Deploy

llm-d

ai cncf distributed-inference gpu inference intelligent-routing kubernetes llm model-server

Achieve state of the art inference performance with modern accelerators on Kubernetes

Project last updated:08/29/26

GitHub Stars

4.3K

Forks

728

Contributors

192

License

Apache-2.0

Why we included this project

When LLM inference outgrows a single GPU and you're already running vLLM or SGLang on Kubernetes, llm-d acts as the orchestration layer above those model servers. It adds load-aware routing with prefix caching, offloads KV cache to CPU or disk so multi-turn sessions keep larger working sets, and supports prefill/decode disaggregation and wide expert parallelism for models like DeepSeek-R1. The project documents real benchmarks showing higher throughput, lower time-to-first-token, and better cluster utilization across NVIDIA, AMD, and Intel accelerators. It's a CNCF sandbox project founded by Red Hat, Google Cloud, IBM Research, CoreWeave, and NVIDIA, which suggests the guides and Helm charts are built with production environments in mind. Teams beyond a single GPU looking for SLO-aware autoscaling and multi-tenant flow control can follow the well-lit path guides instead of tuning everything from scratch.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category