Search This Blog

Wednesday, July 7, 2021

Azure: Devops

What is DevOPS:
It is a set of practices followed by development team and operations team from committing a change to taking it to the production. 

Azure Devops
  • It is a tool which gives us an integrated environment to use different tools. 
  • We have different stages for code to move into production
    • Development – Visual Studio, Visual Studio Code, Eclipse…
    • Code check in – TFS, GIT, …
    • Build code/ build servers – .net compilers, Maven, Gradle, pipelines  ..
    • Testing – Selenium, Junits….
    • Release – Jenkins, Bamboo
    • Deployment – Docker, AWS, Azure … 
    • Operations – Kubernetes, Redhat Openshift, 
    • Monitoring – Splunk..

No comments:

Post a Comment