Hostport
Hostport is a term used in networking and container orchestration to describe a port on the host machine that is exposed to external clients and mapped to a port within a container or service. The host port serves as the entry point on the host’s network interface and enables traffic from outside the container to reach services running inside the container environment.
In Kubernetes, hostPort is a property of a container spec. It binds a container port to a
Limitations and considerations include port conflicts, since only one process can bind to a given hostPort