Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/magec/k8s-test
- Owner: magec
- License: mit
- Created: 2021-03-06T23:20:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T09:48:00.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T20:47:57.260Z (3 months ago)
- Topics: aws, k8s, puppet, terraform
- Language: Puppet
- Homepage:
- Size: 7.39 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)