I created Django site and expecting a lot of processing on my site. I'm running Nginx
server with Gunicorn
as explained in this tutorial
I would like to make something scalable
to be able to raise processing power on my site. I have a simple question. Is it possible to move this severs-lump
into kubernetes
? And if yes, is it a good idea? Or should I use nginx
with uWSGI
?
没有评论:
发表评论