Post-Deployment Steps

After successfully deploying Harbor on EKS, follow these steps:

  1. Retrieve the ELB address:

bash kubectl get ingress -n harbor

  1. Create a CNAME record in your domain's DNS settings:
  2. Host: harbor (or your chosen subdomain)
  3. Points to: The ELB address from step 1
  4. TTL: 300 seconds (or as preferred)

  5. Access Harbor using your domain and verify the installation.

  6. Configure any additional settings in Harbor as needed for your environment.

For more detailed post-deployment configuration, refer to the Harbor documentation.