https://github.com/reoring/terraform-aws-microk8s
You can easily deploy MicroK8s environment on AWS by terraform.
https://github.com/reoring/terraform-aws-microk8s
aws microk8s terraform
Last synced: 12 months ago
JSON representation
You can easily deploy MicroK8s environment on AWS by terraform.
- Host: GitHub
- URL: https://github.com/reoring/terraform-aws-microk8s
- Owner: reoring
- License: mit
- Created: 2019-09-06T12:35:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T01:12:27.000Z (almost 7 years ago)
- Last Synced: 2025-07-04T21:58:08.496Z (12 months ago)
- Topics: aws, microk8s, terraform
- Language: HCL
- Homepage:
- Size: 10.7 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security-groups.tf
Awesome Lists containing this project
README
# MicroK8s on AWS by Terraform
This repository supports deploying MicroK8s environment on AWS by terraform.
## Build image that included microk8s
```
make build
```
## Generate terraform.tfvars
```
make generate-tfvars
```
## Deploy microk8s instance on AWS
```
make deploy
```
## Deploy sample kubernets app
```
make deploy-sample
```
## Open sample app
```
make open-sample-url
```