- Lab
- A Cloud Guru
Scanning Images for Vulnerabilities with Trivy
Software vulnerabilities within containers can create security risks to your Kubernetes environment. This lab will allow you to practice your skills with scanning images using Trivy to determine whether they contain critical vulnerabilities.
Path Info
Table of Contents
-
Challenge
Scan the Images with Trivy and Save the Results
Check all of the Pods in the
questionablesoft
namespace. Scan their images with Trivy and save the results for each scan to files in/home/cloud_user
. Give each file the name of the image and the.log
extension (e.g.,/home/cloud_user/myimage:1.1.0.log
).Note: Trivy is already installed on the control plane node. You do not need to install it yourself.
-
Challenge
Delete Pods with Major Vulnerabilities
Delete any Pods that have high- or critical-severity vulnerabilities in their images. You can delete Pods with
--force
if you wish.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.