Table of Contents
The Ports tab provides you with a general information on managing container ports at CirrusGrid PaaS.
The following ports are opened by default:
Tip: Use the table below as a reference:
Port on SLB | Backend Port | Frontend SSL | Backend SSL |
---|---|---|---|
80, 8080, 8086 | 80 | no | no |
4848 | 4848 | yes | yes |
8443 | 8443 | yes | yes |
4901-4910 | 4901-4910 | yes | yes |
443 | 80 | yes | no |
4949 | 4949 | yes | no |
7979 | 7979 | yes | no |
Additional ports can be opened using:
Depending on the way chosen, just bind your service (application listener) to the received internal or external address.
CirrusGrid PaaS automatically redirects incoming requests to the application hosted within a container.
During a node creation, the platform detects the ports which are listened on the TCP level. The commonly used for standard services (e.g. SSH, mail, databases, etc.) are automatically filtered. The first among the remaining ports becomes the container entry point so that all incoming requests are forwarded to it.
This process is performed on each container launch, so the corresponding application becomes available over the embedded Shared Load Balancer just after being deployed, without any manual intervention required.
However, in case you need to disable or adjust this functionality (e.g. if it exposes application admin panel), you can manually change the auto-redirect settings during the container creation. For that, switch to the Variables section, add the dedicated JELASTIC_EXPOSE parameter and set its value based on your needs:
Alternatively, a comma-separated list of ports can be provided via the JELASTIC_PRIORITY_PORTS variable. The platform checks them one by one, configuring the entry point redirect to the first active service discovered. This option can speed up container startup time compared to the all ports analysis during the default auto-redirect flow.
Tip:
To get even greater flexibility over the node accessibility, you can customize your container firewall settings.
Powered by BetterDocs
![]() | Thank you for Signing Up |