Login
Remember
Register
Ask a Question
Please explain the core operations of DevOps in terms of development and infrastructure.
0
votes
asked
Jun 30, 2023
in
DevOps
by
john ganales
Please explain the core operations of DevOps in terms of development and infrastructure.
operationsdevops
versioncontrolsystem
#devops
#devopsculture
#learn-devops
#devops-101
#pallet-devops
#devops-rackspace
#devops-means
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 30, 2023
by
john ganales
Core operations of DevOps in terms of development and infrastructure are:
Application development – Developing a product that is able to meet all customer requirements and offers a remarkable level of quality
Code coverage – Measurement of the total number of blocks or lines or arcs of the code executed while the automated tests are running
Code developing – Prepare the code base required for the product development
Configuration – Allowing the product to be used in an optimum way
Deployment – Installing the software to be used by the end-user
Orchestration – Arrangement of several automated tasks
Packaging – Activities involved when the release is ready for deployment
Provisioning – Ensuring that the infrastructure changes arrive just-in-time with the code that requires it
Unit testing – Meant for testing individual units or components
...