possibility of having docker-swarm and kubernetes together

8/21/2018

Can I run both docker swarm and kubernetes on same nodes , can overlay network and kubernetes internal cluster network work together ?

-- Rajib Mitra
docker
docker-swarm
kubernetes

1 Answer

8/21/2018

Technically yes, but it's not as good an idea as it sounds at first. Unfortunately it confuses Kubernetes about the amount of resources available on the nodes.

-- Janos Lenart
Source: StackOverflow