Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Docker and Kubernetes - The Complete Developers Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:03:26
    What We'll Learn
  2. Урок 2. 00:03:12
    Some Stuff We Need to Download
  3. Урок 3. 00:03:15
    Installing Docker Desktop
  4. Урок 4. 00:05:49
    A Little Analogy
  5. Урок 5. 00:07:28
    Relating Our Analogy to Docker
  6. Урок 6. 00:06:17
    Building a Small Node App
  7. Урок 7. 00:05:48
    Running Our Node App Locally
  8. Урок 8. 00:03:39
    Creating a Dockerfile
  9. Урок 9. 00:05:29
    We are Really Building an Image
  10. Урок 10. 00:08:21
    Understanding the Rest of the Dockerfile
  11. Урок 11. 00:06:55
    Building an Image and Running a Container
  12. Урок 12. 00:04:18
    Port Mapping
  13. Урок 13. 00:06:15
    Rebuilding Our Image
  14. Урок 14. 00:04:38
    Syncing Our Code with Bind Mounts
  15. Урок 15. 00:07:03
    Using Anonymous Volumes
  16. Урок 16. 00:09:19
    It's Not Docker's Fault!
  17. Урок 17. 00:06:18
    Ignoring Files with Docker Ignore
  18. Урок 18. 00:07:34
    Docker Layering and Caching
  19. Урок 19. 00:05:17
    The Challenge
  20. Урок 20. 00:10:13
    The Solution
  21. Урок 21. 00:05:57
    An Intro to Control Plane
  22. Урок 22. 00:03:35
    Viewing Our GVC
  23. Урок 23. 00:07:40
    Pushing Our Image to an Image Repository
  24. Урок 24. 00:02:53
    Running a Workload
  25. Урок 25. 00:00:47
    Killing Our Deployment
  26. Урок 26. 00:02:43
    Application Overview
  27. Урок 27. 00:04:58
    How to Handle Multiple Component Applications
  28. Урок 28. 00:03:48
    Going Through the Starter Code
  29. Урок 29. 00:06:43
    Pulling Images From an Image Repository
  30. Урок 30. 00:04:20
    Building our Node Image and Running the Container
  31. Урок 31. 00:09:51
    Connecting Our Containers Through Localhost
  32. Урок 32. 00:05:20
    Utilizing the Container's IP Address
  33. Урок 33. 00:06:00
    Introducing Docker Networks
  34. Урок 34. 00:02:59
    Dockerizing Our React App
  35. Урок 35. 00:04:40
    Running into a Little Issue
  36. Урок 36. 00:05:30
    Client Side Rendering is the Problem
  37. Урок 37. 00:17:07
    Optimizing Our Workflow with Volumes
  38. Урок 38. 00:03:54
    An Intro to Docker Compose
  39. Урок 39. 00:04:32
    A Little About YAML Syntax
  40. Урок 40. 00:04:44
    Writing the MongoDB Configuration
  41. Урок 41. 00:05:13
    Setting Environment Variables
  42. Урок 42. 00:03:30
    docker-compose up and docker-compose down
  43. Урок 43. 00:10:40
    Setting Up the Backend Container
  44. Урок 44. 00:01:43
    Testing the Integration
  45. Урок 45. 00:05:44
    Setting Up the Frontend Container
  46. Урок 46. 00:03:31
    Our Deployment Workflow
  47. Урок 47. 00:06:22
    Writing the Dockerfile
  48. Урок 48. 00:03:02
    Running the Container Locally
  49. Урок 49. 00:11:23
    Create an Image Repository and Downloading the AWS CLI
  50. Урок 50. 00:10:28
    IAM for Access Management
  51. Урок 51. 00:04:03
    Pushing Our Image to the Registry
  52. Урок 52. 00:07:13
    Creating an ECS Cluster
  53. Урок 53. 00:04:15
    Creating a Task Definition
  54. Урок 54. 00:03:11
    Running the Task with a ECS Service
  55. Урок 55. 00:04:16
    Configuring the Inbound Rules of Our Security Group
  56. Урок 56. 00:07:56
    Redeploying Changes in the Codebase
  57. Урок 57. 00:02:10
    The Issues with a Manual Process
  58. Урок 58. 00:01:21
    The Solution is Automation
  59. Урок 59. 00:08:06
    Understanding a Production Grade Workflow
  60. Урок 60. 00:02:45
    Pushing Our Code to GitHub
  61. Урок 61. 00:05:11
    Creating a Pull Request
  62. Урок 62. 00:10:05
    Building the Integration Pipeline
  63. Урок 63. 00:02:17
    Setting up Branch Protection Rules (Not Really)
  64. Урок 64. 00:11:21
    Setting Up AWS Credentials in GitHub Actions
  65. Урок 65. 00:11:49
    Building and Pushing Our Image to ECR
  66. Урок 66. 00:02:38
    My Bad Everyone
  67. Урок 67. 00:10:11
    Downloading and Updating the task-definition.json File
  68. Урок 68. 00:07:41
    Deploying the Task Definition
  69. Урок 69. 00:04:24
    Fixing Our Deployment Issue
  70. Урок 70. 00:04:56
    The Major Issue with This Solution
  71. Урок 71. 00:04:21
    Blue/Green Deployments is the Optimal Solution
  72. Урок 72. 00:01:59
    Tearing Down the ECS Cluster
  73. Урок 73. 00:02:08
    Multi Container Deployment
  74. Урок 74. 00:04:06
    The Need for NGINX
  75. Урок 75. 00:07:20
    Multi Stage Dockerfile
  76. Урок 76. 00:05:50
    The Issues With Using a Database Container
  77. Урок 77. 00:04:27
    Setting Up Our Codebase for Deployment
  78. Урок 78. 00:04:24
    Pushing Our Image to AWS ECR
  79. Урок 79. 00:06:46
    Defining a Multi Container Task Defintion
  80. Урок 80. 00:05:07
    Adding Environment Variables
  81. Урок 81. 00:04:30
    Updating the Task Definition
  82. Урок 82. 00:08:15
    Our New (Much Larger) Project
  83. Урок 83. 00:04:28
    Can We Just Do the Same Thing?
  84. Урок 84. 00:02:57
    Kubernetes to the Rescue
  85. Урок 85. 00:03:57
    Communication via Kubectl
  86. Урок 86. 00:01:33
    Installing Kubernetes
  87. Урок 87. 00:04:50
    Writing Our First Manifest File
  88. Урок 88. 00:05:35
    Containers Run in Pods
  89. Урок 89. 00:02:17
    Selecting Kubernetes Objects With the apiVersion
  90. Урок 90. 00:09:04
    Understanding the Rest of the Manifest File
  91. Урок 91. 00:02:54
    Running Our Pod
  92. Урок 92. 00:04:19
    Writing a Service Manifest File
  93. Урок 93. 00:09:31
    How the NodePort Service Works
  94. Урок 94. 00:09:16
    Creating the Node and Mongo Pods
  95. Урок 95. 00:09:06
    ClusterIP Service for Internal Communication
  96. Урок 96. 00:04:37
    What Happens if the Pod Crashes?
  97. Урок 97. 00:07:50
    Deployments to the Rescue
  98. Урок 98. 00:04:21
    Dissecting the Manifest File
  99. Урок 99. 00:04:15
    Creating the Frontend Store ClusterIP
  100. Урок 100. 00:05:39
    Creating the Deployment and ClusterIP For the Products API
  101. Урок 101. 00:03:51
    Creating the MongoDB Deployment
  102. Урок 102. 00:06:43
    Running All the Manifest Files
  103. Урок 103. 00:08:26
    Deployment for the Notifications API
  104. Урок 104. 00:05:14
    Deployment and ClusterIP for RabbitMQ
  105. Урок 105. 00:02:20
    Checking if Everything Works
  106. Урок 106. 00:04:46
    Adding Environment Variables to Our Code
  107. Урок 107. 00:07:35
    Defining Environment Variables
  108. Урок 108. 00:08:32
    ConfigMaps for Commonly Used Environment Variables
  109. Урок 109. 00:11:24
    Hide Environment Variables With Secrets
  110. Урок 110. 00:06:33
    The Need for an Ingress Service
  111. Урок 111. 00:05:50
    Writing Some Ingress Configuration
  112. Урок 112. 00:11:52
    Manually Testing Out Our App
  113. Урок 113. 00:08:09
    Understanding the Ingress Configuration
  114. Урок 114. 00:02:38
    Our Data is Not Persisting!
  115. Урок 115. 00:02:51
    A Reminder on Volumes
  116. Урок 116. 00:02:53
    Kubernetes Volumes Are Not the Solution
  117. Урок 117. 00:01:06
    Persistent Volumes, for well... Persistent Data
  118. Урок 118. 00:02:16
    Persistent Volume Claims
  119. Урок 119. 00:09:19
    Writing the Config and Applying the PVC
  120. Урок 120. 00:07:46
    The Deployment Process
  121. Урок 121. 00:05:19
    Creating a EKS Cluster with Eksctl
  122. Урок 122. 00:06:03
    Understanding Kubectl Context
  123. Урок 123. 00:04:18
    Creating the Twilio Secret in Prod
  124. Урок 124. 00:02:40
    Adding an AWS Ingress Load Balancer
  125. Урок 125. 00:05:36
    Defining the Host Domain
  126. Урок 126. 00:04:30
    Applying the Rest of Our Configuration
  127. Урок 127. 00:02:50
    Testing Our Deployed App!
  128. Урок 128. 00:07:00
    Updating Our Production Cluster
  129. Урок 129. 00:04:19
    The Steps Our CD Pipeline Needs to Take
  130. Урок 130. 00:07:12
    Creating a GitHub Repository
  131. Урок 131. 00:11:39
    Starting Our Deployment Workflow
  132. Урок 132. 00:08:05
    Building and Pushing Our Image to DockerHub
  133. Урок 133. 00:07:03
    Completing Our Pipeline By Updating Our Cluster
  134. Урок 134. 00:01:15
    It Worked!
  135. Урок 135. 00:01:03
    Deleting Our Cluster