You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repositories are relatively small in scope in the current implementation, mainly as a grouping of cognitive abilities. For example, networking is a complex platform layer, as is Kubernetes. Kubernetes comprises many technologies, fleets, Istio, cert-manager, etc. In most cases, the platform developers working in the Kubernetes space cannot switch contexts across the two well.
The repositories also limit the blast radius of change and preserve tight access controls. For example, Terraform state (sensitive data), Google Cloud organizational groups, and IAM roles for all resources.
A trade-off to these decisions is creating multiple pull requests across multiple repositories that may or may not have dependencies on each other:
We need to add gke service account to registry readers groups.
What can be done to simplify and improve this workflow? Please keep in mind that the consumption of this is the platform developers eating their dog food and not a workflow targeted at stream-aligned teams.
### Google Cloud Hierarchy
- [ ] https://github.com/osinfra-io/google-cloud-hierarchy/issues/167
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Repositories are relatively small in scope in the current implementation, mainly as a grouping of cognitive abilities. For example, networking is a complex platform layer, as is Kubernetes. Kubernetes comprises many technologies, fleets, Istio, cert-manager, etc. In most cases, the platform developers working in the Kubernetes space cannot switch contexts across the two well.
The repositories also limit the blast radius of change and preserve tight access controls. For example, Terraform state (sensitive data), Google Cloud organizational groups, and IAM roles for all resources.
A trade-off to these decisions is creating multiple pull requests across multiple repositories that may or may not have dependencies on each other:
We need to add gke service account to registry readers groups.
What can be done to simplify and improve this workflow? Please keep in mind that the consumption of this is the platform developers eating their dog food and not a workflow targeted at stream-aligned teams.
The text was updated successfully, but these errors were encountered: