SV-242420r1043178_rule
V-242420
SRG-APP-000219-CTR-000550
CNTR-K8-001420
CAT II
10
On the Control Plane, run the command:
ps -ef | grep kubelet
Remove the "--client-ca-file" option if present.
Note the path to the config file (identified by --config).
Edit the Kubernetes Kubelet config file:
Set the value of "clientCAFile" to a path containing an Approved Organizational Certificate.
Restart the kubelet service using the following command:
systemctl daemon-reload && systemctl restart kubelet
On the Control Plane, run the command:
ps -ef | grep kubelet
If the "--client-ca-file" option exists, this is a finding.
Note the path to the config file (identified by --config).
Run the command:
grep -i clientCAFile <path_to_config_file>
If the setting "clientCAFile" is not set or contains no value, this is a finding.
V-242420
False
CNTR-K8-001420
On the Control Plane, run the command:
ps -ef | grep kubelet
If the "--client-ca-file" option exists, this is a finding.
Note the path to the config file (identified by --config).
Run the command:
grep -i clientCAFile <path_to_config_file>
If the setting "clientCAFile" is not set or contains no value, this is a finding.
M
5376