Hacker News new | ask | show | jobs
by throwaway122kk 2028 days ago
If k8s was being designed from ground up I would want a move away from yaml for configuration to a strongly typed DSL, something like gradle doing with move to Kotlin DSL from weak groovy DSL.

This would mean better integration/autocomplete in editors and no time wasted on silly things like number of indents being wrong.

1 comments

You may be interested in https://github.com/stripe/skycfg, which we use to generate Kubernetes resources using its native Protobuf data model.