Creating TLS Certificates for K8s components with OpenSSL
In this guide we will discuss how to create Key/Certificate pairs to facilitate secure communication between a Kubernetes Cluster components, for this guide we will use OpenSSL and its CLI tool In summary, each component in our cluster requires a Key...

