Docker Compose
The purpose of this deployment is to achieve redundancy, high-availability via clustering.
This deployment example includes:
- A 3 instances
gnmic
cluster, - A single InfluxDB output
The leader election and target distribution is done with the help of a Consul server
Deployment files:
Download the files, update the gnmic
config files with the desired subscriptions and targets.
Deploy it with:
sudo docker-compose up -d
Check the InfluxDB Output documentation page for more configuration options.