Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to DevOps - Learn DevOps basics in 3 hours!
Role Play
Rating: 4.5 out of 5(8,647 ratings)
26,843 students

Introduction to DevOps - Learn DevOps basics in 3 hours!

Learn the basics of DevOps with no prior knowledge required. Take the first steps towards a DevOps Certification.
Created byRick Crisci
Last updated 5/2026
English

What you'll learn

  • Understand the basic goals, benefits, and concepts of DevOps
  • Use downloadable slides and study guides to reinforce your knowledge!
  • Work with Version Control (GitHub), CI/CD (GitLab), Configuration Management (Ansible), and IaC (Terraform)
  • Learn about the different types of tests used in DevOps, such as unit tests and integration tests
  • Learn how automation is used in a DevOps culture
  • Frequent quizzes are used to help you master key concepts

Course content

2 sections28 lectures3h 14m total length
  • Course Introduction1:49
  • Course Resources, Study Guides, and Lab Manuals1:43
  • Introduction to DevOps7:19

    In this lesson, the fundamentals of DevOps are introduced, emphasizing its core principle of unifying development and operations teams through improved collaboration and communication. DevOps is described as a cultural movement and set of practices aimed at shortening the software development cycle while resolving the conflicts arising from differing goals between these teams. The lesson highlights that DevOps is not solely about tools but rather a culture that encourages cooperation and shared objectives among both teams for more efficient and stable software development and delivery.

  • Quiz: Introduction to DevOps
  • DevOps Goals - What are we trying to accomplish?4:54

    In this lesson, the focus is on outlining the goals and objectives of adopting a DevOps culture. The primary objective is to reduce time to market by increasing the speed and frequency of software releases, enabling rapid product improvement and competitive advantage. This is achieved through improved efficiency, collaboration, continuous testing, enhanced quality, resilience, recoverability, and integrated security practices within the DevOps process.

  • Quiz: DevOps Goals - What are we trying to accomplish?
  • Agile and DevOps6:47

    In this lesson, the relationship between Agile and DevOps methodologies is explored. Agile, which gained popularity in the early 2000s, focuses on rapid software development and collaboration between developers and project managers. However, it often left out the operations team. DevOps was born out of the need to bridge the gap between development and operations, emphasizing collaboration and shared goals, making Agile and DevOps complementary approaches to software development. The lesson also touches on the history of DevOps and how it emerged as a grassroots movement driven by practitioners seeking to improve the software development process.

  • Quiz: Agile and DevOps
  • The Traditional Silo Approach3:16

    In this lesson, the traditional silo approach to software development is discussed, highlighting the challenges of siloed teams, such as development, quality assurance, and operations, passing the code back and forth. This approach leads to communication issues, adversarial relationships, and ultimately, slower time to market and lower product quality. The lesson emphasizes the need to move beyond this traditional approach to improve efficiency, collaboration, and the overall quality of software development.

  • Quiz: The Traditional Silo Approach
  • The Release That Went Wrong
  • DevSecOps – Security in the Pipeline4:00
  • Automation and DevOps4:39

    In this lesson, the impact of automation on the DevOps approach is explored. The video discusses the benefits of automating processes that previously required manual interaction, such as automated tests during the coding process and continuous monitoring in production. Automation not only leads to faster issue detection and resolution but also fosters collaboration between development and operations teams, resulting in more reliable software and happier customers.

  • Quiz: Automation and DevOps
  • Build Automation4:54

    In this lesson, we delve into the concept of build automation, which is a crucial component of DevOps. Build automation involves separating the code building process from the integrated development environment (IDE) and automating tasks like compiling source files and creating installers. Automating the build process not only streamlines the development pipeline but also reduces variation and potential defects, leading to more consistent and error-free software production. Various tools, such as Jenkins, Maven, Gradle, and Bamboo, can be used to automate the build process, enhancing efficiency and reliability.

  • Quiz: Build Automation
  • Continuous Integration7:38

    This lesson explores the concept of continuous integration in DevOps. Continuous integration involves automating the integration of code changes from multiple contributors into a centralized repository. By doing so, it allows developers to frequently merge small code changes, detect and resolve integration issues early, and automate the build and testing processes, ultimately speeding up the time to market for software projects. The lesson highlights the role of tools like Jenkins in achieving effective continuous integration and ensuring a more efficient and collaborative development process.

  • Quiz: Continuous Integration
  • Continuous Delivery and Continuous Deployment4:55

    In this lesson, you will delve into the concepts of continuous delivery and continuous deployment in the context of DevOps. Continuous delivery is an extension of continuous integration, automatically deploying code changes to a testing or production environment, while the release to production is scheduled or requires manual approval. On the other hand, continuous deployment involves fully automating the deployment process with no human intervention, pushing code changes to production as soon as they pass all automated tests, ensuring rapid software updates. You'll explore the distinctions between these two approaches and gain insights into their benefits and drawbacks in the subsequent lesson.

  • Quiz: Continuous Delivery and Continuous Deployment
  • Faster Releases… But at What Risk?
  • CI/CD Summary and Benefits6:14

    In this lesson, you delve deeper into the concepts of continuous integration, continuous delivery, and continuous deployment. You explore the benefits and costs associated with these approaches. Continuous integration offers the advantage of early issue detection and less complex integration projects, but it requires initial effort for automation and a strong testing culture. Continuous delivery and deployment enable frequent software releases with less risk, provided that the testing process is robust. These approaches ensure that customers experience ongoing improvements and increased software quality. Strong testing remains a critical factor for success in these models.

  • Quiz: CI/CD Summary and Benefits
  • Types of Tests5:25

    In this video, you'll learn about various types of tests that can be incorporated into the DevOps process. The types of tests discussed include unit tests, integration tests, functional tests, and end-to-end tests. Each test type serves a specific purpose in verifying the functionality and quality of the software, with end-to-end tests mimicking user behavior and acceptance and performance testing ensuring that the application meets performance expectations. A best practice is to combine lower-level unit tests with a few end-to-end tests to identify and resolve issues early in the development process.

  • Quiz: Types of Tests
  • Infrastructure As Code - Example: CloudFormation10:23

    In this lesson, you will learn about the concept of infrastructure as code (IaC). Infrastructure typically includes physical components like servers, routers, and switches, but IaC allows you to create these components using software. You will explore how IaC, using tools like AWS CloudFormation, enables you to automate the creation and management of infrastructure, leading to improved documentation, reduced manual work, fewer errors, and the ability to create identical environments for development, testing, and production.

  • Quiz: Infrastructure As Code - Example: CloudFormation
  • Why Are We Still Building Servers Manually?
  • Configuration Management5:26

    In this lesson, the focus shifts to configuration management as a crucial aspect of infrastructure and DevOps. The lesson introduces tools like Ansible, Puppet, Chef, and Salt Stack, which help automate and manage the configuration of virtual servers and systems efficiently. These tools facilitate maintaining and updating software, managing system configurations, and ensuring that infrastructure operates in line with a DevOps approach.

  • Quiz: Configuration Management
  • Why Are We Still Clicking Buttons?
  • Bringing it All Together5:30

    This lesson provides an overview of how DevOps concepts come together in the development and deployment of software. It emphasizes the automation of various stages, including code testing, infrastructure provisioning, and configuration management, to streamline the process of delivering software to end-users efficiently. The lesson highlights the importance of integrating development and operations tasks while automating time-consuming processes, characteristic of the DevOps approach.

  • Quiz: Bringing it All Together
  • Introduction to Microservices8:21

    In this lesson, the concept of microservices is introduced and compared to traditional monolithic application architecture. Microservices involve breaking down application components into smaller, independent services that communicate through well-defined APIs, enabling benefits such as resilience, service independence, flexible scaling, and ease of development and replacement. These microservices can be effectively implemented using containerization technology on cloud platforms like AWS, Google Cloud, and Microsoft Azure, allowing for scalable and efficient software development and deployment.

  • Quiz: Introduction to Microservices
  • Introduction to Containers10:28

    In this lesson, you'll learn about the concept of containers and how they differ from virtual machines. Containers are lightweight, self-contained environments that include all the dependencies and libraries needed to run an application. They abstract away differences in operating systems and enable easy portability, making them a preferred choice for deploying microservices and applications. This lesson explores the benefits of containers and their role in modern application development and deployment.

  • Quiz: Introduction to Containers
  • Introduction to Serverless - Example: Lambda6:31

    This lesson explores the use of containers and microservices, particularly in the context of a web-based slot machine application, to demonstrate their advantages over traditional virtual machines (VMs) for scalability and resource efficiency. It introduces the concept of horizontal versus vertical scaling, emphasizing the flexibility and cost-effectiveness of using containerized microservices in cloud environments, such as AWS, for dynamically managing application loads.

  • Quiz: Introduction to Serverless - Example: Lambda
  • Should We Break This Application Apart?

Requirements

  • No experience required!

Description

"Great intro and definitions. This course is interesting and commands my attention. Love it." -Sandeep

"Just wow. One of the very best technical overviews I've experienced. A great deal of material presented logically and with good pacing. As a PM working with a DevOps team, I understood parts of the picture but needed a high-level overview and this was incredibly helpful. I'll definitely check out his other courses."  -Harold


Do you need to understand the basics of DevOps? Have you found that many training resources use complex technical jargon that makes it difficult to understand the basic concepts? If you need to get a basic understanding of DevOps quickly and clearly, this is the course for you.

This course answers the questions:

  • What is DevOps? Is it a set of tools? Is it a culture change?

  • What are the goals and benefits of adopting a DevOps culture?

  • What are the benefits of a CI/CD approach?

  • How does automation fit into DevOps?

  • What is the relationship between Agile and Devops?

  • What tools and solutions are commonly used?

  • What are the different types of tests that can be incorporated into the DevOps cycle?

I have taught hundreds of thousands of students across a variety of platforms, and I think anyone who needs to understand DevOps will love this course. Most lectures in this course are 5 - 10 minutes long. This course gives you an understanding of the most critical knowledge areas of DevOps.

If you need the basics of DevOps, this course will give you a strong foundation and is the ideal starting point.

If you are a project manager, developer, or operations administrator who needs a basic understanding of DevOps, this is the course for you!

Who this course is for:

  • DevOps beginners, management employees, or anyone who needs to understand DevOps basics
  • Anyone who plans to pursue a DevOps certification (AWS, K8s, etc...)