After almost 1.5 year of Rancher utilization with Cattle orchestration, we are asking ourselves if we are not missing something using another orchestrator.
We are using Rancher for managing our microservices architecture in an AWS infrastructure (about 200 microservices). Topology is persisted in Consul which automatically updates Application Load Balancer through a little homemade python service.
Until now we are completly satisfied with rancher/cattle … except for 2 points :
1-DNS Load Balancing : This very attractive feature does’nt work at all. When I call a nodejs Service B from an other nodejs service A, if I scale up service B, each call always arrives on the same instance.
2-Automatic rebalancing : Our EC2 are in auto-scaling groups. So if we scale down from 3 VM to 1 VM for example, each container is reallocated on the last VM. But if we scale up from 1 to 3 VM, existing containers are not redispatch to the newly created VMs.
Those 2 points are very annoying, but we deal with it.
So, my questions are :
1- I think that I know the response, but do you think that those two points above can be fixed if we switch to K8S or swarm?
2 - Which orchestrator do you prefer?
3 - What are the features of K8S/Swarm in rancher that makes it the best choice among the 3 orchestrators.
Thank you for your advice