1.1.13 Ensure that the admission control policy is set to NamespaceLifecycle

Information

Reject creating objects in a namespace that is undergoing termination.

Rationale:

Setting admission control policy to 'NamespaceLifecycle' ensures that objects cannot be created in non-existent namespaces, and that namespaces undergoing termination are not used for creating the new objects. This is recommended to enforce the integrity of the namespace termination process and also for the availability of the newer objects.

Solution

Edit the API server pod specification file '/etc/kubernetes/manifests/kube-apiserver.yaml' on the master node and set the '--admission-control' parameter to include 'NamespaceLifecycle'.

--admission-control=...,NamespaceLifecycle,...

Impact:

None

See Also

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

Item Details

Category: ACCESS CONTROL

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

Plugin: Unix

Control ID: c03da13fae6238febfa940eb84f5a5fd3bb5d4cd34e50575ebcd95f00a48171c