From the course: Kubernetes Network and Cluster Hardening by Pearson

Unlock this course with a free trial

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

Learning objectives

Learning objectives

In Lesson 3, Protecting Node Metadata and Endpoints, we're going to turn our attention to the security of the nodes within your Kubernetes cluster. Nodes are a vital component of Kubernetes, and securing them is important to the overall integrity and security of the entire system. You'll develop an understanding of the kubelet's role and its function, and then from there, We're going to cover how to implement network policies that are specific to nodes, providing an additional layer of security. Protecting no metadata from unauthorized access is also extremely important, as metadata can contain sensitive information that shouldn't be exposed. I'll teach you how to be able to use various methods to secure this valuable data, and then ultimately be able to also teach you how to implement kubelet authentication and authorization. This is going to ensure that only legitimate requests are going to be processed by your nodes. Finally, you're going to learn how to test these authentication…

Contents