Internal TLS communication between pods in kubernetes using cert-manager
Recently I have been experimenting using load balancer and AKS and still able to run everything securely. I was using Let’s encrypt cert Issuer / ClusterIssuer: objects that define certificate sources (e.g., SelfSigned, CA, ACME). Issuer operates...