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