Im sorry to bother, but ive went a bit in circles with this … I believe ive come across some threads relating to network zones, but im not entirely sure that is the answer to what i need.
So i have a cluster using ovn , and on the cluster I have different projects with different networks.
What im looking to do (as simple as possible) is to setup hostname resolving between different projects and networks.
So if i have container-1 in project-1, id like for it to be able to ping container-2 in project-2 by its hostname.
Ive setup network peering which works fine for being able to ping via IP, but im running guacamole, and id like to automate adding connections by just adding hostnames as the ip.
I saw that there was a feature added in incus v6.19 that had to do with dns.mode (which was what i thought would handle this need) but i dont believe its what i need .
Is there a simple method to enable this within the abilities of ovn and incus without having to deploy a more complex infrastructure within each network ?
I assume i could do a dns resolver in each network and then have an uplink resolver that reaches every network and resolve like that. But i was wondering if theres a simpler solution?
Thank you everyone in advance !