kubernetes-ops
kubernetes-ops copied to clipboard
Running Kubernetes in production
Graviton instances are based on ARM 64 bit architecture and offer great price/performance ratios. I tried adding a new node group (ng2) for Graviton instances: ``` node_groups = { ng1...
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 - [ ]...
Adding Kiali terraform module to use with do-infrastructure
minimuze -> minimize
This is a doc on Helm troubleshooting. I instantiate Ingress Nginx in Helm through Terraform Cloud for AWS ELB. The issue I have is when I run the command `kubectl...
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