:<port>
or <port>
alone, allowing the system to assign a local ephemeral port automatically.
--address
localhost
.--location
aws-us-west-1
). Defaults to the first location fetched from the specified GVC. When specifying, make sure that the specified location is part of the specified GVC.--replica
5432
to workload container port 5432
of a database workload named db-workload
:
:
. This ensures direct port mapping, which can be useful for applications requiring a fixed port assignment.
--address
option:
80
and 443
from the workload to local ports 8080
and 8443
on both specified local addresses.