> For the complete documentation index, see [llms.txt](https://memogarcia.gitbook.io/continuous-learning/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://memogarcia.gitbook.io/continuous-learning/tech/monitoring/prometheus.md).

# Prometheus

```
kubectl create ns prometheus
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
helm -n prometheus upgrade --install prometheus bitnami/kube-prometheus
```
