I have 3 VPS based on Ubuntu 18.04 server and would like to build a kubernetes cluster.
I going to use Kubespray to install the Kubernetes cluster and my questions are:
- How to prepare servers, that they can talk to each other
- How to setup the firewall, that the communication between VPS do not block
- Is it possible to configure the firewall, to open particular port for a particular IP address. For example, only a VPS with 1.11.111.110 is allowed to access the port 10255 on VPS 1.11.111.111.
- What else do I have to consider?