A beginner-friendly, and free, course to help you take your first steps as a DevOps engineer is available as a series of YouTube videos.
But first, let's start with some definitions of what DevOps is. In "The DevOps Master Class - Go Behind The Concept" we saw that it is not just about the tools:
DevOps is the union of people, process, and products to enable continuous delivery of value to our end users
It's about bringing teams together and enabling them through the use of agile tools and processes to cooperate, to create new features that bring value to end users as well as cope with frequent changes in requirements, something remedied under a continuous cycle that ensures continual delivery.
And what are those tools and processes? Git and CI/CD, monitoring, infrastructure as code and containers.
full article on i-programmer:
https://www.i-programmer.info/news/90-tools/15165-take-github-actions-course-for-free.html
Comments