koki / short

Manageable Kubernetes manifests through a composable, reusable syntax
https://docs.koki.io/short
Apache License 2.0
122 stars 14 forks source link

[proposal] lower level short DSL for BYO installers #204

Open jayunit100 opened 6 years ago

jayunit100 commented 6 years ago

I've built my own installer: https://github.com/jayunit100/perceptor/blob/581d702120864d3f1a1d4be51765d7ee2659f178/contrib/cmd/hydra_install/prime.go#L1

That gives me a lower level interface to configuring things.

Wondering if maybbe we can join forces to test such a DSL on kube and openshift ? Just an idea,...

wlan0 commented 6 years ago

How do you envision the installer, Would it be a SDK or a plugin?

Would it directly take the short resources, convert them and create them in kubernetes?

Do you have any thoughts on how this would work with multiple versions of Kubernetes or OpenShift?

This might be the right kind of start to support various installers (kube, openshift, pks etc.) in short.