Files
dsk-iac/kubespray/docs/cloud.md
havelight-ee 4c32a7239d update
2023-05-30 14:44:26 +09:00

406 B

Cloud providers

Provisioning

You can deploy instances in your cloud environment in several different ways. Examples include Terraform, Ansible (ec2 and gce modules), and manual creation.

Deploy kubernetes

With ansible-playbook command

ansible-playbook -u smana -e ansible_ssh_user=admin -e cloud_provider=[aws|gce] -b --become-user=root -i inventory/single.cfg cluster.yml