Docker and Kubernetes The Complete Guide: Continuous Integration and Deployment with AWS (07/18)

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

#k8s #kubernetes #docker #docker_beginner #start_docker #starting_with_docker #learningdocker #learningk8s #dockerk8s #dockerProduction #dockeraws #aws #TravisCI #Travis #cicd #AWSElasticBeanstalk #awsElastic #elasticBeanstalk #dockergithub #github
Additional File: https://www.mediafire.com/file/rvuvry...

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 : Service Overview
03:05 : Github Setup
07:02 : Travis CI Setup
11:19 : Travis YML File Configuration
18:58 : A Touch More Travis Setup
23:12 : Automatic Build Creation
26:42 : AWS Elastic Beanstalk
30:52 : More on Elastic Beanstalk
33:17 : Travis Config for Deployment
42:03 : Automated Deployments
49:20 : Exposing Ports Throught the Dockerfile
53:16 : Work with Github
57:15 : Redeploy on Pull Request Merge
59:16 : Deployment Wrapup