# 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
```
