-
可自动伸缩的 Kubernetes DNS 服务
Autoscaling the Kubernetes DNS Service
-
金丝雀自动化分析工具 Kayenta
Google and Netflix announced the launch of Kayenta, an open-source Automated Canary Analysis(ACA) tool.
-
Python 3.7 新特性 Data Class
Python 3.7 introduced a new way that helping for defining the data structure in a more convenient way: data class
-
Django 中零宕机重新索引 Elasticsearch 数据
How to Reindex the Elasticsearch Index data with Zero Downtime
-
Django 中可配置化的 Haystack Elasticseach Backend
Haystack Configurable Elasticseach Backend
-
深入剖析:持续集成 (理论篇)
软件只有交付到客户手上才会有价值,在这之前做的所有工作和假设都是高成本的持续累积
-
深入剖析:持续交付 (理论篇)
基于状态的声明式表达: 在应用的整个生命周期中,应用始终处于可部署状态,我们可以随时、随地地往线上环境快速地发布我们的新功能特性。
基于过程的实现式表达: 在持续集成的基础之上,使用各种低风险的部署策略,部署/发布/交付功能或产品,并且在风险真正发生后,可以快速回退或更新修复的工程和流程实践。