Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Docker and Kubernetes: The Complete Guide
Highest Rated
Rating: 4.7 out of 5(62,432 ratings)
330,299 students
Created byStephen Grider
Last updated 2/2026
English

What you'll learn

  • Learn Docker from scratch, no previous experience required
  • Master the Docker CLI to inspect and debug running containers
  • Build a CI + CD pipeline from scratch with Github, Travis CI, and AWS
  • Understand the purpose and theory of Kubernetes by building a complex app
  • Automatically deploy your code when it is pushed to Github!
  • Develop practical skills through hands-on projects and exercises

Course content

19 sections310 lectures21h 35m total length
  • Finished Code and Diagrams0:39
  • Why Use Docker?3:43

    Dive into the core purpose of Docker: simplifying software installation and execution on various systems, including personal and cloud-based platforms. Explore the common challenges faced when installing software without Docker, and witness a live demonstration of the ease with which Docker allows for setting up an instance of Redis, an in-memory data store frequently used in this course.


  • What is Docker?2:53

    Explore the core concepts of Docker, delving into the ecosystem encompassing various tools and software that facilitate creating and running containers. Grasp the distinction between a Docker image and a container, with an image as the packaged dependencies and configuration for a program, and a container as the instance of running that image, each with isolated system resources.


  • Docker for Mac/Windows1:57

    Learn to set up and use Docker for Windows or Docker for Mac, depending on the operating system. The session delves into the Docker client (Docker CLI) for interacting with Docker commands in the terminal and the Docker server (Docker daemon), which manages containers and images. Explore these essential Docker tools to enhance understanding of image and container manipulation.


  • Installing Docker on macOS1:10
  • Installing Docker with WSL on Windows 10/112:13
  • Installing Docker on Linux1:55
  • Using the Docker Client5:03

    Explore the essentials of Docker's functionality by running the first Docker command, `Docker run hello-world`. Understand the process that occurs behind the scenes, including the use of Docker client and server, image caching, and interaction with Docker Hub. Learn the significance of container instantiation from an image and observe how subsequent runs are quicker due to local image caching.


  • But Really...What's a Container?8:30

    Explore the fundamental concepts of containers by understanding the role of the operating system kernel, system calls, and how they interact with hardware resources. Delve into the mechanics of container creation through name spacing and control groups, and grasp how an operating system feature isolates resources for processes, essentially building what is known as a container. Learn how Docker images are transformed into running containers, completing the understanding of the containerization process.


  • How's Docker Running on Your Computer?2:44

    Learn how Docker enables running containers on non-Linux operating systems like Windows and macOS through a Linux virtual machine. Understand the significance of name spacing and control groups in resource allocation, and discover how the Docker client interacts with the Linux kernel to manage container processes. Dive deeper into the internals of Docker in the next section.

  • Images and Containers

Requirements

  • Basic understanding of terminal and command line usage
  • No previous Docker or Kubernetes experience is required!
  • A credit card is required to deploy projects to AWS or Google Cloud

Description

If you're tired of spinning your wheels learning how to deploy web applications, this is the course for you.

This course requires you to download Docker Desktop from Docker. If you are a Udemy Business user, please check with your employer before downloading software.

CI+CD Workflows? You will learn it.  AWS Deployment? Included.  Kubernetes in Production? Of course!

This is the ultimate course to learn how to deploy any web application you can possibly dream up.  Docker and Kubernetes are the newest tech in the Dev Ops world, and have dramatically changed the flow of creating and deploying web apps.  Docker is a technology that allows applications to run in constructs called 'containers', while Kubernetes allows for many different 'containers' to run in coordination.


Docker from Scratch!

In this course you'll learn Docker from absolute fundamentals, beginning by learning the answer to basic questions such as "What is a container?" and "How does a container work?".  From the very first few lectures, we will do a deep dive on the inner workings of containers, so you get a core understanding of exactly how they are implemented.  Once you understand what a container is, you'll learn how to work with them using basic Docker CLI commands.  After that, you'll apply your new-found mastery of the Docker CLI to build your own custom images, effectively 'Dockerizing' your own personal applications. 


CI + CD Pipelines

Of course, no course on Docker would be complete without a full understanding of common Continuous Integration and Continuous Deployment patterns.  You will learn how to implement a full CI + CD workflow using Github, Travis CI, and Amazon Web Services, creating a pipeline that automatically deploys your code every time you push your latest changes to Github!


Multi-Container Deployments on AWS!

After building a deployment pipeline, you'll apply it to master both single-container and multi-container deployments on Amazon Web Services.  You will construct a multi-container application utilizing Node, React, Redis, and Postgres, and see the amazing power of containers in action (Note: all Javascript coding in this course is optional, the full source code is provided if you don't want to write JS).


Kubernetes!

Finally, you will tackle Kubernetes, a production-grade system for managing complex applications with many different running containers.  You will learn the right way to build a Kubernetes Cluster - this course doesn't have any of those annoying "don't do this in production" comments!  You will first build a Kubernetes Cluster on your local machine, then eventually move it over to a cloud provider.  You'll even learn how to set up HTTPS on Kubernetes, which is harder than it sounds!


Here's what you'll do:

  • Learn Docker from scratch, no previous experience required

  • Build your own custom images tailored to your applications

  • Master the Docker CLI to inspect and debug running containers

  • Understand how Docker works behind the scenes, and what a container is

  • Build a CI + CD pipeline from scratch with Github, Travis CI, and AWS

  • Automatically deploy your code when it is pushed to Github!

  • Build a complex multi-container application from scratch and deploy it to AWS

  • Understand the purpose and theory of Kubernetes

  • Deploy a production-ready Kubernetes Cluster to Google Cloud

Who this course is for:

  • Software engineers looking to deploy their apps easily and quickly