Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Master in DevOps : Docker Kubernetes Jenkins GIT CI Pipeline, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:06:46
    Introduction
  2. Урок 2. 00:13:44
    What is DevOps || DevOps Tools
  3. Урок 3. 00:09:59
    Continuous Development
  4. Урок 4. 00:04:07
    Continuous Testing
  5. Урок 5. 00:12:40
    Continuous Integration
  6. Урок 6. 00:08:33
    Continuous Deployment & Monitoring
  7. Урок 7. 00:01:42
    Git | WelCome & Goal
  8. Урок 8. 00:02:27
    Audience & Study Tips
  9. Урок 9. 00:04:41
    Key GIT Terminology
  10. Урок 10. 00:20:31
    GIT Introduction
  11. Урок 11. 00:04:24
    Install GIT on LINUX
  12. Урок 12. 00:08:55
    Download and Install GIT on Windows
  13. Урок 13. 00:09:28
    Configure User Information in GIT
  14. Урок 14. 00:09:25
    Create First GIT Repository
  15. Урок 15. 00:09:24
    First GIT Commit
  16. Урок 16. 00:06:43
    Adding Files and GIT Logs
  17. Урок 17. 00:05:50
    Understanding of GIT Workflow
  18. Урок 18. 00:01:42
    GIT Text Editor OverView
  19. Урок 19. 00:04:04
    Install SubLime Text on Linux
  20. Урок 20. 00:05:57
    Configure SubLime with GIT
  21. Урок 21. 00:12:01
    NotePad ++ As GIT Editor for Windows
  22. Урок 22. 00:09:34
    Verify Changes in GIT
  23. Урок 23. 00:05:16
    Compare Stage Area with Local Repository in GIT
  24. Урок 24. 00:04:07
    Delete File in GIT
  25. Урок 25. 00:08:00
    Explore Git with GITHub
  26. Урок 26. 00:17:34
    Create Centralized Repository
  27. Урок 27. 00:18:06
    Create Branches in GIT
  28. Урок 28. 00:12:10
    Merge Branches in GIT
  29. Урок 29. 00:07:42
    Revert a Commit in GIT
  30. Урок 30. 00:10:23
    Add GIT in Existing Project Part
  31. Урок 31. 00:08:38
    Fork GitHub Existing Project
  32. Урок 32. 00:10:45
    Git CLI Complete Workflow
  33. Урок 33. 00:08:08
    Back-out GIT Changes
  34. Урок 34. 00:08:50
    Delete File in GIT
  35. Урок 35. 00:13:40
    Rename & Move File in GIT
  36. Урок 36. 00:10:52
    Find Commit, File History in GIT
  37. Урок 37. 00:07:03
    GIT Alias
  38. Урок 38. 00:11:09
    Exclude Unwanted Files in GIT
  39. Урок 39. 00:08:02
    SetUp Git Project for Comparision
  40. Урок 40. 00:06:43
    Compare Working Directory & Stage Area
  41. Урок 41. 00:03:16
    Compare Work Directory and GIT Repo
  42. Урок 42. 00:03:52
    Compare Stage Area & GIT Repo
  43. Урок 43. 00:04:47
    Compare Commits in GIT
  44. Урок 44. 00:08:17
    Basics of Branches in GIT
  45. Урок 45. 00:08:19
    Happy Path Merges in GIT
  46. Урок 46. 00:09:13
    Auto Merge in GIT
  47. Урок 47. 00:09:48
    Merge Conflicts & Resolution
  48. Урок 48. 00:17:13
    GIT Merge vs GIT Rebase
  49. Урок 49. 00:11:51
    GIT Rebase Example
  50. Урок 50. 00:08:27
    Create Merge Conflicts in Rebase
  51. Урок 51. 00:05:38
    Resolve Merge Conflicts in GIT Rebase
  52. Урок 52. 00:13:12
    Rebase Remote Repository in GIT
  53. Урок 53. 00:16:22
    GIT Stash with Example
  54. Урок 54. 00:13:38
    Stash Untracked Files & Git Stash Pop
  55. Урок 55. 00:09:25
    Manage Multiple Stash
  56. Урок 56. 00:08:06
    Stashing into Branch
  57. Урок 57. 00:07:55
    GIT Tagging Introduction
  58. Урок 58. 00:05:58
    GIT Annotated Tags
  59. Урок 59. 00:07:45
    Compare Tags in GIT
  60. Урок 60. 00:04:37
    Tag a Specific Commit in GIT
  61. Урок 61. 00:03:40
    Update Tags in GIT
  62. Урок 62. 00:10:06
    Fixing Common Mistakes in GIT Part 1
  63. Урок 63. 00:12:39
    Fixing Common Mistakes in GIT Part 2
  64. Урок 64. 00:09:22
    Fixing Common Mistakes in GIT Part 3
  65. Урок 65. 00:14:22
    Introduction to Continuous Integration
  66. Урок 66. 00:07:21
    What is Jenkins | Jenkins Introduction
  67. Урок 67. 00:16:50
    Install Jenkins on Linux/Unix/Cloud Machine
  68. Урок 68. 00:12:38
    Download and Configure Jenkins on Windows
  69. Урок 69. 00:12:12
    Download and Configure Jenkins on MAC OS
  70. Урок 70. 00:12:43
    Architectural Overview of Jenkins
  71. Урок 71. 00:13:00
    Create Jenkins First Job
  72. Урок 72. 00:06:00
    Jenkins Integration with GIT & GITHUB
  73. Урок 73. 00:02:10
    Install Maven on Jenkin's Host Machine
  74. Урок 74. 00:04:16
    Configure Jenkins with GIT & Maven
  75. Урок 75. 00:07:25
    Create our First Maven-based Jenkins Job
  76. Урок 76. 00:10:18
    Source Code Polling in Jenkins
  77. Урок 77. 00:05:42
    Remote Build Trigger in Jenkins
  78. Урок 78. 00:07:54
    Archive Artefact in Jenkins
  79. Урок 79. 00:17:39
    Install & Configure Tomcat in Staging Environment
  80. Урок 80. 00:20:22
    Deploy Staging Environment
  81. Урок 81. 00:07:57
    Build Pipeline Plugin
  82. Урок 82. 00:13:58
    Deploy to Production
  83. Урок 83. 00:05:04
    Infrastructure as Code
  84. Урок 84. 00:05:52
    Introduction to JENKINS Job DSL
  85. Урок 85. 00:14:24
    Demo: Jenkins Job DSL with Maven Project
  86. Урок 86. 00:03:58
    Jenkins As Code Pipeline Overview
  87. Урок 87. 00:13:02
    Demo: Code Pipeline
  88. Урок 88. 00:17:25
    Automate Existing Maven Project Pipeline
  89. Урок 89. 00:09:40
    Distributed Builds Concept
  90. Урок 90. 00:19:30
    Create and Configure Jenkins Slave
  91. Урок 91. 00:07:06
    Label Nodes & Concurrent Builds
  92. Урок 92. 00:08:36
    Available Docker Editions
  93. Урок 93. 00:08:41
    Install Docker on Linux Machine
  94. Урок 94. 00:29:06
    Docker Basics & Run Container
  95. Урок 95. 00:02:50
    Docker File Basics | Introduction
  96. Урок 96. 00:14:33
    Docker File Instructions | Construction Commands
  97. Урок 97. 00:09:17
    Create Docker File of Our Project
  98. Урок 98. 00:12:30
    Build and Tag Project Docker Image
  99. Урок 99. 00:09:36
    Execute Project in Docker
  100. Урок 100. 00:06:57
    Add Parameters In Jenkins Job
  101. Урок 101. 00:03:28
    Add Choice Parameters
  102. Урок 102. 00:03:02
    Add Logic with Boolean Parameter
  103. Урок 103. 00:03:01
    Enable/Disable Login Jenkins
  104. Урок 104. 00:03:23
    Allow User to Sign-Up Jenkins
  105. Урок 105. 00:02:21
    Install Powerful Security Plugin
  106. Урок 106. 00:03:53
    How to Create Users in Jenkins
  107. Урок 107. 00:04:36
    Create & Assign Roles to Users
  108. Урок 108. 00:14:10
    Check Docker Install and Configurations
  109. Урок 109. 00:29:05
    Start Your First Container
  110. Урок 110. 00:20:08
    Stop-Remove the Containers
  111. Урок 111. 00:04:42
    Docker Internal Processing
  112. Урок 112. 00:12:31
    Containers vs Virtual Machines
  113. Урок 113. 00:07:42
    Assignment : Manage Multiple Containers
  114. Урок 114. 00:14:39
    Assignment Answer : Manage Multiple Containers
  115. Урок 115. 00:13:19
    Docker CLI Monitoring
  116. Урок 116. 00:06:52
    Start Container in Interactive Mode
  117. Урок 117. 00:09:34
    Run Commands in Running Containers
  118. Урок 118. 00:06:07
    Docker Network : Introduction
  119. Урок 119. 00:11:06
    Explore Container Networks
  120. Урок 120. 00:06:57
    Docker Network CLI : List & Inspect
  121. Урок 121. 00:10:40
    Docker Network : Create, Connect & Disconnect Network
  122. Урок 122. 00:11:18
    Docker Network : DNS Concept
  123. Урок 123. 00:05:21
    What is Docker Image
  124. Урок 124. 00:12:22
    Docker Hub Repository
  125. Урок 125. 00:05:37
    Concept of Docker Image Layers
  126. Урок 126. 00:07:50
    Docker Image Tagging
  127. Урок 127. 00:12:43
    Upload Docker Image to Cloud
  128. Урок 128. 00:02:39
    Dockerfile Basics
  129. Урок 129. 00:14:19
    Docker File Instructions
  130. Урок 130. 00:20:26
    Create Custom Docker Image
  131. Урок 131. 00:10:10
    Extend Official Docker Image
  132. Урок 132. 00:02:22
    Assignment : Build Docker Image
  133. Урок 133. 00:10:41
    Assignment Answer : Build Docker Image
  134. Урок 134. 00:06:09
    Persistent Data Problem
  135. Урок 135. 00:13:16
    Persistent Data : Data Volumes
  136. Урок 136. 00:11:21
    Persistent Data : Bind Mounts
  137. Урок 137. 00:02:07
    Assignment : Data Volumes
  138. Урок 138. 00:25:31
    Assignment Answer : Data Volumes
  139. Урок 139. 00:01:00
    Assignment : Bind Mounts
  140. Урок 140. 00:10:44
    Assignment Answer : Bind Mount
  141. Урок 141. 00:04:53
    Docker Compose Introduction
  142. Урок 142. 00:03:52
    Docker Compose YML File
  143. Урок 143. 00:15:33
    Run MYSQL & WORDPRESS via Docker Compose
  144. Урок 144. 00:18:12
    Docker Compose : Build Application From Scratch
  145. Урок 145. 00:11:59
    Docker Swarm Introduction: Swarm Orchestration
  146. Урок 146. 00:07:07
    Docker Swarm Terminology
  147. Урок 147. 00:16:48
    Create Service on Docker Swarm
  148. Урок 148. 00:19:37
    Create Docker Swarm Cluster
  149. Урок 149. 00:13:53
    Networks in Docker Swarm
  150. Урок 150. 00:09:32
    Docker Swarm Traffic Management
  151. Урок 151. 00:08:55
    Assignment : Deploy Multi-Node Application in Docker Swarm
  152. Урок 152. 00:16:41
    Assignment Answer : Deploy Multi-Node Application in Docker Swarm
  153. Урок 153. 00:18:17
    Docker Swarm Stacks
  154. Урок 154. 00:14:10
    Docker Swarm Stack : Scale Application
  155. Урок 155. 00:10:43
    Docker Swarm : Persistent Data Issue in Distributed Application
  156. Урок 156. 00:13:53
    Swarm : Deploy Distributed Application
  157. Урок 157. 00:08:10
    Docker Swarm Secrets Introduction
  158. Урок 158. 00:11:27
    Create Docker Service with Secrets
  159. Урок 159. 00:15:55
    Deploy Stack with Swarm Secrets
  160. Урок 160. 00:18:52
    ZeroDowntime Service Upgrade
  161. Урок 161. 00:16:19
    HealthCheck in Docker Swarm
  162. Урок 162. 00:18:00
    Container Placement in Docker Swarm
  163. Урок 163. 00:07:02
    Service Constraints in YML File
  164. Урок 164. 00:09:36
    Kubernetes Introduction & Uses
  165. Урок 165. 00:10:44
    Kubernetes Architecture
  166. Урок 166. 00:07:02
    Orchestration Giants : Kubernetes vs Docker Swarm
  167. Урок 167. 00:03:14
    Kubernetes SetUp
  168. Урок 168. 00:26:17
    SetUp Kubernetes with MiniKube
  169. Урок 169. 00:01:52
    Kops Introduction
  170. Урок 170. 00:21:53
    Prepare AWS Environment for Kops
  171. Урок 171. 00:17:55
    Kubernetes Setup on AWS Cloud
  172. Урок 172. 00:10:32
    Build and Push Docker Custom Image
  173. Урок 173. 00:11:54
    Run First Custom Image on Local Kubernetes
  174. Урок 174. 00:22:57
    Run Custom Image on AWS Kubernetes
  175. Урок 175. 00:16:30
    SetUp Kubernetes on GCP Cloud
  176. Урок 176. 00:17:16
    Run Custom Image on GCP Kubernetes
  177. Урок 177. 00:10:05
    Kubernetes Node Workflow
  178. Урок 178. 00:09:14
    Scaling Pods in Kubernetes
  179. Урок 179. 00:12:55
    Lab: Scaling Pods in Kubernetes with Replication Controller
  180. Урок 180. 00:18:36
    Replica Set in Kubernetes
  181. Урок 181. 00:05:10
    Deployment in Kubernetes
  182. Урок 182. 00:17:33
    Lab : Deployment in Kubernetes
  183. Урок 183. 00:07:43
    Services in Kubernetes
  184. Урок 184. 00:09:53
    Lab : Services in Kubernetes
  185. Урок 185. 00:08:54
    Labels in Kubernetes
  186. Урок 186. 00:06:18
    Lab : Labels in Kubernetes
  187. Урок 187. 00:06:14
    Liveness(HealthCheck) of Application in Kubernetes
  188. Урок 188. 00:12:18
    Demo Liveness(HealthCheck) of Application in Kubernetes
  189. Урок 189. 00:17:42
    Readiness in Kubernetes & Application
  190. Урок 190. 00:15:58
    Lifecycle Of Pods in Kubernetes
  191. Урок 191. 00:16:11
    Secrets in Kubernetes
  192. Урок 192. 00:05:56
    Lab Secrets in Kubernetes
  193. Урок 193. 00:07:39
    Service Discovery using DNS
  194. Урок 194. 00:20:53
    Lab : Service Discovery using DNS
  195. Урок 195. 00:06:35
    ConfigMap in Kubernetes
  196. Урок 196. 00:27:19
    Lab ConfigMap in Kubernetes
  197. Урок 197. 00:07:45
    Ingress in Kubernetes
  198. Урок 198. 00:15:52
    Lab Ingress in Kubernetes
  199. Урок 199. 00:08:27
    Volume in Kubernetes
  200. Урок 200. 00:07:37
    EmptyDir Volume in Kubernetes
  201. Урок 201. 00:22:38
    HostPath Volume in Kubernetes
  202. Урок 202. 00:07:51
    Dynamic Volume Provisioning in Kubernetes
  203. Урок 203. 00:35:24
    Dynamic Volume : Run WordPress On Kubernetes
  204. Урок 204. 00:10:09
    Pod Presets in Kubernets
  205. Урок 205. 00:13:47
    Enable and Execute PodPrests in Kubernetes
  206. Урок 206. 00:10:33
    StateFul Sets in Kubernetes
  207. Урок 207. 00:28:02
    Deploy Cassandra In StateFul Set
  208. Урок 208. 00:03:37
    DaemonSet In Kubernetes
  209. Урок 209. 00:05:47
    Demo: DaemonSet In Kubernetes
  210. Урок 210. 00:13:41
    AutoScaling in Kubernetes
  211. Урок 211. 00:36:02
    Demo AutoScaling in Kubernetes
  212. Урок 212. 00:08:45
    Affinity in Kubernetes
  213. Урок 213. 00:15:39
    Demo Affinity in Kubernetes
  214. Урок 214. 00:14:39
    Architecture and Working Model Of Master Component
  215. Урок 215. 00:06:10
    Manage Resource Quota in Kubernetes
  216. Урок 216. 00:11:28
    Resource Quota in Kubernetes
  217. Урок 217. 00:19:39
    Demo: Resource Quota in Kubernetes
  218. Урок 218. 00:07:34
    User Management in Kubernetes
  219. Урок 219. 00:08:20
    Role Base Access Control
  220. Урок 220. 00:25:43
    Role Base Access Control Implementation
  221. Урок 221. 00:11:55
    Networking in Kubernetes
  222. Урок 222. 00:09:39
    Node Management
  223. Урок 223. 00:10:58
    Kubernetes In Production : High Availability
  224. Урок 224. 00:23:14
    Demo : Kubernetes HA Deployment
  225. Урок 225. 00:11:29
    HELM : Introduction
  226. Урок 226. 00:18:17
    Installing and Running HELM on Kubernetes
  227. Урок 227. 00:23:38
    Create & Deploy HELM Chart on Cluster
  228. Урок 228. 00:11:55
    Upload HELM Chart in S3 Bucket
  229. Урок 229. 00:11:31
    What is Serverless in Kubernetes
  230. Урок 230. 00:03:52
    Kubeless Intro
  231. Урок 231. 00:20:18
    Install Kubeless and Deploy Functions
  232. Урок 232. 00:13:18
    Introduction to Istio
  233. Урок 233. 00:18:38
    Install Istio on Kubernetes
  234. Урок 234. 00:20:24
    Demo: Istio Enabled Application
  235. Урок 235. 00:16:32
    Canary Deployments With Istio
  236. Урок 236. 00:03:38
    Istio Retry Policy and Uses