Slide 8
Slide 8 text
Containers: The Building Blocks of Cloud Native
Containers are lightweight, standalone, executable packages that include
everything needed to run a piece of software, including the code, runtime, system
tools, libraries, and settings.
Benefits
- Isolation: Containers isolate software from its environment to ensure that it
works uniformly despite differences, such as between development and staging.
- Microservices: Facilitate the microservices architecture by allowing each service
to be packaged into individual containers.
- Portability: Ensure software runs consistently across various computing
environments.