- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 142字
- 2021-07-02 13:41:42
Continuous delivery
CI plus deployment automation is an ideal process for server-side applications to provide a service to customers. However, there are some technical challenges that need to be resolved, such as how to deploy the software to the server; how to gracefully shut down the existing application; how to replace and roll back the application; how to upgrade or replace system libraries that also need to be updated; and how to modify the user and group settings in the OS if necessary.
An infrastructure includes servers and networks. We normally have different environments for different software release stages, such as development, QA, staging, and production. Each environment has its own server configuration and IP ranges.
Continuous Delivery (CD) is a common way of resolving the previously mentioned challenges. This is a combination of CI, configuration management, and orchestration tools:

- Pandas Cookbook
- 編程珠璣(續(xù))
- Learning AWS Lumberyard Game Development
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- CKA/CKAD應(yīng)試教程:從Docker到Kubernetes完全攻略
- Python漫游數(shù)學(xué)王國:高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計及運(yùn)籌學(xué)
- C語言實(shí)驗(yàn)指導(dǎo)及習(xí)題解析
- C語言程序設(shè)計
- Visual Studio 2015高級編程(第6版)
- 奔跑吧 Linux內(nèi)核
- 寫給青少年的人工智能(Python版·微課視頻版)
- Mastering High Performance with Kotlin
- Vue.js項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Java EE 8 Development with Eclipse
- Learn Spring for Android Application Development