grafana/k8s-monitoring-helm

Difficulty Debugging New Components

Closed this issue · 1 comments

I've been using the Alloy chart as the central installation for Alloy in my Kubernetes cluster. However, I'm encountering difficulties when trying to debug new components added to the extra configuration.

Is there a way to expose the Alloy UI, and if so, can it be accessed locally via a port forward setting?

Any documentation or guidance on debugging these components would be greatly appreciated!

Nit: kubectl port-forward svc/grafana-k8s-monitoring-alloy 12345:12345

Works well for me, it would still be nice to have it on the documentation thought !