Clone the repo and install Prometheus Operator using shell script.
git clone https://github.com/mazrc/prometheus-operator.git
cd prometheus-operator
./install.sh <namespace>
kubectl port-forward svc/prometheus-service -n <namespace> 9090:8080
View UI at: http://localhost:9090/
./uninstall.sh <namespace>