And that makes sense, because in many respects, a Pod aces like a single server. For example, each container can access the other containers in the pod as different ports on localhost.
単純に同一Pod内であれば、localhostを指定すれば通信できる。
PodA内コンテナα => PodA内β(port:8080)通信の場合、
PodA内コンテナαからhttp://localhost:8080
指定でβに通信できる。