DEV Community

Cover image for Udemy Course Review for Docker and Kubernetes
Full Stack Geek
Full Stack Geek

Posted on

Udemy Course Review for Docker and Kubernetes

In these tough times, why not just upskill yourself a bit why learning some skills like Docker, Kubernetes, Java, AWS, and what not? Today we are going to review some of the courses regarding Docker and Kubernetes:

Docker and Kubernetes - The Complete Guide

About this 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.

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!

Stats:
Students: 119784
Languages: English
Captions: Yes
Lectures: 310
Video: 22 total hours
Rating: 4.6

Get the course here:
Docker and Kubernetes - The Complete Guide

Some Other Courses worth looking at:

  1. Docker for the Absolute Beginner - Hands On - DevOps
  2. Docker Mastery: with Kubernetes +Swarm from a Docker Captain

Top comments (0)