1.1.35 Ensure that the admission control policy is set to EventRateLimit

Information

Limit the rate at which the API server accepts requests.

Rationale:

Using 'EventRateLimit' admission control enforces a limit on the number of events that the API Server will accept in a given time slice. In a large multi-tenant cluster, there might be a small percentage of misbehaving tenants which could have a significant impact on the performance of the cluster overall. Hence, it is recommended to limit the rate of events that the API server will accept.

Note: This is an Alpha feature in the Kubernetes 1.8 release.

Solution

Follow the Kubernetes documentation and set the desired limits in a configuration file.

Then, edit the API server pod specification file '/etc/kubernetes/manifests/kube-apiserver.yaml' and set the below parameters.

--admission-control=EventRateLimit
--admission-control-config-file=

Impact:

You need to carefully tune in limits as per your environment.

See Also

https://workbench.cisecurity.org/files/1788

Item Details

Category: ACCESS CONTROL

References: 800-53|AC-6, CSCv6|8.4

Plugin: Unix

Control ID: 7e4716c5aa6ac2b297f6c5e99505cf0779794d7c2facef395a7bd063e0aa0604