2. The practice of cloud computing (Part 1)

This chapter explains the knowledge points

    1. How Cloud Computing Comes into Practice
    1. physical machine and virtual machine
    1. container virtualization technology
    1. Docker was born
    1. The era of PaaS is coming
    1. industry practice


1. How to put cloud computing into practice

We talked about the concept of cloud computing in the previous section, so let's think about how cloud computing is implemented in reality?

Now in the practice of cloud computing, an effective system has been formed. A company’s traditional business, such as database, computing engine, front-end, etc., needs to go to the cloud. First, we need an IaaS. This IaaS can rent a framework already built by a large company, or build an IaaS by ourselves. Today, there are three ways to build an IaaS by yourself. There are three mainstream tools: OpenStack, VmWare and RedHat . These three methods have their own advantages and are competing fiercely. We can wait and see who can win the last laugh in the competition.

OpenStack is the most common in personal self-study and company practice. Let's briefly introduce OpenStack:

OpenStack is an open source cloud computing management platform project, which is a combination of a series of software open source projects. OpenStack provides scalable and elastic cloud computing services for private and public clouds. OpenStack consists of several core projects (ie, OpenStack services):

Guess you like

Origin blog.csdn.net/qq_32468785/article/details/130474428