tensorkube domain

Manage custom domain names and TLS for your Tensorkube cluster. Usage:
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
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:
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:
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:
tensorkube domain get-validation-records [OPTIONS]
Options:
  • --domain-name TEXT: Domain name for wildcard certificate
  • --help BOOL [default: false]: Show this message and exit.