Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Rehman authored May 9, 2017
1 parent ec92300 commit fb4002e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# TerraKube - Formerly Prototype-X

## This repo is currently in Beta.

Welcome to Terrakube, a project of mine brought from personal passion and frustration with current Kubernetes offerings on AWS.

This repo is designed to equip you with everything you require to provision a Highly Available Kubernetes Cluster on AWS.
Expand All @@ -22,14 +20,6 @@ Prerequisites: Install Terraform, jq and AWS cli. Have access to BASH!
5. To destroy - make destroy, please ensure you kubectl delete any services (ELB) prior to this.
```

## To push state to remote S3 and generate a Terragrunt config file:

```
'make create-remote' && 'make terragrunt'
To delete remote state bucket: 'make delete-remote' - careful with this one.
```

## General structure - in depth will be done later:

### VPC module:
Expand Down Expand Up @@ -76,6 +66,7 @@ This will be further documented later. Demo includes use of Traefik as Ingress c

## Todo:

- Add support for the newer inbuilt Terraform features (remote state locking etc)
- Document how each module works and the general structure, create a fancy Diagram
- Add optional cool lambda, OpenVPN, DroneCI and other addon modules.

Expand Down

0 comments on commit fb4002e

Please sign in to comment.