From the course: CompTIA Cloud Essentials (CLO-002) Cert Prep

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Explain DevOps in cloud environments

Explain DevOps in cloud environments

- [Instructor] DevOps is an innovative way to code, so software can be developed in Cloud Environments safely and effectively. DevOps is the holistic view of the areas of development or Dev in operations or Ops, and fussing them together so that work can be done in a more cohesive and efficient way. Dev is focused on fast delivery while Ops is focused on keeping things stable and running. DevOps allows for a continuous flow pipeline where work in small batches moves from the left side of development to the right side of operations in the continuum. The pipeline is often referred to as CICD or Continuous Integration and Continuous Deployment. Infrastructure as Code or IaC is also based off DevOps methodology, which allows you to avoid manual work and helps to keep things consistent. IaC allows you to create infrastructure such as a VM automatically via code instead of doing so manually, this also helps maintain consistency.…

Contents