We need all machines up and running. At first we will setup the loadbalancer.
$ cat /etc/hosts
####################################################################
# IP FQDN ALIASES
#-------------- --------------------------- ------------------------
# Loadbalancer
<lb ip> <lb fqdn> <lb alias>
# K8s Server
<k8s server 1 ip> <k8s server 1 fqdn> CP_NODE_1 # <- We need the alias names in the nginx config
<k8s server 2 ip> <k8s server 1 fqdn> CP_NODE_2
<k8s server 3 ip> <k8s server 1 fqdn> CP_NODE_3