octant
Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
How to download and setup octant
Open terminal and run command
git clone https://github.com/vmware-archive/octant.git
git clone is used to create a copy or clone of octant repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with octant https://github.com/vmware-archive/octant/archive/master.zip
Or simply clone octant with SSH
[email protected]:vmware-archive/octant.git