Regarding EKS, Is it possible to wire up a single pod > cluster IP service > external ip

Regarding EKS, Is it possible to wire up a cluster IP service (that’s mapped to a single pod) to an external ip so all traffic from that ip can be mapped to the single pod?

What inside k8 or AWS would we have to do to make this happen?