From the course: Certified Kubernetes Security Specialist (CKS) Cert Prep

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Install kube-bench

Install kube-bench

- Let's go ahead and install Kube-bench in our Vagrant Kubernetes cluster. Now this one we're going to load in the Vagrant Kubernetes cluster because we can then get access directly to the virtual machines within it and be able to load our packages directly there. Now there are other ways to be able to install Kube-bench. You can use it as a workload, set it as a job where you actually deploy it within the cluster itself. But the quickest and easiest way is to deploy it natively on the platform, and that's more than likely what you're going to see on the CKS exam. Now the first thing we want to do is we want to take a look at the website that Aqua Security has put up for Kube-bench because it's going to have all the documentation associated with it. Now you'll notice up at the top it's saying Version 6.15, but the actual latest version is 7.3. So that's going to be something that we would want to go to that GitHub site and then be able to pull down that latest version. But the…

Contents