Sorry if im asking a stupid question, I just haven't found anything in the Docs.
Kubernetes has a service resource that points to a set of pods and directs traffic to them
The service can be either internal (ClusterIP) or have external interface (NodePort / LoadBalancer) according to your needs