apptio / kr8

An opinionated Kubernetes cluster configuration management tool
https://apptio.github.io/kr8/
MIT License
167 stars 17 forks source link

Support for external components #13

Open jaxxstorm opened 5 years ago

jaxxstorm commented 5 years ago

Currently, we check the components for a cluster by looking at the path:

nginx_ingress: { path: 'components/nginx_ingress' }

It would be nice to be able to specify external modules here, maybe with the https://github.com/hashicorp/go-getter ?