diff --git a/prometheus-monitoring/README.md b/prometheus-monitoring/README.md index 02df1cb8..31226ab1 100644 --- a/prometheus-monitoring/README.md +++ b/prometheus-monitoring/README.md @@ -16,6 +16,6 @@ This contains very basic server program and it's endpoint monitoring with promet 1. cd to this folder 2. run `kubectl create -f rbac-setup.yaml` 3. repeat step 3 to 6 like in minikube -4. once you get status of containers runnig run `ssh -NL 1234:localhost:32514 ubuntu@` and open localhost:1234 in your browser to access ui of prometheus -5. run `ssh -NL 1235:localhost:32500 ubuntu@` and open localhost:1235 in your browser to hit at the /latest/volumes +4. once you get status of containers runnig run `ssh -NL 1234:localhost:32514 ubuntu@` and open localhost:1234 in your browser to access ui of prometheus from outside k8s cluster setup. +5. run `ssh -NL 1235:localhost:32500 ubuntu@` and open localhost:1235 in your browser to hit at the /latest/volumes from outside k8s cluster setup. 6. Now you will be able to see the targets in status (dropdown button) and custom metrics.