carlosedp / cluster-monitoring

Cluster monitoring stack for clusters based on Prometheus Operator
MIT License
740 stars 200 forks source link

Added nginx module #85

Closed Nashluffy closed 4 years ago

Nashluffy commented 4 years ago

This adds support for the nginx ingress controller. Similar to the Traefik support, and includes an nginx ingress dashboard.

The module assumes a few things about how nginx ingress is installed in your cluster...

Here's a screenshot of what the dashboard looks like.

Screenshot from 2020-08-16 00-24-05

Nashluffy commented 4 years ago

Oops, I realize I accidentally committed a bunch of manifest files. Fixing now.

Edit: Fixed

carlosedp commented 4 years ago

This is very nice, thanks for the PR and the review!