So I have already images in my dockerhub
which are ready to use as I have already setup a kubernetes cluster on a server. My next step is to achieve something similar using docker swarm. I do not really know how to get started so I am asking in here.
The kubernetes cluster is running on a bare metal ubuntu VPS server
and looks like this:
My question is:
How to set up a single node cluster (one master only, no workers) on a
bare metal ubuntu VPS
? I did not found much out there, are there any significant changes I need to take care about (similar to themetalLB
in the kubernetes cluster)?