> ## Documentation Index
> Fetch the complete documentation index at: https://tensorfuse.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# tensorkube domain

## `tensorkube domain`

Manage custom domain names and TLS for your Tensorkube cluster.

**Usage:**

```bash theme={null}
tensorkube domain COMMAND [ARGS]...
```

**Options:**

* `--help BOOL` \[default: false]: Show this message and exit.

**Commands:**

* `configure`: Configure a wildcard subdomain for your Tensorkube platform.

* `attach`: Associate the configured domain to your tensorfuse runtime post DNS validation.

* `get-validation-records`: Get the DNS validation records and DNS routing records for the domain.

## `tensorkube domain configure`

Configure a wildcard subdomain for your Tensorkube platform.

This command creates an ACM certificate for your wildcard domain and sets up DNS validation.

Example:
To assign your tensorfuse deployments a domain of the form `tfservice.sub.example.org` run the following command

```bash theme={null}
tensorkube domain configure --domain-name docdemo.tensorfuse.io
```

This will configure a wildcard certificate for all the domains of the form `*.docdemo.tensorfuse.io`

**Usage:**

```bash theme={null}
tensorkube domain configure [OPTIONS]
```

**Options:**

* `--domain-name TEXT`: Domain name for wildcard certificate

* `--help BOOL` \[default: false]: Show this message and exit.

## `tensorkube domain attach`

Associate the configured domain to your tensorfuse runtime post DNS validation.

**Usage:**

```bash theme={null}
tensorkube domain attach [OPTIONS]
```

**Options:**

* `--domain-name TEXT`: Domain name for wildcard certificate

* `--help BOOL` \[default: false]: Show this message and exit.

## `tensorkube domain get-validation-records`

Get the DNS validation records and DNS routing records for the domain.

**Usage:**

```bash theme={null}
tensorkube domain get-validation-records [OPTIONS]
```

**Options:**

* `--domain-name TEXT`: Domain name for wildcard certificate

* `--help BOOL` \[default: false]: Show this message and exit.
