Examples¶
Each example starts from a running operator, gives you manifests to apply, and ends with an observable result. Begin with the Git path; add other sinks only when their delivery model is what your consumer needs.
Collect¶
- Your first inventory — Deployment images to a Git diff.
- Helm and Argo release inventory — extract release metadata.
- Cluster-scoped rollup — aggregate across selected namespaces.
- Multi-tenant watch scope — opt teams and namespaces in.
- Team-owned operator — install with minimal, namespaced RBAC.
Export¶
- Git snapshot sink — export a diffable snapshot.
- S3 and GCS object storage — write durable bucket objects.
- Postgres state store — query current inventory relationally.
- MongoDB sink — maintain document-oriented current state.
- BigQuery sink — export analytics-ready inventory.
- Kafka event sink — publish changes for stream consumers.
- NATS event sink — emit changes through JetStream.
- Multi-sink fan-out — drive independent destinations from one inventory.
- Connection tests — probe a sink without exporting inventory.
Fleet and automation¶
- Multi-cluster fleet — partition several cluster writers in a shared sink.
- Pipeline CLI — collect from CI/CD without running the operator.
The custom-resource reference documents every supported field. For a failed example, use the page's troubleshooting section and the canonical troubleshooting guide.