Skip to content

2.3 Deployment

rodmichael edited this page Aug 15, 2019 · 2 revisions
  1. Create ssh key pair
  2. Create corresponding VMs. In case they are created in a cloud platform, make sure you add the ssh public key during creation
  3. Make sure python is installed on every VM
  4. Modify vars.yaml file accordingly
  5. If not already done so, copy ssh public key to all the VMs
  6. Build the kubernetes cluster
cd ansible-playbooks
ansible-playbook -i inventory -e sshkey=SSHKEY_PATH k8s-cluster-deployment/main.yaml 

NEXT - Network Model 2.0

Clone this wiki locally