Last active
June 4, 2019 19:10
-
-
Save esomore/7896285091d764e08f6d883fc162cb39 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### (you might need to run this twice if it fails on the first run) ### | |
kubectl apply -k https://github.com/cosmicrocks/monitoring.git | |
### port-forward to grafana ### | |
kubectl -n monitoring port-forward $(kubectl -n monitoring get pods -l app=grafana -o jsonpath='{.items[*].metadata.name}') 3000:3000 & | |
and browse to https://127.0.0.1:3000 | |
(username and password are 'admin') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment