-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Action] Make Grafana dashboards publicly accessible from cluster #31
Comments
I Can help with this issue |
@dipankardas011 thanks for taking #30 @greenscale-nandesh thanks for taking this one. As of #36 the K3s install of Traefik is now deployed to the cluster. As a starting point it would be worth investigating if we can enable the Grafana ingress via the kube-prometheus-stack helm chart https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack We can then look into getting a DNS entry and cert. We should also investigate adding an elastic IP to the worker node. Nandesh, let me know if anything is unclear or you want to sync on this. |
We would like to have a DNS record for the cluster so we can have public grafana dashboards. e.g. tag-env-green-reviews.cncf.io @leonardpahlke Could you help with this? |
Yes. I can open a ticket once we have an elastic IP and a dashboard to display smth. I would ask for |
@nikimanoledaki @leonardpahlke @AntonioDiTuri Grafana is now available via the elastic ip '147.75.40.83' should we go with You can access it at http://147.75.40.83/ |
Given: docs/home page we have this subdomain |
for what all things we need to decide the domain for? |
We can get the domain registered. If we plan to have other pages too we could also opt for |
+1 For
|
I think the dashboard is the primary site so what about using +1 for docs.green-reviews.tag-env-sustainability.cncf.io |
what about |
for the docs it might be good if we keep it as the root of the subdomain and all other in the subdomain like |
@leonardpahlke like we agreed in WG meeting domain will be |
👍 - |
will wait for #65 (comment) - so we register both CNAME’s at once |
had one question what are we going to use nginx lb or nginx gateway api? |
@leonardpahlke We can share the SCI dashboard publicly but it will need code changes because we use template variables which is not supported grafana/grafana#67346 (comment)
@dipankardas011 Grafana already has an ingress managed via the helm chart. We use the traefik ingress controller that ships with k3s. We will likely need to add cert-manager to the cluster managed by Flux and configure LetsEncrypt to issue a cert. Once the domain is set up we can add that. |
opened a servicedesk ticket |
This issue is to make our Grafana dashboards public accessible from our Equinix cluster.
We already have the Kepler dashboard deployed by Flux #16
For #20 we want to be able to visualize the metrics we are interested in collecting.
Tasks
tag-env-green-reviews.cncf.io
that routes to elastic IPNetworking
Open Questions
The text was updated successfully, but these errors were encountered: