Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cluster API is a framework for creating new Kubernetes clusters from an existing management Kubernetes cluster and representing their components with custom resources in said management cluster (Cluster, ControlPlane, Machine, ...)
To make the high availability control plane of such a cluster usable under a central name, one can use DNS names with multiple A/AAAA records.
It would be great to use ExternalDNS to manage these records!
A
Clustercontains the following:The
Machineresources for the associated control plane contain:Sources cannot be implemented out-of-tree, right? Would this be too nieche of a source to be merged?
The alternative would probably be some controller that converts those ClusterAPI resources to ExternalDNS Endpoint resources.
Beta Was this translation helpful? Give feedback.
All reactions