c12s-kubespray/docs/cloud.md

14 lines
410 B
Markdown
Raw Normal View History

2016-07-04 12:13:18 +00:00
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.
2016-07-04 12:13:18 +00:00
#### Deploy kubernetes
With ansible-playbook command
2016-07-04 12:13:18 +00:00
```
ansible-playbook -u smana -e ansible_ssh_user=admin -e cloud_provider=[aws|gce] -b --become-user=root -i inventory/single.cfg cluster.yml
```