1. Home
  2. Security Hardening
  3. CIS Kubernetes 1.13 Benchmark V1.4 1 L1
  4. Ensure that the –tls-cert-file and –tls-private-key-file arguments are set as appropriate – key

Ensure that the –tls-cert-file and –tls-private-key-file arguments are set as appropriate – key

Details

Setup TLS connection on the API server.

Rationale:

API server communication contains sensitive parameters that should remain encrypted in transit. Configure the API server to serve only HTTPS traffic.

Solution

Follow the Kubernetes documentation and set up the TLS connection on the apiserver. Then, edit the API server pod specification file ‘/etc/kubernetes/manifests/kube-apiserver.yaml’ on the master node and set the TLS certificate and private key file parameters.

–tls-cert-file=
–tls-private-key-file=

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles