microsoft / bedrock

Automation for Production Kubernetes Clusters with a GitOps Workflow
MIT License
129 stars 12 forks source link

Service Introspection Epic #584

Open andrebriggs opened 4 years ago

andrebriggs commented 4 years ago

User Stories

As a developer/operator, I'd like to:

Related to #248

andrebriggs commented 4 years ago

One compromise for A way to "initialize" the service introspection tool is to create a shell script that:

This script can then be easily used imported in a Terraform template and be instantiated here at some point in the future

sarath-p commented 4 years ago

@andrebriggs - we can make assumptions that the dependencies are in place for service introspection. For ex: cluster is already running with flux and AKV. We can create shell script or some other way for all new resources required/introduced for service introspection are created until they are implemented in right modules at some point.