what is meant by route in cloud foundry
Answers
Answered by
2
Answer:
TCP routes include a domain and a route port. A route port is the port clients make requests to. This is not the same port as what an app pushed to Cloud Foundry listens on. ... Just as for HTTP routes, apps should listen to the localhost port defined by the $PORT environment variable, which is 8080 on Diego.
Hope it helps you..........
Please mark me as brainlist and follow me.... ✌️ ✌️ ✌️ ✌️ ✌️ ✌️ ✌️
Answered by
0
Answer:
The CF Gorouter routes request to apps by associating an app with an address, known as a route. This is known as mapping. The routing tier compares each request with a list of all the routes mapped to apps and attempts to find the best match.
Similar questions