runxinzhi.com
首页
百度搜索
12要素
https://12factor.net/
The Twelve Factors
I. Codebase
One codebase tracked in revision control, many deploys
II. Dependencies
Explicitly declare and isolate dependencies
III. Config
Store config in the environment
IV. Backing services
Treat backing services as attached resources
V. Build, release, run
Strictly separate build and run stages
VI. Processes
Execute the app as one or more stateless processes
VII. Port binding
Export services via port binding
VIII. Concurrency
Scale out via the process model
IX. Disposability
Maximize robustness with fast startup and graceful shutdown
X. Dev/prod parity
Keep development, staging, and production as similar as possible
XI. Logs
Treat logs as event streams
XII. Admin processes
Run admin/management tasks as one-off processes
相关阅读:
【转载】Nginx负载均衡之后碰到的问题
【转载】Nginx
【转载】大型网站架构系列之一,前言,不得不考虑的问题
【转载】Windows上搭个Nginx集群环境玩玩
[转载]反射
【转载】Nginx 简介
【转载】系统性能调优吐血总结分享
【转载】nginx for windows: 让nginx以服务的方式运行
poj2377
poj2371
原文地址:https://www.cnblogs.com/zcqkk/p/11819256.html
最新文章
rxlib簡介
方法指針妙用於線程類
Laravel自定义 封装便捷返回Json数据格式引用
auto_increment 自增键的一些说明
MySQL使用AUTO_INCREMENT列的表注意事项之update自增列篇
Laravel之路由 Route::get/post/any、路由参数、过滤器、命名、子域名、前缀、与模型绑定、抛出 404 错误、控制器...
关于Laravel中使用response()方法调用json()返回数据unicode编码转换的问题解决
nginx的403错误 以及权限问题(13: Permission denied)解决办法 d
应用更新iOS 开发:应用内实现 更新提醒
nullnullios计算文件和文件夹的大小
热门文章
数字效率Evernote超效率数字笔记术
美国中国美国房地产回暖≠中国房价就要涨
程序运行程序调试时的Log日志
模型图像ASM(Active Shape Model) 主动形状模型总结
请求框架struts2的工作原理
服务通知Android学习笔记(五五):通知Notification(下)
证书设备iOS Provisioning Portal概述
组合优先队列一道优先队列的题... 2013ACM多校联合(4)_NUN ZZ的橱柜
【转载】nginx实现网站负载均衡(windows+IIS负载实测)
[转载]玩玩负载均衡在window与linux下配置nginx
Copyright © 2020-2023
润新知