> 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/guidance-for-enterprise/cloudeka-api-list/command-reference/cldkctl-vcluster/deploy.md).

# deploy

The vcluster deploy command is used to deploy a virtual cluster within a project. This command deploys the specified virtual cluster based on the name provided

## Usage

```
cldkctl vcluster deploy [flags]
```

## Aliases

```
deploy, dp
```

## Steps

1. Run the following command in your terminal:

```
cldkctl vcluster deploy --name [vcluster name]
```

2. Replace `[vcluster name]` with the target virtual cluster name to be deployed. The cluster name can be obtained from the vcluster list section.
3. Once completed successfully, the terminal displays the message **"✓ VCluster deployed successfully!"**

<figure><img src="/files/mPqcW4ZJjgcryYKFXyYf" alt=""><figcaption></figcaption></figure>

## Flags

{% hint style="info" %}
This command supports [global flags](/guidance-for-enterprise/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details.
{% endhint %}

| Flags             | Description                           |
| ----------------- | ------------------------------------- |
| -h, --help        | Help for the vcluster deploy command. |
| -n, --name string | Specify virtual cluster name.         |
