The Kubernetes API server should use TLS certificate client authentication

Set up the kubernetes integration.

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

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>