The Kubernetes API server should use TLS certificate client authentication

Set up the kubernetes integration.

This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

Description

TLS connections should be enabled on the API server. The API server communication contains sensitive parameters that should remain encrypted in transit.

Remediation

  1. Follow the Kubernetes documentation and set up the TLS connection on the apiserver.
  2. Edit the API server pod specification file /etc/kubernetes/manifests/kube-apiserver.yaml on the master node and set the client certificate authority file: --client-ca-file=<path/to/client-ca-file>