0 votes
in DevOps by
what is containerization in DevOps and list their benefits?

1 Answer

0 votes
by

Containerization is defined as a process of binding the application and its required environment. Binding makes the application run in any computational environment. DevOps main goal is to bridge the gap between the development team and the operations team. To bridge the gap between them, it should make both sides work on an identical environment. Containerization helps in setting an identical environment quickly, and it will provide easy access to operating system resources. Docker tool is widely used for implementing containerization in DevOps.

They are a streamlined way to create, test, deploy, and redeploy applications in multiple environments.

Benefits of Containers are listed below:

  1. Less overhead
  2. Improved productivity
  3. More consistent operation
  4. Better application deployment
  5. Greater efficiency

Related questions

0 votes
asked Oct 30, 2022 in DevOps by Robindeniel
0 votes
asked Mar 3, 2020 in DevOps by rajeshsharma
...