paregupt / ucs_traffic_monitor

Cisco UCS traffic monitoring using Grafana, InfluxDB and Telegraf
MIT License
81 stars 25 forks source link

Add dockerfiles and helm charts to the project to deploy the full stack (influxdb, telegraf, and grafana) as containers #85

Open wgjhstt247 opened 2 years ago

wgjhstt247 commented 2 years ago

Currently, the project provides instructions to manually install each component on a virtual machine. Please update the project and installation instructions to include dockerfiles and helm charts for container deployment.

paregupt commented 2 years ago

When I investigated in earlier, most customers preferred having a VM. That's why I created an OVA. I still don't come across many requests for containerized deployments, although it's totally do-able. The project is open if you or others want to contribute. I won't have cycles for it for now.

bouthib commented 2 years ago

The project also provide ansible playbook to install each component on a virtual machine (see ansible-install). I know you were asking for container deployment but just to let you know.