I know there sit a loadbalancer between the request and my app and I can scale it, but is it possible to have instances living in different regions?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
👋 @sebastianbrerup
Currently a single app cannot span more than one region, however you could deploy your application in each region manually and set a third party global loudbalancer directing traffic to each of the provided ingress URLs.