Explore Images Dashboard
The Image Dashboard provides an overview of the container images being used within the Kubernetes environment.
-
Change the Dashboard to Images. Once done, you can view all the images.
info-
The Image Name column lets you search for a iamge by it's name. You can also sort the image name.
-
The Containers and Image Tag column lets you filter out the containers by sorting the limits.
-
-
Click on the desired row to browse through the image details.
CVE Scanning in Akuity Platform
The Images Dashboard also provides an integrated CVE (Common Vulnerabilities and Exposures) scanning feature to help you identify security issues in container images deployed in your Kubernetes cluster.
For KubeVision to scan the CVEs in the cluster, make sure you have enabled the CVE Scan
option in the Settings
.
When CVE Scanning is enabled on a cluster, a full scan is triggered immediately for the images currently deployed. When a new container image is deployed to the cluster, the scan is triggered immediately for the new image. If a scan fails, the system retries the scan immediately up to 10 retries. If all retries fail, the image is re-enqueued, and the next scan attempt will occur after the configured CVE scan interval. If a scan succeeds, the image is automatically rescanned periodically based on the configured CVE scan interval (e.g., every 8 hours). This ensures that any newly disclosed vulnerabilities in already deployed images are eventually detected.
Use the Export as CSV button to download the data in a CSV format for further analysis.
Continue on to the next section to learn about the Infrastructure Dashboard.