Provision a MongoDB Sharded Cluster with Terraform and Kops (Kubernetes Cluster) on Amazon Web Services.
Run the script with parameter provision
:
./run provision
Or install all depencencies with the script:
./run setup
Important:
AWS Credentials with all permission for create EC2 instances, Security Groups, Elastic Container Registry (ECR), VPC, Subnet, Internet Gateway, ELB and S3 Bucket.
This is a set of terraform files and bash scripting designed to create a Kubernetes cluster environment from scratch with MongoDB Sharded Cluster on Amazon Web Services.
Other functions, please run the script with parameter usage
:
./run usage
We welcome contributions! If you have an idea or contribution that might improve this repository, see CONTRIBUTING for more information on how to get started. Questions are also welcome (as issues). We gladly credit all contributors.