Classification:
compliance
Framework:
cis-kubernetes
Control:
1.2.15
Set up the kubernetes integration.
Reject creating objects in a namespace that is undergoing termination.
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.
Run the following command on the master node:
ps -ef | grep kube-apiserver
Verify that the --disable-admission-plugins
argument is set to a value that does not include NamespaceLifecycle
.
Edit the API server pod specification file /etc/kubernetes/manifests/kube-apiserver.yaml on the master node and set the –disable-admission-plugins parameter to ensure it does not include NamespaceLifecycle.
None
By default, NamespaceLifecycle is set.
Version 6 14 Controlled Access Based on the Need to Know Controlled Access Based on the Need to Know Version 7 4 Controlled Use of Administrative Privileges Controlled Use of Administrative Privileges