vLLM’s reference system for K8S-native cluster-wide deployment with community-driven performance optimization
2,566
stars
697
commits
Python
primary language
Sep 9, 2026
updated
| Blog | Docs | Production-Stack Slack Channel | LMCache Slack | Interest Form |
We host bi-weekly community meetings at the following timeslot:
All are welcome to join!
vLLM Production Stack project provides a reference implementation on how to build an inference stack on top of vLLM, which allows you to:
The stack is set up using Helm, and contains the following key parts:
We are actively working on this project and will release the following features soon. Please stay tuned!
cd utils && bash install-minikube-cluster.shvLLM Production Stack can be deployed via helm charts. Clone the repo to local and execute the following commands for a minimal deployment:
git clone https://github.com/vllm-project/production-stack.git
cd production-stack/
helm repo add vllm https://vllm-project.github.io/production-stack
helm install vllm vllm/vllm-stack -f tutorials/assets/values-01-minimal-example.yaml
The deployed stack provides the same OpenAI API interface as vLLM, and can be accessed through kubernetes service.
To validate the installation and send a query to the stack, refer to this tutorial.
For more information about customizing the helm chart, please refer to values.yaml and our other tutorials.
helm uninstall vllm
The Grafana dashboard provides the following insights:
See the details in helm/README.md
The router ensures efficient request distribution among backends. It supports:
Please refer to the router documentation for more details.
We welcome and value any contributions and collaborations. Please check out CONTRIBUTING.md for how to get involved.
This project is licensed under Apache License 2.0. See the LICENSE file for details.
We are grateful to our sponsors who support our development and benchmarking efforts:
For any issues or questions, feel free to open an issue or contact us (@ruizhang0101, @ApostaC, @YuhanLiu11, @Shaoting-Feng).
(top 30 of 159)
Python
49.9%
Shell
17.7%
Go
15.8%
HCL
11.9%
Smarty
2.1%
Go Template
1.4%
vLLM’s reference system for K8S-native cluster-wide deployment with community-driven performance optimization
2,566
stars
697
commits
Python
primary language
Sep 9, 2026
updated
| Blog | Docs | Production-Stack Slack Channel | LMCache Slack | Interest Form |
We host bi-weekly community meetings at the following timeslot:
All are welcome to join!
vLLM Production Stack project provides a reference implementation on how to build an inference stack on top of vLLM, which allows you to:
The stack is set up using Helm, and contains the following key parts:
We are actively working on this project and will release the following features soon. Please stay tuned!
cd utils && bash install-minikube-cluster.shvLLM Production Stack can be deployed via helm charts. Clone the repo to local and execute the following commands for a minimal deployment:
git clone https://github.com/vllm-project/production-stack.git
cd production-stack/
helm repo add vllm https://vllm-project.github.io/production-stack
helm install vllm vllm/vllm-stack -f tutorials/assets/values-01-minimal-example.yaml
The deployed stack provides the same OpenAI API interface as vLLM, and can be accessed through kubernetes service.
To validate the installation and send a query to the stack, refer to this tutorial.
For more information about customizing the helm chart, please refer to values.yaml and our other tutorials.
helm uninstall vllm
The Grafana dashboard provides the following insights:
See the details in helm/README.md
The router ensures efficient request distribution among backends. It supports:
Please refer to the router documentation for more details.
We welcome and value any contributions and collaborations. Please check out CONTRIBUTING.md for how to get involved.
This project is licensed under Apache License 2.0. See the LICENSE file for details.
We are grateful to our sponsors who support our development and benchmarking efforts:
For any issues or questions, feel free to open an issue or contact us (@ruizhang0101, @ApostaC, @YuhanLiu11, @Shaoting-Feng).
(top 30 of 159)
Python
49.9%
Shell
17.7%
Go
15.8%
HCL
11.9%
Smarty
2.1%
Go Template
1.4%