SSL on wordpress deployed on kubernetes

Hi, I am new to kubernetes. I have WordPress in deployed on kubernetes which is deploed on aws instances.
I want to add SSL certificate to my wordpress app. can someone help please.

You can use an ingress controller to handle the ssl termination for you. For more information see the TLS section of the Kubernetes Ingress documentation.

If you do not have your own cert, you can use something like cert-manager to provision a letsencrypt cert for you.