Add client cert to support mTLS
[it/test.git] / XTesting / kubespray / docs / cloud.md
1 # Cloud providers
2
3 ## Provisioning
4
5 You can deploy instances in your cloud environment in several different ways. Examples include Terraform, Ansible (ec2 and gce modules), and manual creation.
6
7 ## Deploy kubernetes
8
9 With ansible-playbook command
10
11 ```ShellSession
12 ansible-playbook -u smana -e ansible_ssh_user=admin -e cloud_provider=[aws|gce] -b --become-user=root -i inventory/single.cfg cluster.yml
13 ```