# create-egress

The cldkctl guard command creates an egress rule within a Guard in your project. This command allows you to define outbound traffic restrictions for workloads by specifying the namespace, endpoint selector, and whether to deny all egress traffic

## Usage

```
cldkctl guard create-egress [flags]
```

## Aliases

```
create-egress, add-eg
```

## Steps

Follow the steps below to run and view the result of this command:

1. Run the following command in your terminal:

```
./cldkctl guard create-egress
```

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FrcNvnti5MUDrHbGmPNpR%2Funknown.png?alt=media&#x26;token=931840b9-fffc-432f-b1d1-d8eda75cc229" alt=""><figcaption></figcaption></figure>

2. When prompted, select the Namespace where the Guard will be created.
3. Enter the Endpoint Selector, using one or more labels in key-value format.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FvgwTrlXUABQmTsZc6Apx%2Funknown.png?alt=media&#x26;token=9c5a6742-f8c3-4cff-b951-2af22199b099" alt=""><figcaption></figcaption></figure>

4. Confirm whether you want to deny all outgoing traffic for the Guard. Select Confirm to deny all egress traffic, or Cancel to allow traffic unless explicitly restricted.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FxFfsD5wMRmofQjbsSJ5W%2Funknown.png?alt=media&#x26;token=0ed1c77b-08cd-4a5a-988a-730691749521" alt=""><figcaption></figcaption></figure>

5. Wait for the system to process the request.
6. Once the process is successful, the terminal displays the message **“✔ Guard deny all egress has been successfully created”.**

## Flags

{% hint style="info" %}
This command supports global flags. Refer to the Global Flags section for details
{% endhint %}

| Flag                            | Description                               |
| ------------------------------- | ----------------------------------------- |
| -e, --endpoint\_selector string | Specify the endpoint selector.            |
| -h, --help                      | Help for the guard create-egress command. |
| -n, --namespace string          | Specify the namespace.                    |
