githubEdit

Domain Name Review

Overview

Add DNS (type A) records for your Nexqloud Provider related domains on your DNS hosting provider.

Nexqloud Provider Domain Records

  • Replace yourdomain.com with your own domain name

  • DNS (type A) records should point to public IP address of a single Kubernetes worker node of your choice

*.ingress.yourdomain.com

provider.yourdomain.com

NOTE - do not use Cloudflare or any other TLS proxy solution for your Provider DNS A records.

NOTE - Instead of the multiple DNS A records for worker nodes, consider using CNAME DNS records such as the example provided below. CNAME use allows ease of management and introduces higher availability.

*.ingress 300 IN CNAME nodes.yourdomain.com. nodes 300 IN A x.x.x.x nodes 300 IN A x.x.x.x nodes 300 IN A x.x.x.x provider 300 IN CNAME nodes.yourdomain.com.

Example DNS Configuration

Last updated