Hacker News new | ask | show | jobs
by mhio 1203 days ago
In what way is the kubernetes API loose schema'd?
1 comments

It’s not loose schema at all. All the tools that wrap it are.

You don’t know something is going to work unless you actually do it.

Ah gotcha.

I wonder if anyone's converted the API spec into json-schema, might be easier to plug into tools then.

edit: yes, and the tooling in front of it. https://github.com/yannh/kubeconform

following on original work from https://github.com/instrumenta/kubernetes-json-schema