首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

一寸宕机一寸血,十万容器十万兵|Win10/Mac系统下基于Kubernetes(k8s)搭建Gunicorn+Flask高可用Web集群

2021年,君不言容器技术则已,欲言容器则必称Docker,毫无疑问,它是当今最流行的容器技术之一,但是当我们面对海量的镜像与容器时,怎样快速精准的对海量容器进行管理和编排就又成了新的课题,此时,由Google开源的Kubernetes(读音[kubə'netis],业界也有称其k8s的,但k8s其实就是文盲版的Kubernetes,只是因为k和s之间有8个字母)就应时而生了,它是一个开源的用于多个主机虚拟成一个云平台后进行容器资源管理和应用编排引擎,致力于让部署容器化应用简单并且高效,提供了应用的全生命周期管理,如应用部署,规划,更新,维护等机制。本次我们尝试在Win10/Mac系统下,利用Kubernetes部署Gunicorn+Flask高可用Web集群项目。

02

flask中的所有第三方模块大集合

Flask-AppBuilder - Simple and rapid Application builder, includes detailed security, auto form generation, google charts and much more. FlaskEx - UNKNOWN gourd - easy server framework. add flask's style route to tcp/udp server. kit - Flask, Celery, SQLAlchemy integration framework. Flask-WTF - Simple integration of Flask and WTForms alchemist - A server architecture built on top of a solid foundation provided by flask, sqlalchemy, and various extensions. Flask-Mail - Flask extension for sending email sga - make it easier to use pyga for web develop. and make pyga compatible with flask and django. flask-peewee - Peewee integration for flask flask_util_js - flask's util in javascript. such as url_for etc. Flask-Security - Simple security for Flask apps Flask-RESTful - Simple framework for creating REST APIs Flask-SeaSurf - An updated CSRF extension for Flask. Flask-Cache - Adds cache support to your Flask application Flask-Admin - Simple and extensible admin interface framework for Flask Flask-Slither - A small library between MongoDB and JSON API endpoints Flask-Bootstrap - An extension that includes Bootstrap in your project, without any boilerplate code. Flask-Script - Scripting support for Flask Flask-GoogleLogin - Extends Flask-Login to use Google's OAuth2 authorization Flask-Exceptional - Adds Exceptional support to Flask applications Flask - A microframework based on Werkzeug, Jinja2 and good intentions INSTALLED: 0.10.1 (latest) clay-flask - Clay is a framework for building RESTful backend services using best practices. Flask-Classy - Class based views for Flask ShelfCMS - Enhancing flask microframework with beautiful admin and cms-like features

03
领券