If you want to expose kubernetes by a query language, why not expose an SQL interface?
back
1 comments
I personally am a fan of Cypher and a Cypher-inspired language to describe graph operations in Kubernetes had been a dream of mine for several years until I eventually mustered the courage to create it myself.
I just think it’s a great fit, much more than SQL!
I’m aware picking up a new language will be a barrier for most to pick it up, and that’s fine.
In any case I think this is an interesting tool worth sharing and I hope to find a few more that will be into it, who knows!
While doing the research for this tool I did however come across two projects that do exactly what you describe:
kubeql: https://github.com/saracen/kubeql kubesql: https://github.com/xuxinkun/kubesql
I’m not sure if either graduated past doing read operations, and both aren’t maintained anymore.