Hello,
I'm trying to find solutions on this following need :
How can I deploy an VM/LXC with an automatic local IP (via DHCP?) and register this IP in a reverse proxy connected to the only public IP of the cluster.
So to sum up, I have a cluster of minimum of three servers.
Each time I deploy a VM or an LXC I want an automatic local IP (that it can accessed by the others from the cluster).
And from the hostname of my machine register the hostname.mydomain.com with the local IP.
Like that I'm free of static public IP or private IP and static DNS configuration. Like K8S can do.
And like that it's easier to have an automatic deployment !
I hope I've explained well !
Thanks for your work !
I'm trying to find solutions on this following need :
How can I deploy an VM/LXC with an automatic local IP (via DHCP?) and register this IP in a reverse proxy connected to the only public IP of the cluster.
So to sum up, I have a cluster of minimum of three servers.
Each time I deploy a VM or an LXC I want an automatic local IP (that it can accessed by the others from the cluster).
And from the hostname of my machine register the hostname.mydomain.com with the local IP.
Like that I'm free of static public IP or private IP and static DNS configuration. Like K8S can do.
And like that it's easier to have an automatic deployment !
I hope I've explained well !
Thanks for your work !