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

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.

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
```