Skip to content

Latest commit

 

History

History

monitoring

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

JFrog Secret Rotator Operator Monitoring

To setup monitoring

Step 1. Install operator. You can skip it if JFrog Registry Operator is already installed

Follow operator installation docs.

Step 2. Install Monitoring Components

Install operator service

kubectl apply -f operator-service.yaml -n ${NAMESPACE}

Install Prometheus

kubectl apply -f prometheus -n ${NAMESPACE}

To test locally

kubectl port-forward svc/prometheus-k8s 9090:9090 -n ${NAMESPACE}

And open http://localhost:9090

Example: We can add sample query controller_runtime_reconcile_total and check graph

image