Skip to content

Installs a Prometheus Operator on an existing Kubernetes Cluster

Notifications You must be signed in to change notification settings

mazrc/prometheus-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages