Getting Started
Get up and running with gNMIc Operator
Welcome to the gNMIc Operator documentation. This guide will help you deploy and manage gNMIc telemetry collectors on Kubernetes.
gNMIc Operator is a Kubernetes operator that manages the lifecycle of gNMIc collectors. It allows you to:
| Resource | Description |
|---|---|
| Cluster | A gNMIc collector deployment (StatefulSet + Services) |
| Pipeline | Connects targets, subscriptions, and outputs together |
| Target | A network device to collect telemetry from |
| TargetProfile | Shared configuration for targets (credentials, TLS) |
| Subscription | Defines what data to collect (paths, mode, interval) |
| Output | Where telemetry data is sent (Prometheus, Kafka, etc.) |
| Input | External data sources (Kafka, NATS) |
Get up and running with gNMIc Operator
Core concepts and architecture of gNMIc Operator
Detailed guides for configuring gNMIc Operator resources
Advanced configuration and operational topics
Learn by starting with ready made examples
API reference and configuration options