Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pstember authored Nov 19, 2019
1 parent 57f6e87 commit 044f20e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions kubernetes/README.md
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/#!/

0 comments on commit 044f20e

Please sign in to comment.