Projects

Step 3 Prepare The Self-Signed Certificate Authority And Generate TLS Certificates

Step 3 Prepare The Self-Signed Certificate Authority And Generate TLS Certificates

The following components running on the Master node will require TLS certificates.

  • kube-controller-manager
  • kube-scheduler
  • etcd
  • kube-apiserver

The following components running on the Worker nodes will require TLS certificates.

  • kubelet
  • kube-proxy

Therefore, you will provision a PKI Infrastructure using cfssl which will have a Certificate Authority. The CA will then generate certificat...
Learn More