How to create a TLS-enabled Kubernetes service with AWS ACM/PCA for a common application?

I created TLS via AWS private CA and cert-manager then set it in Kubernetes from this blog:
TLS-enabled Kubernetes clusters with ACM Private CA and Amazon EKS
In this way we can access the application service via self-signed CA(PCA) but th… Continue reading How to create a TLS-enabled Kubernetes service with AWS ACM/PCA for a common application?