# create

The vcluster create command allows you to create a new virtual cluster within your project. This command can be executed using flags or interactively through TUI mode.

## Usage

```
cldkctl vcluster create [flags]
```

## Steps

1. A virtual cluster can be created directly by using flags. Run the following command in the terminal:

```
cldkctl vcluster create --name [name] --vcluster-name [vcluster name] --compute-profile [compute profile] --namespace [namespace] 
```

2. Replace `[name]` with the desired instance name, `[vcluster name]` with the virtual cluster name, `[compute profile]` with the selected compute profile, and `[namespace]` with the namespace name.
3. Alternatively, run the command interactively using TUI mode by entering:

```
cldkctl vcluster create 
```

4. In the TUI interface, select the available compute profile.
5. Enter the instance name.
6. Enter the virtual cluster name.
7. Enter the namespace.
8. Confirm the VPN creation by pressing y for Confirm or n for Cancel.

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

9. Once completed successfully, the terminal displays the message **"✓ VCluster created successfully!"**

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

## Flags

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

| Flag                         | Description                           |
| ---------------------------- | ------------------------------------- |
| -c, --compute-profile string | Specify compute profile name.         |
| -h, --help                   | Help for the vcluster create command. |
| -n, --name string            | Specify name.                         |
| --namespace                  | Specify namespace.                    |
| -v, --vcluster-name string   | Specify virtual cluster name.         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/cloudeka-api-list/command-reference/cldkctl-vcluster/create.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
