Best Architecture for Your Flask REST API python with Docker

preview_player
Показать описание

check out the article above links
Рекомендации по теме
Комментарии
Автор

please upload an video about loadbalance if multiple container

romelcatalogo
Автор

What a great explanation. Hopely you make a series about that. Many thx.

jayhu
Автор

Thanks! Do you think it is still best architecture in 2021?

haneulkim
Автор

Make a video again for 2023, maybe there are some drastic changes

snowshow-rb
Автор

Concept is really good but need little bit explanation to understand. As a fresher I am not understand well.Tq sir

puliraju
Автор

Have you considered using pipenv in your process to deal with versioning control for updated instances for your dependencies?

SolidBuildersInc
Автор

Missing: CMD ["uwsgi", "app.ini"] on your linkedin code :D, this mess me an hour for debug =))

khanhnguyenang
Автор

nginx | nginx: [emerg] host not found in upstream "flask" in

I followed de code but i get this error, its like the flas app is never starting

tomashilaire
Автор

excelent video, i make all instructions but when i lunch docker-compose up, the flask container display an error "/bin/sh: pip3: not found ERROR: Service 'flask' failed to build: The command '/bin/sh -c apk add --no-cache python3-dev && pip3 install --upgrade pip' returned a non-zero code: 127".
cans you guide me a little please

alexcastan_
Автор

Great content man! Can you start a Kubernetes series?

sunilsubramanya
Автор

docker file start with 'from'. it should be 'FROM'. how is it even working?

pandalearnstocode