Provision a kubernetes cluster with Terraform and Kops on Amazon Web Services.
In this example we deploy to AWS a sample of RESTFul API using Spring Boot Hateoas.
Or install all depencencies with the script ruh.sh:
./run.sh 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.
- Docker 17.05 or later to build the Docker image of Spring Boot Hateoas.
Run on your machine and take the coffee break time:
./run.sh provision