Lionel,
NodePort number is missing when you check out the url:
The NodePorts are randomly assigned when they are generated with the expose command, but within 30000-32767. In this example, the NodePort is 30872.
Get the public IP address for the worker node in the cluster.
bx cs workers
Output:
Listing cluster workers...
OK
ID Public IP Private IP Machine Type State Status
dal10-pa10c8f571c84d4ac3b52acbf50fd11788-w1 169.47.227.138 10.171.53.188 free deployed Deploy Automation Successful
Open a browser and check out the app with the following URL:
Lionel, NodePort number is missing when you check out the url:
The NodePorts are randomly assigned when they are generated with the expose command, but within 30000-32767. In this example, the NodePort is 30872.
Get the public IP address for the worker node in the cluster.
bx cs workers
Output:
Listing cluster workers... OK ID Public IP Private IP Machine Type State Status dal10-pa10c8f571c84d4ac3b52acbf50fd11788-w1 169.47.227.138 10.171.53.188 free deployed Deploy Automation Successful Open a browser and check out the app with the following URL:
http://:
In this exemple => http://169.47.227.138:30872