The Trivy Operator leverages Trivy to continuously scan your Kubernetes cluster for security issues. The scans are summarised in security reports as Kubernetes Custom Resources, which become accessible through the Kubernetes API. The Operator does this by watching Kubernetes for state changes and automatically triggering security scans in response. For example, a vulnerability scan is initiated when a new Pod is created. This way, users can find and view the risks that relate to different resources in a Kubernetes-native way.
Trivy Operator can be deployed and used for scanning the resources deployed on the underlying the Kubernetes cluster, while Trivy provides a way to scan images/configurations/secrets to the end users.
For more information on the Trivy Operator, please refer to the official documentation
Trivy Operator is available as part of the KKP’s default application catalog. It can be deployed to the user cluster either during the cluster creation or after the cluster is ready(existing cluster) from the Applications tab via UI.
-> Next
button.
+ Add Application
to deploy the Trivy Operator application to the user cluster.
+ Add Application
to deploy the Trivy Operator application to the user cluster.To further configure the values.yaml, find more information on the Trivy Operator Helm chart documentation.