F3.4 Container Future directions Flashcards
1
Q
- ______ applications follow an all-in-one architecture where all the functional modules are packaged into exactly one deployment unit, namely one container.
- _______ are initially easy to develop and maintain at a small scale
A
Monolithic
1
Q
To address the problem of high development and maintenance costs caused by colossal
application sizes, the _____________ is proposed to split single- component applications into multiple loosely coupled and self-contained microservice
components
A
MicroService Architecture (MSA)
2
Q
Explain serverless architecture
A
- Event-driven application paradigm that undertakes stateless computational tasks
- Designed to perform certain user-defined functionalities
- Grants the platforms more control over application deployment and maintenance
at the infrastructure level - Only pay for function invocation
3
Q
What are the three different cloud environments?
A
- A single cloud environment is built on resources from only one cloud service provider (either a private or public cloud) to host and serve all the applications.
- A multi-cloud environment includes multiple cloud services (e.g., private clouds, public clouds, or a mixture of both).
- A hybrid cloud environment is composed of a mixture of private clouds, public clouds, fog, or edge devices.