Mike Patterson
Mike Patterson
During upcoming training session we have 10+ people using the same AWS account. A few simple changes could avoid name collisions. ## Cloudformation templates: * Instruct people to add their...
* Book instructions for macOS state `brew install terraform` * That _currently_ installs `0.14.7` version * 00-preface/hello-world main.tf `required_version = ">= 0.12, < 0.13"` * It would be nice to...
- We have a single very large PagerDuty used by many teams. - Using Chrome Dev Tools Network tab I saw in a graph with a 24hr period it made...
Feature: skip expected replicaSets from deployments and statefulsets, as well as jobs from cronjobs
Problem: I don't want to alert/include standard replicasets associated with deployments, statefulsets in a report /slack message as this distracts from what I consider truly orphaned resources. Similarly I'd like...
## Description - Adds optional `app_grp` parameter to enable organizing gitops files by application groups `cloud/**app_grp**/namespace/cluster` _(eg all the backend team apps)_ as opposed to `cloud/namespace/cluster` alone. ## Related Issue...
- We often have engineering teams who own groups of applications as opposed to fully dedicated namespaces and clusters per team. - It is challenging to maintain CODEOWNERS files for...