Docker Certified Associate 2021

Docker Certified Associate 2021

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 19h 11m | 6.57 GB

Master Course to prepare for Docker Certified Associate certification.

This course is specifically designed for the aspirants who intend to give the “Docker Certified Associate” certification as well as for those who intend to gain strong foundation on Dockers.

The course is designed from absolute scratch which makes it a go-to course for any individual who are new to the field of Dockers and Containers.

With tons of quizzes, great lectures and fantastic support from the Instructor, this course is all you need to master the Docker Certified Associate certification.

What you’ll learn

  • Strong Fundamentals of Docker
  • Orchestration with Docker Swarm
  • Docker Security
  • Docker Networking, Storage & Image Management
Table of Contents

Section 1 – Getting Started with Dockers
1 Overview of the Course
2 Note – New Certification Page
3 Introduction to Docker Containers
4 Installation Methods for Docker
5 Creating Infrastructure for Docker Setup
6 Installing Docker in Linux
7 Document – Linux Installation Commands
8 Installing Docker Desktop
9 Document – Docker Desktop
10 Docker Image vs Docker Containers
11 Container Identification
12 Port Binding
13 Attached and Detached Modes
14 Removing Docker Containers
15 New Docker CLI Commands
16 docker container exec
17 Importance of IT flags
18 Default Container Commands
19 Overriding Default Container Commands
20 Restart Policies in Docker
21 Removing Docker Container Images
22 Disk Usage Metrics for Docker Components
23 Automatically Delete Container on Exit
24 Notes – Section 1

Section 2 – Image Creation, Management, and Registry
25 Working with Docker Images
26 Overview of Dockerfile
27 Document – Dockerfile
28 COPY vs ADD Instructions
29 EXPOSE Instruction
30 Dockerfile – HEALTHCHECK Instruction
31 HEALTHCHECK Instruction Options
32 Document – HealtCheck Document Resource
33 Dockerfile – ENTRYPOINT Instruction
34 Dockerfile – WORKDIR Instruction
35 Document – WORKDIR Code
36 Dockerfile – ENV Instruction
37 Document – ENV Instruction Code
38 Tagging Docker Images
39 Docker Commit
40 Layers of Docker Image
41 Managing Images with CLI
42 Inspecting Docker Images
43 Pruning Docker Images
44 Flattening Docker Images
45 Overview of Docker Registries
46 Pushing Images to Central Repository
47 Applying Filters for Docker Images
48 Moving Images Across Hosts
49 Document – Docker Save and Docker Load
50 Build Cache
51 Document – Sample Code for Layer Caching
52 Notes – Section 2

Section 3 – Networking
53 Overview of Docker Networking
54 Understanding Bridge Networks
55 Implementing User-Defined Bridge Networks
56 Understanding Host Network
57 Implementing None Network
58 Publish All Argument for Exposed Ports
59 Legacy Approach for Linking Containers
60 Notes – Section 3

Section 4 – Orchestration
61 Overview of Container Orchestration
62 Overview of Docker Swarm & Building Labs
63 Document – Docker Script
64 Initializing Docker Swarm
65 Document – Initializing Swarm Cluster
66 Services, Tasks and Containers
67 Document – Replicated Service CLI Command
68 Scaling Swarm Service
69 Document – Scaling Service CLI Command
70 Multiple Approaches to Scale Swarm Services
71 Document – Multiple Approaches for Scaling
72 Replicated vs Global Service
73 Document – Global Service CLI Command
74 Draining Swarm Node
75 Document – Drain CLI Commands
76 Inspecting Swarm Service and Nodes
77 Document – Inspecting Services and Nodes
78 Adding Network and Publishing Ports to Swarm Tasks
79 Document – Publish Port at Service
80 Overview of Docker Compose
81 Document – Docker Compose YAML
82 Deploying Multi-Service Application in Swarm
83 Document – Docker Stack CLI commands
84 Locking Swarm Cluster
85 Document – AutoLock Commands
86 Troubleshooting Swarm Service Deployments
87 Mounting Volumes via Swarm
88 Document – Mount Volumes with Swarm
89 Control Service Placement
90 Document – Setting Constraints
91 Overview of Overlay networks
92 Creating Custom Overlay Networks for Swarm
93 Document – Custom Overlay Networks
94 Secure Overlay Networks
95 Creating Swarm Services using Templates
96 Split Brain & Importance of Quorum
97 High Availability of Swarm Manager Nodes
98 Running Manager-Only nodes in Swarm
99 Recover from losing the quorum
100 Document – Forcing New Cluster
101 Docker System Commands
102 Important Note – Kubernetes Series
103 Introduction to Kubernetes
104 Installation Options for Kubernetes
105 Using Managed Kubernetes Service from CSP
106 Document – MSSP
107 Overview of kubectl
108 Document – kubectl
109 Installing & Configuring kubectl for Linux and macOS
110 Understanding PODS
111 Understanding Kubernetes Objects
112 Creating First POD Configuration in YAML
113 Code – POD YAML
114 Overview of ReplicaSets
115 Creating our first ReplicaSet
116 Code – ReplicSets
117 Introduction to Deployments
118 Creating our first deployment
119 Code – Deployments
120 Deployment Configuration
121 Kubernetes Secrets
122 Code – Commands for Generating Secrets
123 Mounting Secrets Inside Pods
124 Code – Mounting Secrets in Pods
125 Understanding ConfigMaps
126 Code – ConfigMaps
127 Overview of Service
128 Creating our first Service and Endpoint
129 Code – Service Deployment
130 Service Type ClusterIP
131 Service Type NodePort
132 Code – NodePort
133 Kubernetes Networking Model
134 Understanding Liveness Probe
135 Document – Liveness Probe
136 Understanding Readiness Probe
137 Document – Readiness Probe
138 Understanding DaemonSets
139 Document – Daemonsets
140 Taints and Tolerations
141 Code – Taints and Tolerations
142 Introduction to Labels and Selectors
143 Implementing Labels and Selectors
144 Requests and Limits in Kubernetes
145 Code – Resource Limits
146 Network Policies
147 Code – Network Policies
148 Notes – Orchestration

Section 5 – Installation and Configuration of Docker EE
149 Important Note – Docker EE
150 Overview of Docker Enterprise Edition
151 Installing Docker EE
152 Document – Docker EE Installation Steps
153 Universal Control Plane
154 Document – Installing Docker UCP
155 Deploying Global Services in Swam via UCP
156 UCP – Access Control
157 Overview of Docker Trusted Registry
158 Installing DTR & Integrating with UCP
159 Document – Installation of Docker DTR
160 Un-Installation steps for DTR
161 Document – Un-Installing DTR
162 Configuring Trusted CA and Pushing Images to DTR
163 Document – Configuring Trusted CA and Pushing Images to DTR
164 Overview of DTR Backup
165 Document – DTR Backup Command
166 DTR Backup – Images
167 Overview of Swarm Routing Mesh
168 Implementing Swarm Routing Mesh
169 DTR – Storage BackEnds
170 Implementing S3 Storage Backend for DTR
171 Document – S3 Storage Backend
172 DTR – High Availability
173 Document – Configuring DTR HA
174 Immutable Tags in DTR
175 DTR – Caching
176 Setting Orchestrator in UCP
177 Notes – Docker EE

Section 6 – Security
178 Overview of Container Security Scanning
179 Configuring Container Scan with DTR
180 DTR Webhooks
181 Overview of UCP Client Bundle
182 Integrating CLI with UCP Client Bundle
183 Document – UCP Client Bundle Integration
184 Note – LDAP Video
185 Overview of LDAP
186 Integrating LDAP with UCP
187 Linux Namespaces
188 Control Groups (cgroups)
189 Limiting CPUs for Containers
190 Document – CPU Limit Commands
191 Reservation vs Limits
192 Swarm MTLS
193 Managing Secrets in Docker Swarm
194 Docker Content Trust
195 Document – Enabling DCT
196 Overview of Docker Groups
197 Overview of Linux Capabilities for Docker
198 Privileged Containers
199 Notes – Security

Section 7 – Storage and Volumes
200 Overview of Docker Storage Drivers
201 Block vs Object Storage
202 Changing Storage Drivers
203 Document – Changing Storage Drivers
204 Overview of Docker Volumes
205 Bind Mounts
206 Document – Bind Mounts
207 Automatically Remove Volume on Container Exist
208 Overview of Device Mapper
209 Logging Drivers
210 Creating Volumes in Kubernetes
211 PersistentVolume and PersistentVolumeClaim
212 Volume Expansion in Kubernetes
213 Document – Volume Expansion Resource
214 Reclaim Policy
215 Understanding Retain Reclaim Policy
216 Document – Retail Reclaim Resource
217 Storage Class
218 Notes – Section 7

Exam Preparation Section
219 Overview of DCA & Exam Experience
220 New DCA Certification URL
221 Overview of Important Pointers for Exams
222 Overview of DOMC Questions
223 Important Note
224 Important Pointers for Exams – Domain 1
225 Important Pointers for Exams – Domain 2
226 Important Pointers for Exams – Domain 3
227 Important Pointers for Exams – Domain 4
228 Important Pointers for Exams – Domain 5
229 Important Pointers for Exams – Domain 6
230 Important Pointers for Exams – K8s
231 Important Pointers for Exams – Domain 7
232 Notes – Important Pointers for Exams
233 Delta – New Important Pointers

Homepage