Hello,
I am running an EKS cluster (EKS is the managed Kubernetes solution provided by AWS). I have Istio installed on it using the default profile. I deployed a StatefulSet and Service in it.
My question is: Given the above setup, what is the best way to make the service available outside the Kubernetes cluster?
Thanks!