Skip to content

How to get HTML report out of starboard-operator? #615

Discussion options

You must be logged in to vote

Starboard Operator is responsible for discovering K8s resources, scheduling scanners, and finally saving data as custom resources. It does not provide any UI or HTTP service to generate HTML reports.

However, in some cases you may use Starboard CLI as a compliment of the operator's functionality and use it to export custom resources to HTML. Alternatively, you can implement your own export tool that reads Starboard custom resources and transform them into HTML pages.

Below you can find examples of Starboard CLI commands to generate HTML reports for certain Kubernetes core objects:

# Generate an HTML report for a deployment with the specified name and save it to a file.
kubectl starboard g…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by danielpacak
Comment options

You must be logged in to vote
1 reply
@danielpacak
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants