Docker and Kubernetes The Complete Guide: Creating a Production Grade Workflow (06/18)

Опубликовано: 12 Октябрь 2024
на канале: HanzTech
1,009
1

#k8s #kubernetes #docker #docker_beginner #start_docker #starting_with_docker #learningdocker #learningk8s #dockerk8s #dockerfile #dockercompose #dockervolumes #dockernginx #nginx #dockerProduction
Additional File: https://www.mediafire.com/file/z3yp6i...

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

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!

Chapters:
00:00 : Development Workflow
01:29 : Flow Specifics
08:01 : Docker's Purpose
09:06 : Project Generation
12:31 : More on Project Generation
14:15 : Neccessary Commands
19:24 : Creating the Dev Dockerfile
23:06 : Duplicating Dependencies
24:35 : Starting the Container
27:25 : Docker Volumes
34:18 : Bookmaking Volumes
39:08 : Shorthand with Docker Compose
43:30 : Overriding Dockerfile Selection
45:32 : Do We Need Copy
48:23 : Executing Tests
52:01 : Live Update Tests
56:55 : Docker Compose for Running Tests
1:02:40 : Shortcomings on Testing
1:11:10 : Need for Nginx
1:14:17 : Multi-Step Docker Builds
1:21:11 : Implementing Multi-Step Builds
1:28:16 : Running Nginx