Port Mappings

By default, all Kubernetes Services created by a Stack are detected and ports are mapped to random local ports.

By editing a resource and viewing the "Advanced" section you can view port mappings and also edit them to your needs. Want to be able to connect to postgres on port 5432? Just set it in the static port mappings. Be sure to avoid port conflicts though.

Opening a mapped port in the browser should allow you to access any deployed services.

Last updated