What Linux feature is used to provide isolation for containers?
Processes
Services
NetworkPolicy
Control groups
Control groups provide isolation for container processes, keeping them separate from other process-es on the host.
Which of the following factors does scheduling take into account when selecting a Node?
How many replicas there are in a Deployment
Resource requirements
The number of existing Pods on a Node
Scheduling takes resource requirements into account in the form of resource requests.