In Docker 1.12 (currently on RC2) will be a new swarm orchestration feature. It's using IPVS for load balancing. Unfortunately the required kernel module ip_vs is not available in scaleway's kernel images.
I had a look at the .config of current Ubuntu 16.04 (Kernel 4.4.0). They have these flags:
In Docker 1.12 (currently on RC2) will be a new swarm orchestration feature. It's using IPVS for load balancing. Unfortunately the required kernel module
ip_vs
is not available in scaleway's kernel images.I had a look at the .config of current Ubuntu 16.04 (Kernel 4.4.0). They have these flags:
and many more. I assume this can be easily enabled in menuconfig.
It would be great to be able to try latest Docker 1.12rc2 using Scaleway