This tutorial explains how to run a containerised Flask application in the cloud (Choreo) within a record time.
Link to the tutorial is available in here.
All the required sample code snippets are available in the article.
Within few clicks anyone can deploy a containerised Flask application to the cloud considering above platform. Additional to that, below features are by default available and you can enhance your Flask application's performance, availability, resiliency, security.
- Applying security for endpoint resources
- Rate-limit applying for the API resources
- Obtaining insights relevant to the API invocations
- Allocating memory or CPU for the containerised application
- Utilising health probes
Additional to the above many more features are available. Feel free to explore all of them since all those are available in FREE tier.
Top comments (0)