youtube image
From YouTube: Identity with Certificates in Kubernetes

Description

Certificates are an integral part of a secure Kubernetes cluster deployment. They are mainly used to secure the Kubernetes API server using TLS, but certificates (and keys) are also used for other cluster functions such as client authentication, and encryption of secrets. It provides security and identity to all components of Kubernetes. What I am going to talk about:
1. What is a PKI and what are certificates?
2. Why does the world need them?
3. How do I create a CA, certificates and sign them?
4. What's the significance in Kubernetes?
5. How do I handle certificates in Kubernetes?
6. What are the tools to generate certificates?
7. How does Kubeadm automatically generate the certificates for K8s Cluster?