STIGQter STIGQter: STIG Summary: Kubernetes Security Technical Implementation Guide Version: 2 Release: 6 Benchmark Date: 01 Apr 2026:

Kubernetes Kubelet must have the SSL Certificate Authority set.

DISA Rule

SV-242420r1043178_rule

Vulnerability Number

V-242420

Group Title

SRG-APP-000219-CTR-000550

Rule Version

CNTR-K8-001420

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

Check Contents

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.

Vulnerability Number

V-242420

Documentable

False

Rule Version

CNTR-K8-001420

Severity Override Guidance

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.

Check Content Reference

M

Target Key

5376