CNTR-K8-001460 - Kubernetes Kubelet must enable tlsPrivateKeyFile for client authentication to secure service.

Information

Kubernetes container and pod configuration are maintained by Kubelet. Kubelet agents register nodes with the API Server, mount volume storage, and perform health checks for containers and pods. Anyone who gains access to Kubelet agents can effectively control applications within the pods and containers. Using authenticity protection, the communication can be protected against man-in-the-middle attacks/session hijacking and the insertion of false information into sessions.

The communication session is protected by utilizing transport encryption protocols such as TLS. TLS provides the Kubernetes API Server with a means to authenticate sessions and encrypt traffic.

To enable encrypted communication for Kubelet, the tlsPrivateKeyFile must be set. This parameter gives the location of the SSL Certificate Authority file used to secure Kubelet communication.

Solution

On the Control Plane, run the command:
ps -ef | grep kubelet

Remove the '--tls-private-key-file' option if present.

Note the path to the config file (identified by --config).

Edit the Kubernetes Kubelet config file:
Set 'tlsPrivateKeyFile' to a path containing the appropriate private key.

Restart the kubelet service using the following command:
systemctl daemon-reload && systemctl restart kubelet

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_Kubernetes_V1R10_STIG.zip

Item Details

References: CAT|II, CCI|CCI-001184, Rule-ID|SV-242424r918182_rule, STIG-ID|CNTR-K8-001460, Vuln-ID|V-242424

Plugin: Unix

Control ID: 6580762071a9e94ab7e865b35d553c9956fa158973abe71cf9b7c36c06b16abc