Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.21 KB

CROC Kubernetes

Kubernetes cluster installer based on Terraform to use with CROC cloud.

Getting Started

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.

Prerequisites

To run this setup you will need

terraform 0.11
packer
ansible

Installing

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

Built With

  • Terraform - Infrastructure as Code tool to provision and manage any cloud infrastructure, or service
  • Packer - To build machine images
  • Ansible - To provision machine images

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details