Creating TLS Certificates for K8s components with OpenSSL
Oct 26, 2022 · 6 min read · 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...
MYousef commented