From the course: Kubernetes and Cloud Native Security Associate (KCSA) Cert Prep

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Image repository security

Image repository security

Now, we've already talked about the image repository piece a little bit, but really what we want to think about is some tools that will give you security pieces out of the box. So for example, Docker Hub, although a very, very popular container image repo, doesn't give you security pieces out of the box. Artifactory's JFrog does. So let's flip over to VS Code here really quick and we're going to see how it's all configured. All right. So what we're going to do here is we're going to configure JFrog locally as a container. Now the reason why is because, well, in production, you'd, you know, want to run it as a pod or you'd rather run it on a server or something like that, or a SaaS-based version. But for the purposes of a lab, it's totally fine to just do it like this. So first things first, I'm going to create a new Docker volume called artifactory-data. All right. Next, what I'm going to do is I'm going to pull down the JFrog container image from Docker Hub. All right. So now what we…

Contents