- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 172字
- 2021-07-02 13:41:46
The public cloud
CI, CD, and automation work can be achieved easily when used with cloud technology. In particular, public cloud APIs help DevOps to come up with many CI and CD tools. Public clouds such as Amazon Web Services (https://aws.amazon.com), Google Cloud Platform (https://cloud.google.com), and Microsoft Azure (https://azure.microsoft.com) provide some APIs for DevOps teams to control cloud infrastructure. The DevOps can also reduce wastage of resources, because you can pay as you go whenever the resources are needed. The public cloud will continue to grow in the same way as the software development cycle and the architecture design. These are all essential in order to carry your application or service to success.
The following screenshot shows the web console for Amazon Web Services:

Google Cloud Platform also has a web console, as shown here:

Here's a screenshot of the Microsoft Azure console as well:

All three cloud services have a free trial period that a DevOps engineer can use to try and understand the benefits of cloud infrastructure.
- .NET之美:.NET關鍵技術深入解析
- Visual FoxPro程序設計教程(第3版)
- HTML5 Mobile Development Cookbook
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Java EE 7 Performance Tuning and Optimization
- Getting Started with React Native
- 持續輕量級Java EE開發:編寫可測試的代碼
- 貫通Tomcat開發
- C#面向對象程序設計(第2版)
- Python Programming for Arduino
- 高效使用Greenplum:入門、進階與數據中臺
- Professional JavaScript
- Python深度學習與項目實戰
- jQuery Essentials
- C++ Data Structures and Algorithm Design Principles