Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshmani1997 authored Sep 14, 2017
1 parent e19eaa8 commit 9bdb215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prometheus-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@<ip_address of Node>` and open localhost:1234 in your browser to access ui of prometheus
5. run `ssh -NL 1235:localhost:32500 ubuntu@<ip_address of Node>` 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@<ip_address of Node>` 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@<ip_address of Node>` 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.

0 comments on commit 9bdb215

Please sign in to comment.