Heja there,
is there any way to use contraint or affinity to schedule a job to the host currently running the keepalived dynamic-ip?
Long: I’m running a small cluster with fixed ips but also some additional VIPs with keepalived. This all works well, what I can’t get my head around how I could schedule the workloads through nomad so that it lands on the host which is running the VIP at that time.
My first thought was to use host_network in client config with reloading nomad service on the fly through the keepalived scripts. But I cant get it to work this way.
Currently running 1.0.0-b3 still.