YAML files are often used to define Kubernetes objects. As such, a risky or insecure configuration can often be traced back to one of these files. This lab will allow you to try your hand at spotting some of these bad practices by examining some Kubernetes YAML.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Check the securi-api-deployment.yml File
You can find the file at
/home/cloud_user/securi-api-deployment.yml
.Edit the file to remove any major security issues or bad security practices.
- Check the datamonitor-pod.yml File
You can find the file at
/home/cloud_user/datamonitor-pod.yml
.Edit the file to remove any major security issues or bad security practices.
- Check the securi-users-deployment.yml File
You can find the file at
/home/cloud_user/securi-users-deployment.yml
.Edit the file to remove any major security issues or bad security practices.