Define a typical devops work flow ?
Answer / Naushad Ali
A typical DevOps workflow involves the following stages:n1. Version Control: Developers commit their code to a version control system like Git.n2. Build: Continuous Integration (CI) tools like Jenkins or Travis CI compile and test the code.n3. Test: Automated testing frameworks run tests against the compiled code in various environments.n4. Package: Packaging tools like Maven or Docker package the tested code into deployable units.n5. Release: Continuous Deployment (CD) tools automate the process of releasing the packaged code to different environments, from development through staging and finally production.n6. Monitor: Continuous Monitoring tools keep track of the performance of the deployed application.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does http work?
What are the key elements of continuous testing?
Explain the role of DevOps?
How is chef used as a cm tool ?
What is the difference between resource allocation and resource provisioning?
what are some of the devops best practices ?
Define a typical devops work flow ?
What types of testing are needed?
What is configuration management in terms of infrastructure and mention a few popular tools used?
Mention at what instance have you used the SSH?
Can you explain the uses of the tools just mentioned and how they connect to give a devops model (ci/cd)?
Can devops be applied to a waterfall process?