Ask HN: How do you deploy an API in 2023?
I work with flask or fastapi. So far, I deploy to a rented bare metal server, using gunicorn and nginx. It’s a hassle, setting up the service, SSL certificate, etc.. I imagine there are better ways.
Interested in hearing how you guys do it, both for GPU and non-GPU apps. Thanks!
3 comments
[ 1497 ms ] story [ 1484 ms ] threadSo a question for you is, what exactly are you trying to optimize? And how important is that? (Unless this is just a learning opportunity)