Kubernetes Limit Node Access
Contents
Rules
- Create Cluster in Private Network
- The Cluster(Private Network) is NOT ALLOWED public network.
- The Cluster(Private Network) can ACCESS VPN.
- The Cluster(Private Network) can ACCESS specific IP ranges.
- The Cluster(Private Network) can ACCESS who is needed.
Server Account Types
User Accounts
User Accounts
This is for normal user for ftp, ssh, etc.
Superuser Account
Superuser
This is mean, typically
It’s UID = 0.
root
user.It’s UID = 0.
System Accounts
System
This is for system programs.
sys
, mail
Service Accounts
Service
This is for services.
nginx
, http
Check Points for Server Accounts
Current User
|
|
|
|
|
|
Check Account Files
|
|
|
|
|
|
Configure User
User Mode
|
|
User Delete
|
|
Exclude the User from a Group
|
|
|
|
|
|
|
|
|
|
|
|