Hey all! :wave: I recently stumbled upon this comm...
# general
p
Hey all! 👋 I recently stumbled upon this community and thought it would be a great place to seek some guidance. With over 15 years in software engineering, spanning IC, management, and architecture roles, I've always had a passion for engineering enablement. Recently, I've been given a project to create an interface that helps engineers request VMs more seamlessly. I think an IDP is the right approach and it seems to have the right UX and orchestration capabilities, but I'm not sure how much the solutions depend on Kubernetes for the deployable artifact. More background information. • The VMs are composed of effectively, three different teams and three different repos: networking repo, storage, and compute. Each repo manages the components separately and they pass outputs between each other for downstream consumption.
• The IaC in each repo is TF. • The
tf apply
is exclusively run through a predefined action in GitHub Action.