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 Mastery with Kubernetes and Swarm from a Docker Captain 2025-2
1 students
Last updated
Mar 2025
Enrol now
Overview
Course content
Instructors
About the course
Show more...
Course content
Sections:
28
•
Activities:
0
•
Resources:
182
Expand all
Section 1
01. Quick Start!
1 What is Docker in 2025 The Three Innovations
2 Quick Container Run
3 Why Docker Why Now in 2025
Section 2
02. Course Introduction
1 Course Roadmap overview
Section 3
03. The Best Way to Setup Docker for Your OS
1 Installing The Right Docker for this course
3 Docker for Windows Setup and Tips
4 Docker for Mac Setup and Tips
5 Docker for Linux Desktop Setup and Tips
6 Docker for Linux Server Setup and Tips
7 VS Code for DevOps Docker and YAML Editing
Section 4
04. Creating and Using Containers Like a Boss
1 Check Our Docker Install and Config
2 Starting a Nginx Web Server
3 Debrief What Happens When We Run a Container
4 Container VS VM Its Just a Process
6 Assignment Manage Multiple Containers
7 Assignment Answers Manage Multiple Containers
9 Whats Going On In Containers CLI Process Monitoring
11 Getting a Shell Inside Containers No Need for SSH
12 Docker Networks Concepts for Private and Public Comms in Containers
14 Docker Networks CLI Management of Virtual Networks
15 Docker Networks DNS and How Containers Find Each Other
17 Assignment Using Containers for CLI Testing
18 Assignment Answers Using Containers for CLI Testing
20 Assignment DNS Round Robin Test
21 Assignment Answers DNS Round Robin Test
Section 5
05. Container Images, Where To Find Them and How To Build Them
1 Whats In An Image and What Isnt
2 The Mighty Hub Using Docker Hub Registry Images
3 Images and Their Layers Discover the Image Cache
4 Image Tagging and Pushing to Docker Hub
5 Building Images The Dockerfile Basics
6 Building Images Running Docker Builds
7 Building Images Extending Official Images
9 Assignment Build Your Own Dockerfile and Run Containers From It
10 Assignment Answers Build Your Own Dockerfile and Run Containers From It
Section 6
06. Persistent Data Volumes, Volumes, Volumes
1 Container Lifetime Persistent Data
2 Persistent Data Data Volumes
4 Persistent Data Bind Mounting
8 Assignment Database Upgrades with Named Volumes
10 Assignment Answers Database Upgrades with Named Volumes
12 Assignment Edit Code Running In Containers With Bind Mounts
13 Assignment Answers Edit Code Running In Containers With Bind Mounts
Section 7
07. Dockerfile ENTRYPOINT
1 Intro Review before ENTRYPOINT
2 Buildtime vs Runtime
3 Whats an ENTRYPOINT
4 Using ENTRYPOINT and CMD together
5 Shell vs Exec Form
7 Assignment 1 Create CLI Utilities
9 Assignment 1 Answer Create CLI Utilities
10 Assignment 2 Startup Scripts
12 Assignment 2 Answer Startup Scripts
Section 8
08. Making It Easier with Docker Compose The Multi-Container Tool
1 Docker Compose and The docker composeyml File
3 Trying Out Basic Compose Commands
6 Compose Assignment 1 Build a Compose File For a Multi Container Project
7 Compose Assignment 1 Answers Build a Compose File For a Multi Container Project
8 Adding Image Building to Compose Files
10 Compose Assignment 2 Compose For Image Building
11 Compose Assignment 2 Answers Compose For Image Building
Section 9
09. Swarm Intro and Creating a 3-Node Swarm Cluster
1 Swarm Mode Built In Orchestration
2 Create Your First Service and Scale It Locally
5 Creating a 3 Node Swarm Cluster
Section 10
10. Swarm Basic Features and How to Use Them In Your Workflow
3 Scaling Out with Overlay Networking
4 Scaling Out with Routing Mesh
6 Assignment Create A Multi Service Multi Node Web App
7 Assignment Answers Create A Multi Service Multi Node Web App
8 Swarm Stacks and Production Grade Compose
9 Secrets Storage for Swarm Protecting Your Environment Variables
10 Using Secrets in Swarm Services
11 Using Secrets with Swarm Stacks
12 Assignment Create A Stack with Secrets and Deploy
13 Assignment Answers Create A Stack with Secrets and Deploy
Section 11
11. Swarm App Lifecycle
1 Using Secrets With Local Docker Compose
2 Full App Lifecycle Dev Build and Deploy With a Single Compose Design
3 Service Updates Changing Things In Flight
4 Healthchecks in Dockerfiles
6 Info on Swarm Mastery
Section 12
12. Container Registries Image Storage and Distribution
1 Docker Hub Digging Deeper
2 Understanding Docker Registry
3 Run a Private Docker Registry
5 Using Docker Registry With Swarm
Section 13
13. Docker in Production
1 My DockerCon Talk on Docker and Swarm in Production
Section 14
14. The What and Why of Kubernetes
1 Kubernetes Intro
2 What Is Kubernetes
3 Why Kubernetes
4 Kubernetes vs Swarm
Section 15
15. Kubernetes Architecture and Install
1 Section Intro
2 Kubernetes Architecture Terminology
3 Kubernetes Local Install
4 Kubernetes Container Abstractions
Section 16
16. Your First Pods
1 Kubectl run create and apply
2 Your First Pod With kubectl run
4 Your First Deployment With kubectl create
5 Scaling ReplicaSets
Section 17
17. Inspecting Kubernetes Resources
1 Section Intro
2 Inspecting Resources with Get
3 Inspecting Resources with Describe
4 Watching Resources
5 Container Logs in Kubernetes
Section 18
18. Exposing Kubernetes Ports
1 Section Intro
2 Service Types
4 Creating a ClusterIP Service
6 Creating a NodePort and LoadBalancer Service
7 Kubernetes Services DNS
Section 19
19. Kubernetes Management Techniques
1 Section Intro
2 YAML Generators in kubectl Commands
3 Imperative vs Declarative
4 Three Management Approaches
Section 20
20. Moving to Declarative Kubernetes YAML
1 Section Intro
2 Kubectl apply
3 Kubernetes Configuration YAML
4 Building Your YAML Files
5 Building Your YAML Spec
7 Dry Runs and Diffs
8 Labels and Label Selectors
Section 21
21. Your Next Steps and The Future of Kubernetes
1 Section Intro
2 Storage in Kubernetes
3 Ingress
4 CRDs and The Operator Pattern
5 Higher Deployment Abstractions
6 Kubernetes Dashboard
7 Namespaces and Context
8 Future of Kubernetes
Section 22
22. Automated CI Workflows
1 Section Intro Automation
2 The Pull Request
3 Automation is the Glue of DevOps
4 Basic PR Workflow
5 Intermediate PR Workflow
6 Advanced PR Workflow
Section 23
23. GitHub Actions Workflow Examples
1 Section Intro
3 Add Basic Docker Build
4 Add BuildKit Cache
5 Add Multi Platform Builds
6 Add Metadata and Dynamic Tags
7 Add GitHub Comments
8 Add CVE Scanning of Images
9 Add CVE Scan Blocking
10 Add Unit Integration Testing
11 Add Kubernetes Smoke Test
12 Bonus Add Job Parallelization to GHA
Section 24
24. Docker Security Good Defaults and Tools
1 Section Intro Top 10 Security Steps for Docker
2 Docker Cgroups and Namespaces
3 Docker Engines Out Of The Box Security Features
4 Docker Bench The Host Configuration Scanner
5 Using USER in Dockerfiles to Avoid Running as Root
6 Docker User Namespaces for Extra Host Security
7 Code Repo and Image Scanning for CVEs
8 Sysdig Falco Content Trust and Custom Seccomp and AppArmor Profiles
9 Docker Rootless Mode
10 The Security Top 10 Differences for Windows Containers
11 What are Distroless Images
12 Are Swarm and Kubernetes Secrets Really Secure
Section 25
25. Docker 19.03 Release New Features
2 BuildKit and the new Docker buildx CLI
3 Docker Context and SSH Connections
4 Docker App and Image Packaging of Compose YAML
5 Rootless Mode in Docker Engine
6 Docker Desktop Enterprise
7 Docker Desktop Enterprise Clusters
Section 26
26. DevOps and Docker Clips
1 DevOps and Docker Talk Intro
2 Alpine Base Images Are They Really More Secure
3 Dealing With Non root Users In Containers and File Permissions
4 Apache Web Server Design Many Sites In One Container or Many Containers
5 Docker Network IP Subnet Conflicts with Outside Networks
6 Raspberry Pi Development in Docker
7 Windows 10 Containers Get Process Isolation
8 Should You Move Postgres to Containers
9 Using Supervisor To Run Multiple Apps In A Container
10 Should You Use Docker Compose or Swarm For A Single Server
11 Docker Environment Configs Variables and Entrypoints
12 Java and JBoss in Containers One war File Per Container
13 TLS in Dev and Prod with Docker
14 Multiple Docker Images From One Git Repo
15 Docker ARM Using Raspberry Pi or AWS A1 Instances with Docker
16 Docker and Swarm RBAC Options
17 ENTRYPOINT vs CMD whats the difference in Dockerfiles
18 How to Use External Storage in Docker
19 Can I Turn a VM into a Container
20 Startup Order With Multi Container Apps
Section 27
27. Dockerfiles and Docker Images in 2022
2 Nodejs Rocks in Docker
Section 28
28. Dockerfile and Compose File Reviews
1 Section Intro My Reviews Of Your Dockerfiles
2 Real World PHP Dockerfile Review
3 Real World PHP Apache and Alpine Dockerfile Review
4 Real World PHP and FPM Dockerfile Review
5 Real World Elasticsearch Compose Stack File
Instructors
Enrolment options
Udemy - Docker Mastery with Kubernetes and Swarm from a Docker Captain 2025-2
Course modified date:
4 Mar 2025
Enrolled students:
1
Guests cannot access this course. Please log in.
Continue
Enrol now
This course includes
Resources
Share this course
Scroll to top
×
Close
×
Close