top | item 20635846

Octant: A tool to help devs understand what's going on in a Kubernetes cluster

18 points| mmcclure | 6 years ago |github.com | reply

7 comments

order
[+] johnmarcus|6 years ago|reply
why does it start up on a random port, which is different each time? and it's not configurable? that makes it a real pita to run in a docker container...which is kind of the environment.
[+] bryanl|6 years ago|reply
(i'm the author)

We had a choice to make. We could have used a port, but then would have had to find a solution for when that port was used. So the choice was made to use a random port.

[+] johnharris85|6 years ago|reply
It is configurable:

`OCTANT_LISTENER_ADDR=127.0.0.1:8900 octant`