Before you do anything else, set KUBECONFIG
to the location of your kubeconfig file for accessing your cluster.
- Install the Starboard CLI and learn to use it
-
Install Octant
brew install octant
-
Install the Starboard plugin for Octant in the plugins directory
mkdir -p $HOME/.config/octant/plugins cd !$ curl -L https://github.com/aquasecurity/starboard-octant-plugin/releases/download/v0.12.0/starboard-octant-plugin_linux_x86_64.tar.gz | tar xzvf - rm README.md LICENSE cd -
-
Run Octant (in the background)
octant &
-
Open the Octant UI in your browser
open http://127.0.0.1:7777
-
Click around. Just about every resource will have a scan results tab of some sort.