Proof of concept kubernetes monitoring in VR
A demo application on CoScale is used to get data from. It is possible to visualise your own data, but requires a little bit of work:
- Get an access token for your application, you can find it using your browser's dev tools or the CoScale docs.
- (optional) Using this access token you can also get your metrics from here. Look for 2 container metrics you want to visualise (ideally in %). The default visualisation uses
Docker container user mode cpu usage
andDocker container free memory percentage
. - Navigate to where this project is hosted and add
?app=<app id>&cpu=<cpu metric id>&memory=<memory metric id>
to the url. The webpage will show a popup asking for your access token and when entered correctly your cluster will be visualised.