Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ceddybi/k8s-homework


https://github.com/ceddybi/k8s-homework

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

## Workflow
- First set up the cluster with terraform like below
- Update CI configuration with k8 cluster information

## Deployment mechanism
A push to `master` branch should start a github action, that builds the docker images, pushes it to ECR, after it updates the deployment in k8s with the new docker image.

To run this example you need to execute:

```bash
$ cd terraform
$ terraform init
$ terraform plan
$ terraform apply
```