I found deploying an app is very easy and I like the process, but there’s very little information on how they work.
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there 👋,
Happy to hear that you’ve liked the App Platform so far!
To answer your questions:
doctl
CLI tool to do this programmatically:The traffic will be automatically load-balanced across the containers, so you will not have to do any changes on your end. Except if your app uses sessions, then in this case it would be best to use a service like Redis to store your sessions there so that they could be shared across all containers.
As the storage of the containers in the App Platform is ephemeral, meaning that no data is persisted across restarts, I would suggest using an S3 storage to store your logs like the DigitalOcean Spaces. Or if you don’t need to persist your logs, as you mentioned you could create a web-based way of accessing them while they are still available inside the containers.
UPDATE: The App Platform now supports CPU based autoscaling:
Hope that this helps!
Best,
Bobby