Docker and Kubernetes The Complete Guide: Onwards to Kubernetes (12/18)

Опубликовано: 29 Сентябрь 2024
на канале: HanzTech
610
1

#k8s #kubernetes #docker #docker_beginner #start_docker #starting_with_docker #learningdocker #learningk8s #dockerk8s #learningKubenetes #k8sbeginner #k8snewbie

Additional File: https://www.mediafire.com/file/uvi2hw...

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 : The Why's and What's of Kubernetes
08:06 : Kubernetes in Development and Production
13:53 : Minikube Setup on MacOS
19:29 : Mapping Existing Knowledge
27:06 : Adding Configuration Files
33:58 : Object Types and API Versions
40:53 : Running Containers in Pods
43:17 : Service Config Files in Depth
56:54 : Connecting to running Containers
1:07:18 : The Entire Deployment Flow
1:20:20 : Imperative vs Declarative Deployment