Megan O'Keefe
Megan O'Keefe
Original issue title: Adjust CPU/Memory requests based on actual resource footprint 1) Analyze a running version of Online Boutique to determine the actual CPU / Memory usage of each service...
Reason - make the release manifests more modular for kustomize / trainings. Mirror the structure of kubernetes-manifests/*.yaml and update the hack/ release scripts to not concatenate all the YAML resources...
@NimJay: @askmeegs When you find time, could you please elaborate on the description here?
Uptime checks for the production deployment of OnlineBoutique have been failing once every few weeks. Looking at `kubectl events` timed with an uptime check failure -- ``` 38m Warning NodeSysctlChange...
Add Kustomize base + overlay structure to replace the following -- - hack script that produces kubernetes-manifests --> release/kubernetes-manifests workflow (use kustomize to inject image tag + generate manifests) This...
Add Kustomize base + overlay structure to replace the following -- - hack script that produces dev-kubernetes-manifests --> kubernetes-manifests release workflow (use kustomize to inject image tag + generate manifests)...
Current we have a pylint file - https://github.com/GoogleCloudPlatform/bank-of-anthos/blob/master/.pylintrc - that ignores certain pylint errors in the Python service source code. Let's try to remove most of these ignores to get...