chore: added source

This commit is contained in:
Michele Cereda
2023-11-30 18:47:35 +01:00
parent 1a20a88867
commit cfd6df6c30
2 changed files with 12 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ Useful dashboards:
- Official [helm chart]
- [Set up prometheus and ingress on kubernetes]
- [How to integrate Prometheus and Grafana on Kubernetes using Helm]
<!--
References
@@ -73,4 +74,5 @@ Useful dashboards:
[helm chart]: https://github.com/grafana/helm-charts/tree/main/charts/grafana
<!-- Others -->
[how to integrate prometheus and grafana on kubernetes using helm]: https://semaphoreci.com/blog/prometheus-grafana-kubernetes-helm
[set up prometheus and ingress on kubernetes]: https://blog.gojekengineering.com/diy-how-to-set-up-prometheus-and-ingress-on-kubernetes-d395248e2ba

View File

@@ -11,7 +11,11 @@
Installation:
```sh
helm upgrade --install --namespace monitoring --create-namespace prometheus prometheus-community/prometheus
helm repo add \
'prometheus-community' 'https://prometheus-community.github.io/helm-charts'
helm upgrade --install \
--namespace 'monitoring' --create-namespace \
'prometheus' 'prometheus-community/prometheus'
```
The server can be accessed via port 80 on `prometheus-server.monitoring.svc.cluster.local` from within the cluster.
@@ -42,14 +46,15 @@ export POD_NAME=$(kubectl get pods --namespace monitoring -l "app=prometheus,com
## Further readings
- [Install Prometheus and Grafana with helm 3 on a local machine VM]
- [Set up prometheus and ingress on kubernetes]
- [Helm chart]
## Sources
All the references in the [further readings] section, plus the following:
- [Helm chart]
- [Install Prometheus and Grafana with helm 3 on a local machine VM]
- [Set up prometheus and ingress on kubernetes]
- [How to integrate Prometheus and Grafana on Kubernetes using Helm]
<!--
References
@@ -62,5 +67,6 @@ All the references in the [further readings] section, plus the following:
[further readings]: #further-readings
<!-- Others -->
[how to integrate prometheus and grafana on kubernetes using helm]: https://semaphoreci.com/blog/prometheus-grafana-kubernetes-helm
[install prometheus and grafana with helm 3 on a local machine vm]: https://dev.to/ko_kamlesh/install-prometheus-grafana-with-helm-3-on-local-machine-vm-1kgj
[set up prometheus and ingress on kubernetes]: https://blog.gojekengineering.com/diy-how-to-set-up-prometheus-and-ingress-on-kubernetes-d395248e2ba