- 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.
- Practical Data Analysis Cookbook
- C語言程序設計(第2 版)
- Android Studio Essentials
- JavaScript從入門到精通(第3版)
- Getting Started with Gulp
- ASP.NET Core 2 Fundamentals
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- 分布式架構原理與實踐
- 邊玩邊學Scratch3.0少兒趣味編程
- .NET 4.0面向對象編程漫談:應用篇
- Mastering Android Studio 3
- Data Manipulation with R(Second Edition)
- Jakarta EE Cookbook
- Mastering Responsive Web Design
- Python GUI設計:tkinter菜鳥編程