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

feat: add distributed mode to loki helm chart #11842

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

trevorwhitney
Copy link
Collaborator

What this PR does / why we need it:

This PR adds a distributed mode to the official Loki helm chart, largely taken from loki-distributed. At this point all the pods come up, but I doubt it's actually ingesting/querying logs successfully. However, I wanted to get it up so we can start collaborating and moving forward on this.

Note, if we merge this, it may block our ability to bump the helm version for a bit as we'd want to make sure it actually works before doing so, as that will "release" it. I think that's probably a worthwhile trade-off as many in the community have asked for this functionality, but we should probably at least make sure it's ingesting/querying correctly before merging.

This PR adds a new k3d env which can be spun up with make loki-distributed in the tools/dev/k3d folder so we can test it locally.

**What this PR does / why we need it**:
Components were expecting the port name to be `http` instead of
`http-metrics`.

**Which issue(s) this PR fixes**:
N/A
**What this PR does / why we need it**:
Modify our nginx proxy pass to redirect to microservices components
correctly.
Modify index-gateway to run in simple mode by default.
Fix distributor svc target port (http-metrics instead of `http`).

**Which issue(s) this PR fixes**:
N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants