Bubble DNS - epam/hubctl GitHub Wiki

In case you have no base.tld domain in your AWS or Azure account, or you don't want to put your stack under a subdomain of that, then you could have a subdomain under epam.devops.delivery, for example, ancient-conway-319.epam.devops.delivery. This is the default configure behavior if no --domain-name is specified.

The subdomain is valid for 72h and could be refreshed manually:

hub configure -r <cloud> --dns-update

<cloud> is one of aws, azure, gcp.

Bubble DNS parameters:
  --dns-update  Request to update DNS registration

  New DNS record request:
    --parent-domain       Parent domain for stack (defaults to: epam.devops.delivery)

  Request to update DNS record:
    --domain-name         Previously issued DNS name
    --bubbles-secret-key  Secret key passed during domain name creation

  Use: hub configure -r aws --dns-update

In most cases, you don't need to specify anything.

⚠️ **GitHub.com Fallback** ⚠️