shalb / cluster.dev

Cloud-native infrastructure templating. Creating cloud installers for SaaS. Replication of complex cloud-native infrastructures.
https://docs.cluster.dev/
GNU Affero General Public License v3.0
401 stars 36 forks source link

Create DNS sub-zone in cluster.dev domain and delegate it #60

Closed voatsap closed 4 years ago

voatsap commented 4 years ago

Each cluster should have own dns zone.

So we could:

yaml option:

cluster
  cloud
    domain:
       own domain -> creates zone CLUSTER_FULLNAME.cluster_cloud_domain
       domain/cluster.dev -> create zone  CLUSTER_FULLNAME.cluster.dev and invoke zone delegation
voatsap commented 4 years ago

Cluster up test: https://github.com/voatsap/testrepo/runs/625852991?check_suite_focus=true Cluster down test: https://github.com/voatsap/testrepo/runs/626054284?check_suite_focus=true