Install using Helm¶
Add helm repo¶
¶
Update helm repo¶
Install helm¶
¶
Expose Prometheus Service¶
This is required to access prometheus-server using your browser.
kubectl expose service prometheus-server --type=NodePort --target-port=9090 --name=prometheus-server-ext