Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magec/k8s-test

Implementation of 'kubernetes the hard way tutorial' using terraform/puppet in AWS.
https://github.com/magec/k8s-test

aws k8s puppet terraform

Last synced: 14 days ago
JSON representation

Implementation of 'kubernetes the hard way tutorial' using terraform/puppet in AWS.

Awesome Lists containing this project

README

        

# Kubernetes the not that hard (but kinda) way
An implementation using terraform and puppet of a kubernetes cluster based on https://github.com/kelseyhightower/kubernetes-the-hard-way

## Installation
You just have to have docker installed (also make).

## Execution
The script will create everything needed. You'll need to pass your AWS key pair with admin priviledges.

```
AWS_SECRET_ACCESS_KEY=SECRET AWS_ACCESS_KEY_ID=NO_SECRET ./bin/cli setup
```

This is just a way of testing stuff NO WARRANTY OF ANY KIND. The script is idempotent.

An example
![](docs/execution.gif)