Kubernetes cluster installer based on Terraform to use with CROC cloud.
These instructions will get you a copy of the project up and running on CROC cloud. See deployment for notes on how to deploy the project on a live system.
To run this setup you will need
terraform 0.11
packer
ansible
To start this project please get /c2rc.sh script from CROC cloud and source it. After you will have it run
terraform init
terraform apply -var-file vars/dev.tfvars
And then to connect to your instances run
terraform output ssh > id_rsa
chmod 0600 id_rsa
ssh ec2_user@node_ip -i id_rsa
- Terraform - Infrastructure as Code tool to provision and manage any cloud infrastructure, or service
- Packer - To build machine images
- Ansible - To provision machine images
- Pavel Selivanov - Initial work - Southbridge
This project is licensed under the MIT License - see the LICENSE.md file for details