How can I run a pod as an API endpoint? (not serverless)

I want to run a model as an api endpoint
Solution:
Flask, FastAPI etc, but it can't scale so its not recommended to use an API on pods. its much better to use serverless.
Jump to solution
2 Replies
nerdylive
nerdylive6d ago
well make the api search google Its too long to explain here, but anyways on python you got a few libraries to help with creating api's
Solution
digigoblin
digigoblin6d ago
Flask, FastAPI etc, but it can't scale so its not recommended to use an API on pods. its much better to use serverless.