初识Serverless||CI/CD||编排||容器||微服务

  • Serverless

    Serverless computing is a cloud computing execution model in which the cloud provider runs the server, and allocates machine resources on demand.

    Serverless computing does not hold resources in volatile memory - rather computing is done in short bursts with the results persisted to storage.

  • CI/CD

    CI/CD or CICD generally refers to the combined practices of continuous integration and either continuous delivery or continuous deployment.

  • 编排 Orchestration

    In system administration, orchestration is the automated configuration, coordinationa, and management of computer systems and software.

  • 容器 Container

    From docker, a container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another.

  • 微服务 Microservices

    Microservice architecture - a variant of the service-oriented arhitecture (SOA) structural style – arranges an application as a collection of loosely coupled services.

猜你喜欢

转载自blog.csdn.net/The_Time_Runner/article/details/111710658