Skip to content

Latest commit

 

History

History
executable file
·
32 lines (15 loc) · 699 Bytes

028-Limit-node-access.md

File metadata and controls

executable file
·
32 lines (15 loc) · 699 Bytes

Limit Node Access

Best practices:

  • Limit exposure of controlplane and nodes to the internet.
  • Access cluster via VPN or through authorized networks
  • Limit SSH access to internal users (e.g. developers, end users)

Control the accounts:

To check user details:

We can disable logins for users, or simply delete user account:

Similarly, we can also remove users from groups:


Back to first page