AvitalTamir / cyphernetes

A Kubernetes Query Language
https://cyphernet.es
Apache License 2.0
527 stars 11 forks source link

Automate relationships #95

Closed AvitalTamir closed 1 month ago

AvitalTamir commented 2 months ago

Relationships between resources are currently hard-coded while many could be discovered automatically. The cluster's OpenAPI doc contains a lot of information which can be used to discover common relationships such as owner references, or fields such as secretName, configMapName and so on.