SV-242387r1137639_rule
V-242387
SRG-APP-000033-CTR-000095
CNTR-K8-000330
CAT I
10
On each Control Plane and Worker Node, run the command:
ps -ef | grep kubelet
Remove the "--read-only-port" option if present.
Note the path to the config file (identified by --config).
Edit the config file:
Set "readOnlyPort" to "0" or remove the setting.
Restart the kubelet service using the following command:
systemctl daemon-reload && systemctl restart kubelet
On each Control Plane and Worker Node, run the command:
ps -ef | grep kubelet
If the "--read-only-port" option exists, this is a finding.
Note the path to the config file (identified by --config).
Run the command:
grep -i readOnlyPort <path_to_config_file>
If the setting "readOnlyPort" exists and is not set to "0", this is a finding.
V-242387
False
CNTR-K8-000330
On each Control Plane and Worker Node, run the command:
ps -ef | grep kubelet
If the "--read-only-port" option exists, this is a finding.
Note the path to the config file (identified by --config).
Run the command:
grep -i readOnlyPort <path_to_config_file>
If the setting "readOnlyPort" exists and is not set to "0", this is a finding.
M
5376