eli5 what is DevOps ?

830 views

What exactly is DevOps and what’s the learning roadmap.

In: 25

27 Answers

Anonymous 0 Comments

DevOps automates everything necessary to take your code in GitHub to production.

That means they automate CI/CD the build machine, the machines for all the environments, cloud infrastructure deployments if you do that, artifact versioning.

You are viewing 1 out of 27 answers, click here to view all answers.