Miscellaneous Settings

Miscellaneous Settings

Below you can find descriptions for cluster and platform settings.

Custom DNS Name

Used by clusters and platforms:
ProviderAWS, Azure, GCP, VMware, On-Premises

This optional setting can be configured if you want instead of the default loadbalancer address, which looks like:

https://a3730363410f511e8bfd502a4587192e-67484441.us-east-1.elb.amazonaws.com

…a user-friendly DNS name such as:

https://kublr.example.com

To set a custom domain name:

  1. Do one of the following:

    • For the platform, in its add/edit dialog, go to the FEATURES step, then in the Control Plane section, expand the Advanced Options and type your domain name in the Domain field.

      Platform - FEATURES - Domain

    • For the cluster, click CUSOMIZE SPECIFICATION. Set “domain”, for example:

        spec:
          features:
           controlPlane:
             domain: example.kublr-dev.com
      
  2. Create a new DNS A record with type Alias for kublr.example.com pointing to LoadBalancer DNS Name.

Instructions on how to setup SSL certificate for this domain are provided in the article: Ingress TLS/SSL Setup.