Containerization

Containerization is a packaging type of the source code and it’s all necessary components (libraries, framework, etc.). The created container can be moved and run consistently in any environment and on any infrastructure.
Benefits of the containerization:
- load dependent resource usage means cost effitient
- side container based new functionality without changing the source code of the application
- better managebility of the containers