5 - Certificate Authority
Generate SSL Certificates via a Python script.
Which makes system calls to invoke the Cloudflare cfssl and cfssl-json command line tools to provision a PKI Infrastructure.
The certificates are provisioned for the following components:
- etcd
- kube-apiserver
- kube-controller-manager
- kube-scheduler
- kubelet
The script can be found in the GitLab repository: 01-generate-certs.py