Skip to content

tomliu112/flask-docker-hp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
“liuqiannan211119”
Jan 3, 2022
87757af · Jan 3, 2022

History

21 Commits
Oct 1, 2020
Oct 1, 2020
Oct 1, 2020
Oct 3, 2020
Oct 3, 2020
Oct 1, 2020
Oct 19, 2020
Oct 20, 2020
Oct 1, 2020
Oct 19, 2020
Oct 1, 2020
Oct 19, 2020
Oct 1, 2020
Oct 19, 2020
Oct 1, 2020
Jan 3, 2022

Repository files navigation

本项目参考https://github.com/umermansoor/microservices项目,同时集成了gunicorn框架 具体配置参见gun.py

日志输出配置在log.conf

flask + gunicorn搭建高性能服务框架

集成docker容器化

运行docker使用如下命令 将日志输出到外部文件夹/yourpath/logs中

docker run -p 5001:15000 -v /yourpath/logs:/microservice/logs yourcontainer

集成Kubernetes

kubectl apply -f test.yaml

About

flask+gevent+docker 高性能微服务框架

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published