Replies: 2 comments 7 replies
-
The only thing that crosses my mind now @captnCC, is that it's a very particular use case. In which case do you need to communicate with the base domain? And what would it point to, the ingress-controller LB or the control-plane LB (when use_control_plane_lb is true)? Just would like to understand in which case you would use it as an example. |
Beta Was this translation helpful? Give feedback.
7 replies
-
That's something that can be added outside the cluster. |
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.
-
Since we are already running on Hetzner infrastructure, using their DNS service is a reasonable choice.
My idea is to use the Hetzner DNS to at least provision the base domain for the cluster with the proper records (A/AAAA) and add support for DNS01 challenges against the Hetzner DNS for
cert-manager
out of the box.With this it would be a one-step setup to get a cluster up and running including working DNS and certificates.
To get this up and running a few components are needed:
For Terraform:
timohirt/hetznerdns
providerIn k3s:
vadimkim/cert-manager-webhook-hetzner
seems to be there "more" active/popular one and has the advantage that the token for the Hetzner DNS is set via a secret instead of theClusterIssuer
likemecodia/cert-manager-webhook-hetzner
does it. (But I haven't tested it yet)Are there anymore features I have forgotten?
Beta Was this translation helpful? Give feedback.
All reactions