kubernetes-ontology is open: what Kubernetes failure mode should the graph explain next? #23
Colvin-Y
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi folks, I just open-sourced
kubernetes-ontologyand would love feedback from people who debug Kubernetes clusters, build platform tooling, or experiment with AI-agent operations.Repo: https://github.com/Colvin-Y/kubernetes-ontology
Landing page: https://kubernetes-ontology.vercel.app
kubernetes-ontologyis a read-only Kubernetes topology and diagnostic service. It reads objects from the Kubernetes API, builds an in-memory evidence graph, and exposes CLI / HTTP queries plus a local topology viewer.The current MVP focuses on:
The safety model is intentionally conservative: no observed workload mutation, no mutating webhook, no business CRD requirement, no graph database requirement, and no runtime writes to the Kubernetes resources being diagnosed.
I am especially looking for feedback on three things:
If you try it, opening an issue or replying here with a concrete failure mode would be hugely helpful. Stars are appreciated too, but concrete debugging stories are the real fuel for the next iteration.
All reactions