Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:05:23
    Overview of the Course
  2. Урок 2. 00:11:02
    Introduction to Docker Containers
  3. Урок 3. 00:05:42
    Installation Methods for Docker
  4. Урок 4. 00:08:20
    Creating Infrastructure for Docker Setup
  5. Урок 5. 00:02:57
    Installing Docker in Linux
  6. Урок 6. 00:03:44
    Installing Docker Desktop
  7. Урок 7. 00:08:22
    Docker Image vs Docker Containers
  8. Урок 8. 00:05:34
    Container Identification
  9. Урок 9. 00:05:50
    Port Binding
  10. Урок 10. 00:03:39
    Attached and Detached Modes
  11. Урок 11. 00:03:59
    Removing Docker Containers
  12. Урок 12. 00:02:41
    New Docker CLI Commands
  13. Урок 13. 00:09:44
    docker container exec
  14. Урок 14. 00:05:26
    Importance of IT flags
  15. Урок 15. 00:05:16
    Default Container Commands
  16. Урок 16. 00:06:04
    Overriding Default Container Commands
  17. Урок 17. 00:05:53
    Restart Policies in Docker
  18. Урок 18. 00:01:07
    Removing Docker Container Images
  19. Урок 19. 00:04:30
    Disk Usage Metrics for Docker Components
  20. Урок 20. 00:03:07
    Automatically Delete Container on Exit
  21. Урок 21. 00:05:59
    Working with Docker Images
  22. Урок 22. 00:13:44
    Overview of Dockerfile
  23. Урок 23. 00:09:31
    COPY vs ADD Instructions
  24. Урок 24. 00:10:18
    EXPOSE Instruction
  25. Урок 25. 00:06:14
    Dockerfile - HEALTHCHECK Instruction
  26. Урок 26. 00:09:25
    HEALTHCHECK Instruction Options
  27. Урок 27. 00:04:17
    Dockerfile - ENTRYPOINT Instruction
  28. Урок 28. 00:06:06
    Dockerfile - WORKDIR Instruction
  29. Урок 29. 00:04:38
    Dockerfile - ENV Instruction
  30. Урок 30. 00:04:22
    Tagging Docker Images
  31. Урок 31. 00:07:26
    Docker Commit
  32. Урок 32. 00:15:04
    Layers of Docker Image
  33. Урок 33. 00:05:39
    Managing Images with CLI
  34. Урок 34. 00:07:16
    Inspecting Docker Images
  35. Урок 35. 00:04:59
    Pruning Docker Images
  36. Урок 36. 00:05:10
    Flattening Docker Images
  37. Урок 37. 00:10:33
    Overview of Docker Registries
  38. Урок 38. 00:05:10
    Pushing Images to Central Repository
  39. Урок 39. 00:03:54
    Applying Filters for Docker Images
  40. Урок 40. 00:04:24
    Moving Images Across Hosts
  41. Урок 41. 00:04:34
    Build Cache
  42. Урок 42. 00:11:50
    Overview of Docker Networking
  43. Урок 43. 00:07:46
    Understanding Bridge Networks
  44. Урок 44. 00:12:20
    Implementing User-Defined Bridge Networks
  45. Урок 45. 00:08:26
    Understanding Host Network
  46. Урок 46. 00:02:54
    Implementing None Network
  47. Урок 47. 00:03:57
    Publish All Argument for Exposed Ports
  48. Урок 48. 00:03:13
    Legacy Approach for Linking Containers
  49. Урок 49. 00:10:58
    Overview of Container Orchestration
  50. Урок 50. 00:04:51
    Overview of Docker Swarm & Building Labs
  51. Урок 51. 00:06:40
    Initializing Docker Swarm
  52. Урок 52. 00:07:10
    Services, Tasks and Containers
  53. Урок 53. 00:04:47
    Scaling Swarm Service
  54. Урок 54. 00:05:20
    Multiple Approaches to Scale Swarm Services
  55. Урок 55. 00:03:50
    Replicated vs Global Service
  56. Урок 56. 00:04:17
    Draining Swarm Node
  57. Урок 57. 00:04:01
    Inspecting Swarm Service and Nodes
  58. Урок 58. 00:04:02
    Adding Network and Publishing Ports to Swarm Tasks
  59. Урок 59. 00:09:44
    Overview of Docker Compose
  60. Урок 60. 00:05:00
    Deploying Multi-Service Application in Swarm
  61. Урок 61. 00:04:46
    Locking Swarm Cluster
  62. Урок 62. 00:03:56
    Troubleshooting Swarm Service Deployments
  63. Урок 63. 00:03:55
    Mounting Volumes via Swarm
  64. Урок 64. 00:06:48
    Control Service Placement
  65. Урок 65. 00:05:43
    Overview of Overlay networks
  66. Урок 66. 00:04:51
    Creating Custom Overlay Networks for Swarm
  67. Урок 67. 00:03:44
    Secure Overlay Networks
  68. Урок 68. 00:05:01
    Creating Swarm Services using Templates
  69. Урок 69. 00:08:20
    Split Brain & Importance of Quorum
  70. Урок 70. 00:11:15
    High Availability of Swarm Manager Nodes
  71. Урок 71. 00:04:23
    Running Manager-Only nodes in Swarm
  72. Урок 72. 00:07:30
    Recover from losing the quorum
  73. Урок 73. 00:05:51
    Docker System Commands
  74. Урок 74. 00:10:47
    Introduction to Kubernetes
  75. Урок 75. 00:09:43
    Installation Options for Kubernetes
  76. Урок 76. 00:08:58
    Using Managed Kubernetes Service from CSP
  77. Урок 77. 00:07:53
    Overview of kubectl
  78. Урок 78. 00:06:05
    Installing & Configuring kubectl for Linux and macOS
  79. Урок 79. 00:10:33
    Understanding PODS
  80. Урок 80. 00:09:54
    Understanding Kubernetes Objects
  81. Урок 81. 00:12:42
    Creating First POD Configuration in YAML
  82. Урок 82. 00:13:53
    Introduction to Labels and Selectors
  83. Урок 83. 00:07:39
    Implementing Labels and Selectors
  84. Урок 84. 00:04:34
    Overview of ReplicaSets
  85. Урок 85. 00:08:55
    Creating our first ReplicaSet
  86. Урок 86. 00:05:46
    Introduction to Deployments
  87. Урок 87. 00:11:17
    Creating our first deployment
  88. Урок 88. 00:08:31
    maxSurge and maxUnavailable
  89. Урок 89. 00:14:38
    Kubernetes Secrets
  90. Урок 90. 00:06:02
    Mounting Secrets Inside Pods
  91. Урок 91. 00:11:33
    Understanding ConfigMaps
  92. Урок 92. 00:13:44
    Overview of Service
  93. Урок 93. 00:11:37
    Creating First Service and Endpoint
  94. Урок 94. 00:03:32
    Service Type: ClusterIP
  95. Урок 95. 00:09:15
    Using Selectors for Service Endpoints
  96. Урок 96. 00:06:26
    Service Type: NodePort
  97. Урок 97. 00:07:19
    Kubernetes Networking Model
  98. Урок 98. 00:09:29
    Understanding Liveness Probe
  99. Урок 99. 00:08:52
    Understanding Readiness Probe
  100. Урок 100. 00:08:22
    Understanding DaemonSets
  101. Урок 101. 00:07:40
    Taints and Tolerations
  102. Урок 102. 00:12:51
    Requests and Limits in Kubernetes
  103. Урок 103. 00:09:52
    Network Policies
  104. Урок 104. 00:06:03
    Overview of Docker Enterprise Edition
  105. Урок 105. 00:04:36
    Installing Docker EE
  106. Урок 106. 00:09:17
    Universal Control Plane
  107. Урок 107. 00:05:03
    Deploying Global Services in Swam via UCP
  108. Урок 108. 00:09:45
    UCP - Access Control
  109. Урок 109. 00:05:04
    Overview of Docker Trusted Registry
  110. Урок 110. 00:04:41
    Installing DTR & Integrating with UCP
  111. Урок 111. 00:03:59
    Un-Installation steps for DTR
  112. Урок 112. 00:07:21
    Configuring Trusted CA and Pushing Images to DTR
  113. Урок 113. 00:04:45
    Overview of DTR Backup
  114. Урок 114. 00:04:04
    DTR Backup - Images
  115. Урок 115. 00:05:21
    Overview of Swarm Routing Mesh
  116. Урок 116. 00:03:13
    Implementing Swarm Routing Mesh
  117. Урок 117. 00:04:08
    DTR - Storage BackEnds
  118. Урок 118. 00:05:56
    Implementing S3 Storage Backend for DTR
  119. Урок 119. 00:07:56
    DTR - High Availability
  120. Урок 120. 00:05:35
    Immutable Tags in DTR
  121. Урок 121. 00:03:46
    DTR - Caching
  122. Урок 122. 00:03:20
    Setting Orchestrator in UCP
  123. Урок 123. 00:03:47
    Overview of Container Security Scanning
  124. Урок 124. 00:07:08
    Configuring Container Scan with DTR
  125. Урок 125. 00:03:32
    DTR Webhooks
  126. Урок 126. 00:03:09
    Overview of UCP Client Bundle
  127. Урок 127. 00:05:55
    Integrating CLI with UCP Client Bundle
  128. Урок 128. 00:06:31
    Overview of LDAP
  129. Урок 129. 00:03:13
    Integrating LDAP with UCP
  130. Урок 130. 00:07:20
    Linux Namespaces
  131. Урок 131. 00:07:16
    Control Groups (cgroups)
  132. Урок 132. 00:05:20
    Limiting CPUs for Containers
  133. Урок 133. 00:07:16
    Reservation vs Limits
  134. Урок 134. 00:15:38
    Swarm MTLS
  135. Урок 135. 00:05:05
    Managing Secrets in Docker Swarm
  136. Урок 136. 00:07:34
    Docker Content Trust
  137. Урок 137. 00:04:25
    Overview of Docker Groups
  138. Урок 138. 00:07:38
    Overview of Linux Capabilities for Docker
  139. Урок 139. 00:06:47
    Privileged Containers
  140. Урок 140. 00:18:30
    Overview of Docker Storage Drivers
  141. Урок 141. 00:07:18
    Block vs Object Storage
  142. Урок 142. 00:06:11
    Changing Storage Drivers
  143. Урок 143. 00:16:02
    Overview of Docker Volumes
  144. Урок 144. 00:08:44
    Bind Mounts
  145. Урок 145. 00:07:04
    Automatically Remove Volume on Container Exist
  146. Урок 146. 00:06:25
    Overview of Device Mapper
  147. Урок 147. 00:09:20
    Logging Drivers
  148. Урок 148. 00:08:33
    Creating Volumes in Kubernetes
  149. Урок 149. 00:14:07
    PersistentVolume and PersistentVolumeClaim
  150. Урок 150. 00:07:12
    Volume Expansion in Kubernetes
  151. Урок 151. 00:03:29
    Reclaim Policy
  152. Урок 152. 00:07:54
    Understanding Retain Reclaim Policy
  153. Урок 153. 00:03:59
    Storage Class
  154. Урок 154. 00:11:13
    Overview of DCA & Exam Experience
  155. Урок 155. 00:04:54
    Overview of Important Pointers for Exams
  156. Урок 156. 00:08:34
    Overview of DOMC Questions
  157. Урок 157. 00:15:21
    Important Pointers for Exams - Domain 1
  158. Урок 158. 00:12:03
    Important Pointers for Exams - Domain 2
  159. Урок 159. 00:07:10
    Important Pointers for Exams - Domain 3
  160. Урок 160. 00:03:17
    Important Pointers for Exams - Domain 4
  161. Урок 161. 00:06:37
    Important Pointers for Exams - Domain 5
  162. Урок 162. 00:01:38
    Important Pointers for Exams - Domain 6
  163. Урок 163. 00:11:59
    Important Pointers for Exams - K8s
  164. Урок 164. 00:05:44
    Important Pointers for Exams - Domain 7