0 votes
in DevOps by
Please explain the core operations of DevOps in terms of development and infrastructure.

1 Answer

0 votes
by

Core operations of DevOps in terms of development and infrastructure are:

  1. Application development – Developing a product that is able to meet all customer requirements and offers a remarkable level of quality
  2. Code coverage – Measurement of the total number of blocks or lines or arcs of the code executed while the automated tests are running
  3. Code developing – Prepare the code base required for the product development
  4. Configuration – Allowing the product to be used in an optimum way
  5. Deployment – Installing the software to be used by the end-user
  6. Orchestration – Arrangement of several automated tasks
  7. Packaging – Activities involved when the release is ready for deployment
  8. Provisioning – Ensuring that the infrastructure changes arrive just-in-time with the code that requires it
  9. Unit testing – Meant for testing individual units or components

Related questions

0 votes
asked Jun 29, 2023 in DevOps by SakshiSharma
0 votes
asked Jun 12, 2019 in DevOps by anonymous
...