Docker and Kubernetes Masterclass
Learn how to deploy, manage and scale dockerized apps in Kubernetes and docker in Devops video course Devops 18:38 Hours
0
(0 Ratings)
What do you learn?
Docker commands
69 LessonsTitle
Study Time
Executing Commands in Running Containers
2:54
The Purpose of the IT Flag
4:36
Getting a Command Prompt in a Container
4:7
Starting with a Shell
2:14
Container Isolation
3:10
Creating Docker Images
2:37
Building a Dockerfile
4:52
Dockerfile Teardown in detail
2:42
What is a Base Image in Docker?
5:41
The Build Process in Detail
11:10
A Brief Recap
3:25
Rebuild everything with Cache in Docker
7:3
Tagging an Image in Docker
4:27
Manual Image Generation with Docker Commit
5:1
Project Outline in Docker
2:36
Node Server Setup in Docker
5:4
Planned Errors in Docker
5:13
What are Base Image Issues in Docker? Base Image Issues
7:51
A Few Missing Files
3:19
Copying Build Files in Docker
4:51
Container Port Mapping in Docker
7:27
Specifying a Working Directory in Docker
7:53
Unnecessary Rebuilds in Docker
4:17
Minimizing Cache Busting and Rebuilds in Docker
4:59
App Overview
3:58
App Server Code
6:44
Assembling a Dockerfile
3:13
Introducing Docker Compose
5:32
Docker Compose Files
6:3
Networking with Docker Compose
5:1
Networking with Docker Compose
5:1
Docker Compose Commands
4:39
Stopping Docker Compose Containers
2:35
Stopping Docker Compose Containers
2:35
Container Maintenance with Compose
2:54
Container Maintenance with Compose
2:54
Automatic Container Restarts
9:22
Automatic Container Restarts
9:22
Container Status with Docker Compose
2:22
Container Status with Docker Compose
2:22
Development Workflow
1:29
Development Workflow
1:29
Flow Specifics
6:33
Flow Specifics
6:33
Dockers Purpose
1:51
Dockers Purpose
1:51
Project Generation
3:26
Project Generation
3:26
More on Project Generation
1:45
More on Project Generation
1:45
Necessary Commands
5:10
61. Docker Creating the Dev Dockerfile
3:43
61. Docker Creating the Dev Dockerfile
3:43
Duplicating Dependencies
1:30
Duplicating Dependencies
1:30
Starting the Container
2:51
Starting the Container
2:51
Docker Volumes
6:54
Docker Volumes
6:54
Bookmarking Volumes
4:51
Bookmarking Volumes
4:51
Shorthand with Docker Compose
4:23
Shorthand with Docker Compose
4:23
Overriding Dockerfile Selection
2:3
Overriding Dockerfile Selection
2:3
Do We Need Copy
2:52
Do We Need Copy
2:52
Executing Tests
3:39
Executing Tests
3:39
Docker cloud
50 LessonsTitle
Study Time
Live Updating Tests
4:55
Docker Compose for Running Tests
5:46
Shortcomings on Testing
8:31
Need for Nginx
3:8
Multi Step Docker Builds in Docker
6:55
Implementing Multi Step Builds in Docker
7:6
Running Nginx in Docker
2:28
Services Overview | Docker on AWS
3:5
Github Setup | Docker on AWS
3:58
Travis CI Setup | Docker on AWS
4:18
Travis YML File Configuration | Docker on AWS
7:40
A Touch More Travis Setup | Docker on AWS
4:15
Automatic Build Creation | Docker on AWS
3:31
AWS Elastic Beanstalk | Docker on AWS
4:11
More on Elastic Beanstalk | Docker on AWS
2:26
Travis Config for Deployment | Docker on AWS
8:47
Automated Deployments | Docker on AWS
7:18
Exposing Ports Through the Dockerfile | Docker on AWS
3:57
Workflow With Github | Docker on AWS
4:0
Redeploy on Pull Request Merge | Docker on AWS
2:2
Deployment Wrap up | Docker on AWS
2:4
Single Container Deployment Issues in Docker
3:3
Application Overview in Docker
4:31
Application Architecture
5:12
Worker Process Setup
11:42
Express API Setup
5:20
Connecting to Postgres
7:37
More Express API Setup
12:21
Generating the React App
1:52
Fetching Data in the React App
6:32
Rendering Logic in the App
8:30
Exporting the Fib Class
27 Secs
Routing in the React App
4:37
Checkpoint Catchup
2:40
Dockerizing a React App Again in Docker
6:42
Dockerizing Generic Node Apps
3:48
Adding Postgres as a Service
7:6
Docker compose Config in Docker
6:18
Environment Variables with Docker Compose
10:21
The Worker and Client Services
3:43
Nginx Path Routing in Docker
9:42
Routing with Nginx in Docker
11:13
Building a Custom Nginx Image
5:38
Starting Up Docker Compose
1:51
Troubleshooting Startup Bugs in Docker
3:23
Opening Web Socket Connections in Docker
3:52
Production Multi Container Deployments in Docker
5:40
Production Docker files
6:6
Multiple Nginx Instances
5:24
Altering Nginxs Listen Port in Docker
4:54
Docker architecture
24 LessonsTitle
Study Time
Github and Travis CI Setup
4:9
Travis Configuration Setup
8:46
Pushing Images to Docker Hub
7:35
Successful Image Building
1:50
Multi Container Definition Files | Docker on AWS
4:30
Finding Docs on Container Definitions | Docker on AWS
3:10
Adding Container Definitions to DockerRun | Docker on AWS
5:46
More Container Definitions | Docker on AWS
5:19
Forming Container Links | Docker on AWS
7:48
Creating the EB Environment | Docker on AWS
3:31
Managed Data Service Providers | Docker on AWS
10:45
Overview of AWS VPCs and Security Groups | Docker on AWS
9:22
RDS Database Creation | Docker on AWS
6:32
ElastiCache Redis Creation | Docker on AWS
4:12
Creating a Custom Security Group | Docker on AWS
4:19
Applying Security Groups to Resources | Docker on AWS
5:0
Setting Environment Variables | Docker on AWS
7:56
IAM Keys for Deployment | Docker on AWS
5:13
Travis Deploy Script | Docker on AWS
3:21
Container Memory Allocations | Docker on AWS
4:11
Verifying Deployment | Docker on AWS
2:57
A Quick App Change | Docker on AWS
1:30
Making Changes in Docker | Docker on AWS
58 Secs
Cleaning Up AWS Resources | Docker on AWS
5:6
Kubernetes
46 LessonsTitle
Study Time
Kubernetes: Kubernetes | What and Why
8:7
Kubernetes: Kubernetes in Development and Production
5:48
Kubernetes: Minikube Setup on MacOS
5:37
Kubernetes: Mapping Existing Knowledge
7:38
Kubernetes: Adding Configuration Files
6:52
Kubernetes: Object Types and API Versions
6:56
Kubernetes: Running Containers in Pods
9:19
Kubernetes: Service Config Files in Depth
13:38
Kubernetes: Connecting to Running Containers
10:25
Kubernetes: The Entire Deployment Flow
13:3
Kubernetes: Imperative vs Declarative Deployments
13:37
Kubernetes Updating Existing Objects
6:11
Kubernetes Declarative Updates in Action
7:5
Kubernetes Limitations in Config Updates
2:56
Kubernetes Running Containers with Deployments
6:4
Kubernetes Deployment Configuration Files
3:19
Kubernetes Walking Through the Deployment Config
4:24
Kubernetes Applying a Deployment
6:23
Kubernetes Why Use Services
5:20
Kubernetes Scaling and Changing Deployments
6:32
Kubernetes Updating Deployment Images
3:58
Kubernetes Rebuilding the Client Image
3:0
Kubernetes Triggering Deployment Updates
12:25
Kubernetes Imperatively Updating a Deployments Image
7:25
Kubernetes Multiple Docker Installations
5:38
Kubernetes Reconfiguring Docker CLI
5:58
Kubernetes Why Mess with Docker in the Node
5:6
Kubernetes The Path to Production
5:13
Kubernetes A Quick Checkpoint
4:36
Kubernetes Recreating the Deployment
5:30
Kubernetes NodePort vs ClusterIP Services
3:42
Kubernetes The ClusterIP Config
3:53
Kubernetes Applying Multiple Files with Kubectl
4:19
Kubernetes Express API Deployment Config
6:3
Kubernetes Cluster IP for the Express API
3:9
Kubernetes Combining Config Into Single Files
6:0
Kubernetes The Worker Deployment
4:37
Kubernetes Reapplying a Batch of Config Files
4:52
Kubernetes Creating and Applying Redis Config
7:27
Kubernetes Last Set of Boring Config
6:15
Kubernetes The Need for Volumes with Databases
7:19
Kubernetes Kubernetes Volumes
5:18
Kubernetes Volumes vs Persistent Volumes
3:0
Kubernetes Persistent Volumes vs Persistent Volume Claims
9:22
Kubernetes Claim Config Files
2:57
Kubernetes Persistent Volume Access Modes
3:32
Kubernetes - workflow
48 LessonsTitle
Study Time
Kubernetes Where Does Kubernetes Allocate Persistent Volumes
7:43
Kubernetes Designating a PVC in a Pod Template
6:10
Kubernetes Applying a PVC
2:23
Kubernetes Defining Environment Variables
4:9
Kubernetes Adding Environment Variables to Config
5:45
Kubernetes Creating an Encoded Secret
9:26
Kubernetes Passing Secrets as Environment Variables
5:54
Kubernetes Environment Variables as Strings
2:18
Kubernetes Load Balancer Services
4:15
Kubernetes A Quick Note on Ingresses
3:33
Kubernetes One Other Quick Note
1:38
Kubernetes Behind the Scenes of Ingress
5:18
Kubernetes More Behind the Scenes of Ingress
6:38
Kubernetes Setting up Ingress Locally with Minikube
6:22
Kubernetes Creating the Ingress Configuration
7:1
Kubernetes Testing Ingress Locally
2:51
Kubernetes The Minikube Dashboard
3:29
Kubernetes The Deployment Process
5:50
Kubernetes Google Cloud vs AWS for Kubernetes
4:54
Kubernetes Creating a Git Repo
4:0
Kubernetes Linking the Github Repo to Travis
1:36
Kubernetes Creating a Google Cloud Project
2:0
Kubernetes Linking a Billing Account
2:12
Kubernetes Kubernetes Engine Init
1:48
Kubernetes Creating a Cluster with Google Cloud
4:48
Kubernetes Dashboard on Google Cloud
4:34
Kubernetes Travis Deployment Overview
5:5
Kubernetes Installing the Google Cloud SDK
5:45
Kubernetes Generating a Service Account
5:30
Kubernetes Running Travis CLI in a Container
9:18
Kubernetes Encrypting a Service Account File
7:55
Kubernetes Issuer Config File
5:8
Kubernetes Certificate Config File
5:19
Kubernetes Deploying Changes
3:16
Kubernetes Verifying the Certificate
3:55
Kubernetes Ingress Config for HTTPS
6:50
Kubernetes It Worked
2:52
Kubernetes How to Wire Up Cert Manager
5:59
Kubernetes Cert Manager Install
1:58
Kubernetes Domain Name Setup
3:31
Kubernetes Domain Purchase
2:18
Kubernetes HTTPS Setup Overview
5:36
Kubernetes Fib Calculator
1:38
Kubernetes Merging a PR for Deployment
1:2
Kubernetes A Workflow for Changing in Prod
4:30
Kubernetes Verifying Deployment
5:21
Kubernetes Did I Really Type That
46 Secs
Kubernetes Finally Deployment
3:31
Kubernetes cloud
13 LessonsTitle
Study Time
Kubernetes Helm Setup
8:16
Kubernetes The Result of Ingress Nginx
3:49
Kubernetes Ingress Nginx with Helm
1:57
Kubernetes Assigning Tiller a Service Account
5:9
Kubernetes Security with RBAC
8:22
Kubernetes Creating a Secret on Google Cloud
2:25
Kubernetes Configuring the GCloud CLI on Cloud Console
5:35
Kubernetes Updating the Deployment Script
7:51
Kubernetes Running Tests with Travis
6:19
Kubernetes More Google Cloud CLI Config
4:40
Kubernetes Custom Deployment Providers
3:50
Kubernetes Unique Deployment Images
8:34
Kubernetes Unique Tags for Built Images
7:48
About this course
This is a masterclass for learning Docker and Kubernetes. Developers and system administrators can create, operate, and share programmes using containers using the Docker platform. Containerization is the process of using containers to deploy software. This goal of this course is to get you started with Kubernetes and docker. Through a practical workshop, you'll learn how to dockerize an app, deploy it to Kubernetes cluster and apply DevOps into it.
Prerequisites
Class rating
0
0 Reviews
Reviews (0)
Class instructor

Scientific Team
Team
4.67
Learnitive Collections
Forum
Please enroll to view the course forum.

Statistics
Duration:
18:38 Hours
Students:
8
Lessons:
269
Created Date:
2023 Feb 27
Introduction
19 Lessons