Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Prometheus Operator

Install Prometheus Operator on an existing K8 cluster

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>

Prometheus UI

kubectl port-forward svc/prometheus-service -n <namespace> 9090:8080

View UI at: http://localhost:9090/

Cleanup

./uninstall.sh <namespace>

About

Installs a Prometheus Operator on an existing Kubernetes Cluster

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages