Version: 0.5.6

Create A-record DNS Entries in AWS/Route53

Create A-Record DNS entries in AWS/Route 53

  1. Login to AWS console (https://console.aws.amazon.com).
  2. Under Services select Route 53.
  3. Click on Hosted zones.
  4. Select Zone with <cluster_name>.<base_domain>.
  5. Click Create Record Set button.
  6. In the following fields provide the following information:
    • Name: Name of target being created e.g. private-registry
    • Type: A - IPv4 address or CNAME (depending on the public endpoint provided by the ingress controller)
    • TTL (Seconds): 300
    • Value: Public IP address listed in ingress controller
  7. Click Create button.