Skip to content

Latest commit

 

History

History
executable file
·
21 lines (12 loc) · 909 Bytes

03-Minimize-host-OS-footprint-Intro.md

File metadata and controls

executable file
·
21 lines (12 loc) · 909 Bytes

Minimize host OS footprint Intro

In this section, we will take a look at Minimize host OS footprint Intro.

Reducing the attack surface on host

  • One way to limit the threat to reduce the attack surface is to keep all systems in the cluster in a consistent secure state.

Some of the ways to decrease the complexity of the nodes are

  • Use the principle of least privilege so that systems, including Nodes, the software running on them, Kubernetes components and workloads only have the bare minimum access.

  • Make sure only the “Required” software is installed on the host.

  • Limit the users and accounts that can access the host.

  • Ensure unwanted services are not exposed.

  • Ensure Kernel Modules cannot be loaded post boot.

  • Identify and fix any open port on the system.