-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I use traefik as a reverse proxy to have only one API interface for a proxmox cluster of 3 nodes. This way I can be sure that the API is always available, even if a node fails.
And of course I want to use this great plugin for proxmox. But then I can't use the URL provided by traefik because this dynamic configuration for the traefik start is not available. So I have to pick a node and thus have the uncertainty that the node may not be available.
I don't know how to solve this at the moment. Proxmox could allow access to the API via socket like docker or the plugin itself has to implement a load balancer again as with the dynamic configuration. It all sounds very complex and complicated to me.
Ultimately, I'm just sharing my thoughts here. What do you think?