Show HN: Koreo – A platform engineering toolkit for Kubernetes
11–20 of 47 posts
Re: Show HN: Koreo – A platform engineering toolkit for Kubernetes
#12Yaml is no go for me.
Gradually typed languages, with support of unkown values, like Nickel can be good.
Re: Show HN: Koreo – A platform engineering toolkit for Kubernetes
#13> Koreo is the engine that powers Konfigurate, a batteries-included developer platform for startups and scaleups. Yaml is no go for me. Gradually typed languages, with support of unkown values, like Nickel can be good.
Re: Show HN: Koreo – A platform engineering toolkit for Kubernetes
#14> Koreo is the engine that powers Konfigurate, a batteries-included developer platform for startups and scaleups. Yaml is no go for me. Gradually typed languages, with support of unkown values, like Nickel can be good.
Re: Show HN: Koreo – A platform engineering toolkit for Kubernetes
#15> Koreo is the engine that powers Konfigurate, a batteries-included developer platform for startups and scaleups. Yaml is no go for me. Gradually typed languages, with support of unkown values, like Nickel can be good.
But if Kore starts where Kustomize ends (selectors like, inheritance like, binding like things) and covers 100% of Kustomize. But builds on top (i see CEL usage). I can be intresting to use this instead of Kustomize.
> However, the two tools are not mutually exclusive. In some cases it can make sense to use Kustomize in combination with Koreo!
Would be awesome Koreo make Kustomize no need. I feel insane getting into project where Helm, Kustomize and Koreo used at same time(they always do this).
So if Koreo and Helm only, would be nice gradual step. One bad yaml with other bad yaml.
Re: Show HN: Koreo – A platform engineering toolkit for Kubernetes
#16> Koreo is the engine that powers Konfigurate, a batteries-included developer platform for startups and scaleups. Yaml is no go for me. Gradually typed languages, with support of unkown values, like Nickel can be good.
But if Kore starts where Kustomize ends (selectors like, inheritance like, binding like things) and covers 100% of Kustomize. But builds on top (i see CEL usage). I can be intresting to use this instead of Kustomize.
Re: Show HN: Koreo – A platform engineering toolkit for Kubernetes
#17Timoni ticked so many boxes for me. Hoe does this compare?
Re: Show HN: Koreo – A platform engineering toolkit for Kubernetes
#18> Koreo is the engine that powers Konfigurate, a batteries-included developer platform for startups and scaleups. Yaml is no go for me. Gradually typed languages, with support of unkown values, like Nickel can be good.
Re: Show HN: Koreo – A platform engineering toolkit for Kubernetes
#19What advantages does this offer over rolling my own CRD and operator? Assume it takes me 4 hours to write an operator end to end.
Re: Show HN: Koreo – A platform engineering toolkit for Kubernetes
#20Just one more YAML bro I swear trust me bro just one more meta level will solve everything just one more yaml please I promise you it's not bad just write yaml it's simple and clean just some more yaml man just one more yaml file you will certainly not regret it just add one more yaml (Congratulations on the launch, looks interesting!)
We wound up exposing this as YAML purely because there's a lot of tooling out there for dealing with YAML. I am not sure if that's a good reason or not.... Writing the language server was quite nasty because of that choice! Our hope was that the language server and structural type checking (which is very simplistic at the moment) and testing framework can make it feel more like a real language and less YAMLy.