Page cover

Create Namespace

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

kubectl create namespace [namespace]
Create namespace

Last updated