cortex-jsonnet icon indicating copy to clipboard operation
cortex-jsonnet copied to clipboard

Ingress / Frontend gateway

Open fculpo opened this issue 3 years ago • 2 comments

Hi,

The official helm chart deploys nginx replicas and allows creation of an Ingress to forward incoming traffic to the correct components (mainly distributors).

How is this handled by this project ? I don't see any reference to Ingress, nor webserver component.

fculpo avatar Aug 18 '21 18:08 fculpo

It's not. As I understand it Grafana themselves run an authentication proxy layer in front of distributors in their Grafana Cloud setup, which understandably isn't included in this repo.

I've used Envoy to provide even load balancing across distributors like this: https://gist.github.com/hamishforbes/a6a02721d51ca22ea05e35c93cb88242

hamishforbes avatar Sep 21 '21 23:09 hamishforbes

As I understand it Grafana themselves run an authentication proxy layer in front of distributors in their Grafana Cloud setup, which understandably isn't included in this repo.

Correct. We use a proprietary authentication layer coupled with our infrastructure.

pracucci avatar Sep 28 '21 15:09 pracucci