Kuadrant / multicluster-gateway-controller

multi-cluster gateway controller, manages multi-cluster gateways based on gateway api and policy attachment
Apache License 2.0
10 stars 23 forks source link

Move DNS Controller into its own component #779

Closed maleck13 closed 5 months ago

maleck13 commented 5 months ago

What

With DNSPolicy moving to kuadrant operator, we need to move the DNS logic somewhere other than the MGC. To do this we will set up a new repo for the DNSController that will contain the logic to reconcile DNSRecords and HealthChecks

mikenairn commented 5 months ago

New Repo Created: https://github.com/kuadrant/kuadrant-dns-operator

PRs:

mikenairn commented 5 months ago

Apart from doc updates and a few small tweaks this repo is ready https://github.com/Kuadrant/kuadrant-dns-operator.

Follow up tasks: