-
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.
轉載請註明出處,本文鏈接:https://www.uj5u.com/ruanti/240983.html
標籤:其他
