How To - Octant
Octant
Octant is an open source developer-centric web interface for Kubernetes that lets you inspect a Kubernetes cluster and its applications.
Website: octant.dev
Octant Documentation: octant.dev/docs
Install Octant
brew install octant
Verify Installed Octant Version
octant version
Octant Help
octant help
Start Octant
Octant will display the URL where it will be running in the output of this command, something like http://127.0.0.1:9880
octant
Use -v flag for verbose console output for debug purpose
octant -v