Skip to content

Commit

Permalink
update to support k8s namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
eranra committed Dec 22, 2020
1 parent 38ceefd commit e93c1e7
Show file tree
Hide file tree
Showing 3 changed files with 291,587 additions and 20 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,17 @@ is currently provided for testing purpose.
docker run -p 8080:8080 skydive/skydive-ui
```

In order to load a local topology dump
By default the WebUI is trying to connect to a working skydive analyser. Make sure that the analyser is available to the WebUI on localhost:8082

Note: To use different skydive analyzer end-point you need to logout (top-right icon) and select a different end-point on the login screen

To experience with static kubernetes example open your browser with the following address

```
http://127.0.0.1:8080/?data=/samples/kubernetes.json
```

In order to load an example of local topology dump

```
docker run -p 8080:8080 -v dump.json:/usr/src/skydive-ui/assets/dump.json skydive/skydive-ui
Expand Down
Loading

0 comments on commit e93c1e7

Please sign in to comment.