Garland Kan
Garland Kan
We would like to add Digital Ocean to the kubernetes-ops so that it can be managed in the same way as AWS. We would like the same "ease" of management...
Move this module out to it's own repository: https://github.com/ManagedKube/kubernetes-ops/tree/main/terraform-modules/aws/vpc This will allow us to more cleanly update this module's lifecycle and provide clear releases for it. Todo - [ ]...
We should use this to check for drift on a continuous basis: https://github.com/dflook/terraform-github-actions#checking-for-drift Then it should update a markdown page of the status on every run to produce something like...
On an apply there should be a set of E2E test that runs to make sure everything still works https://github.com/ManagedKube/kubernetes-ops/actions/runs/1321582892 Something simple like going to the grafana's URL or something...
Turn this into a module for aws so it can get the ACM cert. Make this optional for people who wants to use ACM instead of cert-manager
This project is very interesting in that it has a bunch of github actions for TF: https://github.com/dflook/terraform-github-actions The lint looks like it actually post to the line number that had...