Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create Namespace

First, create a namespace for your vLLM deployment. This helps in organizing your resources.

kubectl create namespace [namespace]
Create namespace

Last updated