Teach Vantage to read the Kubernetes API
use the new persistence guide to add a data source for kubernetes, stop when done
Kubernetes doesn't hand back flat rows — it returns deeply
nested objects, with numbers hidden inside strings like
"16331752Ki", and relationships made of owner-references and
label selectors instead of foreign keys. Following Vantage's
own guide for adding a backend, the agent built a native data source that
flattens all of it into typed, related rows.
deployed_code Out came vantage-kubernetes — a new crate, ~5,900 lines, 17 tests green. Written by the agent, reusable by anyone.