forked from pstember/snyk-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pstember
authored
Nov 19, 2019
1 parent
57f6e87
commit 044f20e
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Super quick Snyk k8s monitor install. | ||
|
||
## Pre-requisities: | ||
- Add your integration token into the `snyk-monitor-secret.yaml` file | ||
- run the `setup.sh` script | ||
|
||
## Checks: | ||
- go to http://localhost:3001/ to check that goof todo is up and running | ||
- Check the tilt console | ||
|
||
## Accessing the dashboard: | ||
```bash | ||
kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | grep admin-sa | awk '{print $1}') | ||
``` | ||
for having your token and visit http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/ |