Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ingress / Frontend gateway #373

Open
fculpo opened this issue Aug 18, 2021 · 2 comments
Open

Ingress / Frontend gateway #373

fculpo opened this issue Aug 18, 2021 · 2 comments

Comments

@fculpo
Copy link

fculpo commented Aug 18, 2021

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 fculpo changed the title Ingress component Ingress / Frontend gateway Aug 18, 2021
@hamishforbes
Copy link
Contributor

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

@pracucci
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants