Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 1.6 KB

c.system-hardening.md

File metadata and controls

27 lines (13 loc) · 1.6 KB

System Hardening (15%)

The "system hardening" section is all about making sure the computers running the Kubernetes cluster are as secure as possible. We'll talk about things that are really important in Linux, like turning off certain services and getting rid of unnecessary software, handling user and group accounts, blocking off ports, and setting up firewalls. Plus, we'll dive into tools for making the Linux kernel tougher, which help limit what a program running in a container can do on the computer itself.