From the course: Container Security by InfoSec

Unlock this course with a free trial

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

Node hardening

Node hardening

- [Instructor] Welcome back to the Container Security Learning path. We're in the Kubernetes Security course, in that learning path. And this is "Section 14: Node hardening." We're going to walk you through the processes to make sure the nodes that make up your Kubernetes cluster, are hardened and secure from hopefully the evil people that won't be poking at your cluster. So, node hardening, right, if you think about it, really all of your Kubernetes cluster is, is a series of node, right nodes. That's what makes up a Kubernetes cluster. You have a bunch of nodes that know how to play nice with each other, and that plus the Kubernetes software, and you've got the Kubernetes cluster, right? So, since those nodes are a fundamental building block of the cluster, it's obviously highly important to make sure that those are properly secured so that there isn't weak points of entry into your cluster, particularly bad when you do that at a node level, since that's pretty much everything…

Contents