Skip to navigation
Skip to navigation
Skip to search form
Skip to login form
Skip to footer
Skip to main content
MVP189
LEO777
LEO777
LEO777
LEO777
LEO777
LEO777
LEO777
LEO777
LEO777
PAREPOS
JAVABET99
KONTAN88
PEWE128
LAGA88
SKY99IDN
BUANA88
BOXING55
DEWISRI88
DEWISRI88
DEWISRI88
MVP189
slot mania
MVP189
situs tergacor
pg slot wallet
Accessibility options
Accessibility profiles
Visual impairment
Seizure and epileptic
Color vision deficiency
ADHD
Learning
Content adjustments
Readable font
Highlight titles
Highlight links
Stop animations
Text size
+
+ +
+ + +
Line height
+
+ +
+ + +
Text spacing
+
+ +
+ + +
Color adjustments
Dark contrast
Light contrast
High contrast
High saturation
Low saturation
Monochrome
Orientation adjustments
Reading guide
Reading Mask
Big black cursor
Big white cursor
Email: it@huph.edu.vn
Email: it@huph.edu.vn
Các khóa học
Link list
Đổi giao diện
Giao diện cũ
Giao diện mới
Learning AI
Machine Learning cơ bản
en
English
Technology
Docker and Kubernetes
Udemy - Docker and Kubernetes The Complete Guide 2025-2
0 students
Last updated
Feb 2025
Enrol now
Overview
Course content
Instructors
About the course
Show more...
Course content
Sections:
18
•
Activities:
0
•
Resources:
248
Expand all
Section 1
01. Dive Into Docker!
3 Why Use Docker
4 What is Docker
5 Docker for MacWindows
9 Using the Docker Client
10 But ReallyWhats a Container
11 Hows Docker Running on Your Computer
1. diagrams
Section 2
02. Manipulating Containers with the Docker Client
1 Docker Run in Detail
2 Overriding Default Commands
3 Listing Running Containers
4 Container Lifecycle
5 Restarting Stopped Containers
6 Removing Stopped Containers
7 Retrieving Log Outputs
8 Stopping Containers
9 Multi Command Containers
10 Executing Commands in Running Containers
11 The Purpose of the IT Flag
12 Getting a Command Prompt in a Container
13 Starting with a Shell
14 Container Isolation
Section 3
03. Building Custom Images Through Docker Server
1 Creating Docker Images
3 Building a Dockerfile
4 Dockerfile Teardown
5 Whats a Base Image
6 The Build Process in Detail
7 A Brief Recap
10 Rebuilds with Cache
11 Tagging an Image
13 Manual Image Generation with Docker Commit
Section 4
04. Making Real Projects with Docker
1 Project Outline
2 Node Server Setup
4 A Few Planned Errors
5 Base Image Issues
6 A Few Missing Files
7 Copying Build Files
8 Container Port Mapping
9 Specifying a Working Directory
10 Unnecessary Rebuilds
11 Minimizing Cache Busting and Rebuilds
Section 5
05. Docker Compose with Multiple Local Containers
1 App Overview
2 App Server Starter Code
3 Assembling a Dockerfile
4 Introducing Docker Compose
5 Docker Compose Files
6 Networking with Docker Compose
7 Docker Compose Commands
8 Stopping Docker Compose Containers
9 Container Maintenance with Compose
10 Automatic Container Restarts
11 Container Status with Docker Compose
Section 6
06. Creating a Production-Grade Workflow
1 Development Workflow
2 Flow Specifics
3 Dockers Purpose
4 Project Generation
6 Necessary Commands
7 Creating the Dev Dockerfile
8 Duplicating Dependencies
9 Starting the Container
10 Docker Volumes
12 Bookmarking Volumes
13 Shorthand with Docker Compose
14 Overriding Dockerfile Selection
15 Do We Need Copy
16 Executing Tests
17 Live Updating Tests
18 Docker Compose for Running Tests
19 Shortcomings on Testing
20 Need for Nginx
21 Multi Step Docker Builds
22 Implementing Multi Step Builds
23 Running Nginx
Section 7
07. Continuous Integration and Deployment with AWS
1 Services Overview
2 Github Setup
5 Travis CI Setup
6 Travis YML File Configuration
7 A Touch More Travis Setup
8 Automatic Build Creation
9 AWS Elastic Beanstalk
11 More on Elastic Beanstalk
12 Travis Config for Deployment
14 Automated Deployments
15 Exposing Ports Through the Dockerfile
16 Workflow With Github
17 Redeploy on Pull Request Merge
18 Deployment Wrapup
Section 8
08. Building a Multi-Container Application
1 Single Container Deployment Issues
2 Application Overview
4 Application Architecture
5 Worker Process Setup
6 Express API Setup
8 Connecting to Postgres
9 More Express API Setup
11 Fetching Data in the React App
12 Rendering Logic in the App
13 Exporting the Fib Class
14 Routing in the React App
Section 9
09. Dockerizing Multiple Services
2 Checkpoint Catchup
4 Dockerizing a React App Again
5 Dockerizing Generic Node Apps
7 Adding Postgres as a Service
8 Docker compose Config
9 Environment Variables with Docker Compose
11 The Worker and Client Services
12 Nginx Path Routing
13 Routing with Nginx
14 Building a Custom Nginx Image
15 Starting Up Docker Compose
17 Troubleshooting Startup Bugs
19 Opening Websocket Connections
Section 10
10. A Continuous Integration Workflow for Multiple Images
1 Production Multi Container Deployments
2 Production Dockerfiles
3 Multiple Nginx Instances
5 Altering Nginxs Listen Port
6 Cleaning Up Tests
7 Travis Configuration Setup
9 Github and Travis CI Setup
10 Pushing Images to Docker Hub
11 Successful Image Building
Section 11
11. Multi-Container Deployments to AWS
1 Multi Container Definition Files
2 Finding Docs on Container Definitions
3 Adding Container Definitions to DockerRun
4 More Container Definitions
5 Forming Container Links
8 Managed Data Service Providers
9 Overview of AWS VPCs and Security Groups
10 RDS Database Creation
11 ElastiCache Redis Creation
12 Creating a Custom Security Group
13 Applying Security Groups to Resources
14 Setting Environment Variables
15 IAM Keys for Deployment
17 Travis Deploy Script
18 Container Memory Allocations
19 Verifying Deployment
20 A Quick App Change
21 Making Changes
22 Cleaning Up AWS Resources
Section 12
12. Onwards to Kubernetes!
1 The Whys and Whats of Kubernetes
2 Kubernetes in Development and Production
8 Mapping Existing Knowledge
10 Adding Configuration Files
11 Object Types and API Versions
12 Running Containers in Pods
14 Service Config Files in Depth
16 Connecting to Running Containers
17 The Entire Deployment Flow
18 Imperative vs Declarative Deployments
Section 13
13. Maintaining Sets of Containers with Deployments
1 Updating Existing Objects
2 Declarative Updates in Action
3 Limitations in Config Updates
4 Running Containers with Deployments
6 Deployment Configuration Files
7 Walking Through the Deployment Config
8 Applying a Deployment
9 Why Use Services
11 Scaling and Changing Deployments
12 Updating Deployment Images
13 Rebuilding the Client Image
14 Triggering Deployment Updates
15 Imperatively Updating a Deployments Image
17 Multiple Docker Installations
18 Reconfiguring Docker CLI
19 Why Mess with Docker in the Node
Section 14
14. A Multi-Container App with Kubernetes
1 The Path to Production
3 A Quick Checkpoint
4 Recreating the Deployment
5 NodePort vs ClusterIP Services
6 The ClusterIP Config
7 Applying Multiple Files with Kubectl
8 Express API Deployment Config
9 Cluster IP for the Express API
10 Combining Config Into Single Files
11 The Worker Deployment
12 Reapplying a Batch of Config Files
13 Creating and Applying Redis Config
15 Last Set of Boring Config
16 The Need for Volumes with Databases
17 Kubernetes Volumes
18 Volumes vs Persistent Volumes
19 Persistent Volumes vs Persistent Volume Claims
20 Claim Config Files
21 Persistent Volume Access Modes
22 Where Does Kubernetes Allocate Persistent Volumes
23 Designating a PVC in a Pod Template
24 Applying a PVC
25 Defining Environment Variables
26 Adding Environment Variables to Config
27 Creating an Encoded Secret
29 Passing Secrets as Environment Variables
30 Environment Variables as Strings
Section 15
15. Handling Traffic with Ingress Controllers
1 Load Balancer Services
2 A Quick Note on Ingresses
3 One Other Quick Note
4 Behind the Scenes of Ingress
5 More Behind the Scenes of Ingress
9 Setting Up Ingress Locally with Minikube
11 Creating the Ingress Configuration
12 Testing Ingress Locally
13 The Minikube Dashboard
Section 16
16. Kubernetes Production Deployment
1 The Deployment Process
2 Google Cloud vs AWS for Kubernetes
3 Creating a Git Repo
4 Linking the Github Repo to Travis
6 Creating a Google Cloud Project
7 Linking a Billing Account
9 Kubernetes Engine Init
10 Creating a Cluster with Google Cloud
12 Kubernetes Dashboard on Google Cloud
13 Travis Deployment Overview
14 Installing the Google Cloud SDK
16 Generating a Service Account
18 Running Travis CLI in a Container
20 Encrypting a Service Account File
21 More Google Cloud CLI Config
23 Running Tests with Travis
24 Custom Deployment Providers
25 Unique Deployment Images
26 Unique Tags for Built Images
27 Updating the Deployment Script
28 Configuring the GCloud CLI on Cloud Console
29 Creating a Secret on Google Cloud
30 Helm Setup
32 Ingress Nginx with Helm
33 The Result of Ingress Nginx
34 Finally Deployment
35 Did I Really Type That
36 Verifying Deployment
37 A Workflow for Changing in Prod
38 Merging a PR for Deployment
39 Thats It Whats Next
Section 17
17. HTTPS Setup with Kubernetes
1 HTTPS Setup Overview
2 Domain Purchase
3 Domain Name Setup
5 Cert Manager Install
6 How to Wire Up Cert Manager
8 Issuer Config File
10 Certificate Config File
11 Deploying Changes
13 Verifying the Certificate
15 Ingress Config for HTTPS
16 It Worked
Section 18
18. Local Development with Skaffold
1 Awkward Local Development
2 Installing Skaffold
3 The Skaffold Config File
5 Live Sync Changes
6 Automatic Shutdown
7 Testing Live Sync with the API Server
Instructors
Enrolment options
Udemy - Docker and Kubernetes The Complete Guide 2025-2
Course modified date:
26 Feb 2025
Enrolled students:
There are no students enrolled in this course.
Guests cannot access this course. Please log in.
Continue
Enrol now
This course includes
Resources
Share this course
Scroll to top
×
Close
×
Close