Below you can find descriptions for cluster and platform settings.
Used by clusters and platforms: | |
---|---|
Provider | AWS, 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:
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.
For the cluster, click CUSOMIZE SPECIFICATION. Set “domain”, for example:
spec:
features:
controlPlane:
domain: example.kublr-dev.com
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.