> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/reference/deployment-deepseek-r1-70b-with-vllm-on-deka-gpus-kubernetes/create-namespace.md).

# Create Namespace

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

```bash
kubectl create namespace [namespace]
```

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2Fm5MfW9jih9tnQe1D4NHS%2Fimage.png?alt=media&amp;token=42b74682-98b8-412b-9ed3-7689143ce8c1" alt=""><figcaption><p>Create namespace</p></figcaption></figure>
