Local mode
Run KuboScore directly from your local machine with kuboscore-cli.
Last updated
Run KuboScore directly from your local machine with kuboscore-cli.
Last updated
The following content assumes you have kubectl
binary installed, as well as a privileged access to your cluster.
Download KuboScore CLI on a machine that has access to your cluster.
Note: you can check the integrity of your download with the following checksum file.
Option | Description |
---|---|
After the scoring is done, you will get a results file that you can import on the KuboScore website.
Uploading your results file will allow you to get more details and keep track of your previous analysis from one central place.
Go to KuboScore
Sign in to your account
Go to your scorings
Use the import feature to upload the results file
Review your results!
--kubeconfig
, -k
Set kubeconfig file to use
Defaults to value of KUBECONFIG
environment variable or default config file location (usually $HOME/.kube/config
).
--export
, -e
Set exported results filename
Defaults to kuboscore-results-YYYYMMDD-HHmmss
(eg: kuboscore-results-20230126-181857
).
--confirm-target
, -y
Automatically confirm target cluster
--accept-license
Automatically accept license (make sure to review the license before using this flag).
--cleanup
Clean remaining KuboScore resources (if needed) Keep in mind that resources are automatically removed after the execution. This option is only useful if you killed the process while it was running.