Benefits and Usage of DevOps Technologies

https://www.youtube.com/watch?v=-acpNiCa0qY&list=PLlVtbbG169nED0_vMEniWBQjSoxTsBYS3&index=27

  • GIT is an open-source solution for version control

  • Kanban boards are used for managing projects

  • Pipelines are using for CI/CD

    • You can gate the pipeline so that it must meet certain conditions before being deployed

    • Artifacts are a compiled image that you want to use somewhere

      • Not getting a huge amount of development work

Github is focused around Git

  • Github actions are similar to CI/CD in Azure Devops, but it extends that capability beyond just CI/CD

  • Gates can not be applied to actions, but they can be applied to environments

Azure Dev Test Labs

  • Building/Setting up/Tearing down an environment

Last updated