golemites / golemites-core

http://golemites.org
6 stars 0 forks source link

Declarative installation support #17

Open tonit opened 5 years ago

tonit commented 5 years ago

Inspired by https://github.com/deislabs/cnab-spec/issues/285 it is actually very common in k8s to have declarative installation methods (aka plain yamls people need to apply) instead of (lets say) running a golemites plugin (installer) or (e.g.) tiller (from helm).

So golemites plugins should also produce plain resources in yaml serialization for manual/declarative application. I think.