-1

com domain with some subdomains all dns A records point to the same IP of my computer (used as a server) that host a kubernetes cluster, subdomains are used for the routing.

Since I have a dynamic IP (instead of a static one) and I cannot have a static IP is there a way to configure my domain to use DDNS? my domain is hosted on IONOS

Sorry, but I have no experience in this and I hope the question is clear. Thanks

Raffa50
  • 31
  • 8

1 Answers1

2

OVH is providing dynamic DNS service for subdomains only, but the main record needs to point to a static IP.

In short, you can't point example.com as DDNS, but you can add www.example.com as DDNS.

Not sure about your provider, just sharing my experience with OVH. Hope it helps.

Shio
  • 61
  • 1
  • 7
  • so you can do ddns with OVH? is there a client or something before I transfer the domain? – Raffa50 Apr 24 '21 at 16:09
  • sorry for the late reply, here you can find more information https://docs.ovh.com/gb/en/domains/hosting_dynhost/ I had a script for this running in a docker container. – Shio May 17 '21 at 12:55