首页 磁力链接怎么用

[FreeCourseSite.com] Udemy - Docker & Kubernetes The Complete Practical Guide

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2023-12-6 19:55 2024-5-21 11:41 46 11.14 GB 241
二维码链接
[FreeCourseSite.com] Udemy - Docker & Kubernetes The Complete Practical Guide的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 - Introduction/001 Course introduction.mp438.25MB
  2. 02 - Docker Installation/001 CHAPTER 1 - Installing Docker Desktop on Mac.mp450.07MB
  3. 02 - Docker Installation/002 Installing Docker Desktop on Windows.mp447.64MB
  4. 02 - Docker Installation/003 Installing Docker Engine on Linux.mp4128.74MB
  5. 03 - Basic Docker Containers (Ubuntu, Busybox, Alpine)/001 Running hello-world container.mp464.68MB
  6. 03 - Basic Docker Containers (Ubuntu, Busybox, Alpine)/002 Running Ubuntu container.mp4160.5MB
  7. 03 - Basic Docker Containers (Ubuntu, Busybox, Alpine)/003 Running Busybox container.mp433.44MB
  8. 03 - Basic Docker Containers (Ubuntu, Busybox, Alpine)/004 Alpine vs Busybox images.mp4184.84MB
  9. 04 - Port and Volume Mapping in the Docker Containers/001 Running Nginx with exposed port.mp4108.65MB
  10. 04 - Port and Volume Mapping in the Docker Containers/002 Nginx container with custom content.mp4185.42MB
  11. 04 - Port and Volume Mapping in the Docker Containers/003 Adding favicon to the project.mp457.25MB
  12. 04 - Port and Volume Mapping in the Docker Containers/005 Using path variable in volume mapping.mp454.8MB
  13. 05 - Docker Containers Management (Ubuntu, NGINX)/001 Running containers in background.mp441.31MB
  14. 05 - Docker Containers Management (Ubuntu, NGINX)/002 Running container with Pseudo TTY.mp490.93MB
  15. 05 - Docker Containers Management (Ubuntu, NGINX)/003 Creating multiple Ubuntu containers from the same image.mp425.89MB
  16. 05 - Docker Containers Management (Ubuntu, NGINX)/004 Running multiple Nginx servers.mp4166.28MB
  17. 05 - Docker Containers Management (Ubuntu, NGINX)/005 Cleaning up stopped containers.mp466.37MB
  18. 06 - Running Python Applications in Docker/001 Creating Python containers.mp420.83MB
  19. 06 - Running Python Applications in Docker/002 Simple Python program.mp431.33MB
  20. 06 - Running Python Applications in Docker/003 CHALLENGE Simple Python calendar app.mp422.07MB
  21. 06 - Running Python Applications in Docker/004 CHALLENGE SOLUTION Simple Python calendar app.mp416.63MB
  22. 07 - Running Node.js Applications in Docker/001 Running Node.js container.mp485.49MB
  23. 07 - Running Node.js Applications in Docker/002 Hello world application with Node.mp416.04MB
  24. 07 - Running Node.js Applications in Docker/003 Express web server using Node.mp4108.81MB
  25. 07 - Running Node.js Applications in Docker/004 Add handling of the SIGINT and SIGTERM signals.mp426.05MB
  26. 07 - Running Node.js Applications in Docker/005 CHALLENGE Create files handling Node app.mp416.64MB
  27. 07 - Running Node.js Applications in Docker/006 CHALLENGE SOLUTION Create files handling Node app.mp431.74MB
  28. 07 - Running Node.js Applications in Docker/007 Conclusion - containers can create and modify external files.mp411.5MB
  29. 08 - Running MongoDB Containers/001 Pulling Mongo image and creating first Mongo container.mp433.91MB
  30. 08 - Running MongoDB Containers/002 Starting additional processes in the running container.mp468.31MB
  31. 08 - Running MongoDB Containers/003 What is entrypoint and where is it located.mp458.23MB
  32. 08 - Running MongoDB Containers/004 Creating new Mongo database using Mongo shell.mp4123.4MB
  33. 08 - Running MongoDB Containers/005 Running Mongo container with persistent database.mp4112.94MB
  34. 09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/001 Starting Wordpress container.mp4100.1MB
  35. 09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/002 Plan for the next lectures - networks and environment variables.mp410.99MB
  36. 09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/003 Default bridge network and communication between containers.mp4121.4MB
  37. 09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/004 Exploring environment variables.mp440.71MB
  38. 09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/005 Starting MySQL container with env variable.mp437.59MB
  39. 09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/006 Launching another phpMyAdmin container.mp4105.9MB
  40. 09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/007 Connecting phpMyAdmin to MySQL container.mp4139.5MB
  41. 09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/008 Making notes of the commands.mp466.49MB
  42. 10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/001 Communication using hostnames in the default bridge network.mp4116.11MB
  43. 10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/002 Inspecting default bridge network.mp433.14MB
  44. 10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/003 Creating new custom bridge network.mp415.22MB
  45. 10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/004 Creating busybox containers in the custom network.mp452.99MB
  46. 10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/005 Using custom persistent names for connectivity in the custom network.mp492.7MB
  47. 10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/006 MySQL and phpMyAdmin in the custom network.mp4136.09MB
  48. 10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/007 CHALLENGE Wordpress with MySQL and phpMyAdmin.mp450.05MB
  49. 10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/008 CHALLENGE SOLUTION Wordpress with MySQL and phpMyAdmin - PART 1.mp492.55MB
  50. 10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/009 CHALLENGE SOLUTION Wordpress with MySQL and phpMyAdmin - PART 2.mp4106.47MB
  51. 10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/010 Summary for the Wordpress and MySQL setup.mp455.93MB
  52. 11 - Additional Containers - Elasticsearch, Redis, Httpd/001 Getting docker image with curl utility.mp460.47MB
  53. 11 - Additional Containers - Elasticsearch, Redis, Httpd/002 CHALLENGE Run Elasticsearch and curl containers in the custom network.mp412.53MB
  54. 11 - Additional Containers - Elasticsearch, Redis, Httpd/003 CHALLENGE SOLUTION Run Elasticsearch and curl containers in the custom network.mp4162.8MB
  55. 11 - Additional Containers - Elasticsearch, Redis, Httpd/004 Inserting documents into Elasticsearch index.mp4126.13MB
  56. 11 - Additional Containers - Elasticsearch, Redis, Httpd/005 Starting Redis container.mp443.14MB
  57. 11 - Additional Containers - Elasticsearch, Redis, Httpd/006 CHALLENGE Redis and Redis-commander.mp417.86MB
  58. 11 - Additional Containers - Elasticsearch, Redis, Httpd/007 CHALLENGE SOLUTION Redis and Redis-commander.mp461.9MB
  59. 11 - Additional Containers - Elasticsearch, Redis, Httpd/008 Launching httpd container.mp48.42MB
  60. 12 - CHAPTER 2 - Docker on Practice Summary and Intro to the Docker Fundamentals/001 Docker Fundamentals Practical section summary.mp42.72MB
  61. 12 - CHAPTER 2 - Docker on Practice Summary and Intro to the Docker Fundamentals/002 Introduction to the Docker Fundamentals Chapter.mp47.75MB
  62. 13 - What is Docker and Docker Components/001 Virtual Machines vs Docker Containers.mp46.73MB
  63. 13 - What is Docker and Docker Components/002 Virtual Machines Architecture.mp471.89MB
  64. 13 - What is Docker and Docker Components/003 How I use Virtual Machines.mp4110.18MB
  65. 13 - What is Docker and Docker Components/004 My computer just ran out of memory.mp47.58MB
  66. 13 - What is Docker and Docker Components/005 Docker Containers Architecture.mp460.61MB
  67. 13 - What is Docker and Docker Components/006 How Docker is running on different Operating Systems.mp423.58MB
  68. 13 - What is Docker and Docker Components/007 Container Processes and Resources.mp426.77MB
  69. 13 - What is Docker and Docker Components/008 Docker Components Overview.mp49.15MB
  70. 13 - What is Docker and Docker Components/009 Docker Client.mp468.32MB
  71. 13 - What is Docker and Docker Components/010 Docker Server.mp418.95MB
  72. 13 - What is Docker and Docker Components/011 Docker Host.mp497.72MB
  73. 13 - What is Docker and Docker Components/012 Docker Image.mp411.83MB
  74. 13 - What is Docker and Docker Components/013 Docker Container.mp449.7MB
  75. 13 - What is Docker and Docker Components/014 Docker Repository.mp452.55MB
  76. 13 - What is Docker and Docker Components/015 Docker Registry.mp440.64MB
  77. 13 - What is Docker and Docker Components/016 Docker Components Summary.mp412.77MB
  78. 14 - Introduction to the Images and Containers/001 Docker Commands vs Management Commands.mp444.49MB
  79. 14 - Introduction to the Images and Containers/002 Alternative Commands.mp438.9MB
  80. 14 - Introduction to the Images and Containers/003 Basic Container and Images commands.mp470.11MB
  81. 14 - Introduction to the Images and Containers/004 Cleaning up my Docker setup.mp473.21MB
  82. 14 - Introduction to the Images and Containers/005 Pulling images from the Docker Hub.mp433.72MB
  83. 14 - Introduction to the Images and Containers/006 What is Docker Image.mp4114.82MB
  84. 14 - Introduction to the Images and Containers/007 Creating new Container from the Image.mp418.22MB
  85. 14 - Introduction to the Images and Containers/008 What is CMD in the Docker Image.mp438.61MB
  86. 14 - Introduction to the Images and Containers/009 What is Docker Container.mp4103.32MB
  87. 14 - Introduction to the Images and Containers/010 Summary for the Introduction to the Images and Containers.mp418.95MB
  88. 15 - CHAPTER 3 - Getting started with Linux/001 Why you need to know Linux while stydying Docker.mp46.74MB
  89. 15 - CHAPTER 3 - Getting started with Linux/002 Introduction to the Linux Section.mp432.63MB
  90. 15 - CHAPTER 3 - Getting started with Linux/003 Possible options to use Linux on MacOS and Windows.mp47.46MB
  91. 15 - CHAPTER 3 - Getting started with Linux/004 Creating Linux container using Docker.mp414.23MB
  92. 15 - CHAPTER 3 - Getting started with Linux/005 What is Shell, Terminal and Command.mp413.59MB
  93. 15 - CHAPTER 3 - Getting started with Linux/006 Getting information about Linux computer.mp451.8MB
  94. 15 - CHAPTER 3 - Getting started with Linux/007 How Shell understands that you have entered command.mp420.26MB
  95. 15 - CHAPTER 3 - Getting started with Linux/008 Getting help about commands using man utility.mp474.54MB
  96. 15 - CHAPTER 3 - Getting started with Linux/009 Command Options.mp4120.29MB
  97. 15 - CHAPTER 3 - Getting started with Linux/010 Command Arguments.mp4140.14MB
  98. 15 - CHAPTER 3 - Getting started with Linux/011 Arguments for Options.mp472.31MB
  99. 16 - Processes in Linux/001 What are processes.mp46.06MB
  100. 16 - Processes in Linux/002 List running processes.mp435.17MB
  101. 16 - Processes in Linux/003 Starting additional processes and killing processes.mp471.74MB
  102. 16 - Processes in Linux/004 Installing htop package using apt-get.mp48.12MB
  103. 16 - Processes in Linux/005 Using htop utility.mp438.61MB
  104. 16 - Processes in Linux/006 Summary for Processes Monitoring.mp490.66MB
  105. 17 - Data Streams and Piping in Linux/001 Data Streams of the Process.mp47.47MB
  106. 17 - Data Streams and Piping in Linux/002 Redirecting STDOUT and STDERR to the file.mp418MB
  107. 17 - Data Streams and Piping in Linux/003 Where process data streams send data by default.mp413.39MB
  108. 17 - Data Streams and Piping in Linux/004 How to send data to STDIN and redirect STDOUT and STDERR.mp490.87MB
  109. 17 - Data Streams and Piping in Linux/005 Piping.mp414.27MB
  110. 17 - Data Streams and Piping in Linux/006 Summary for the Data Streams and Piping.mp44.44MB
  111. 18 - Files and Directories Management in Linux/001 Introduction to the Files and Directories management.mp44.24MB
  112. 18 - Files and Directories Management in Linux/002 Linux File System structure and navigation.mp484.37MB
  113. 18 - Files and Directories Management in Linux/003 Listing files and directories.mp4125.04MB
  114. 18 - Files and Directories Management in Linux/004 Exploring subdirectories of the root directory.mp498.1MB
  115. 18 - Files and Directories Management in Linux/005 Creating and removing directories and files.mp449.11MB
  116. 18 - Files and Directories Management in Linux/006 Creating new files.mp444.37MB
  117. 18 - Files and Directories Management in Linux/007 Editing files using Vim and Nano editors.mp4100.95MB
  118. 18 - Files and Directories Management in Linux/008 Copy and move files and directories.mp4120.05MB
  119. 18 - Files and Directories Management in Linux/009 Reading files.mp480.3MB
  120. 18 - Files and Directories Management in Linux/010 Filtering text using grep command.mp455.35MB
  121. 18 - Files and Directories Management in Linux/011 Soft vs Hard links.mp496.12MB
  122. 18 - Files and Directories Management in Linux/012 Creating hard and soft links.mp4116.45MB
  123. 19 - Search operations in Linux/001 Introduction to the Find command.mp457.97MB
  124. 19 - Search operations in Linux/002 Searching files using Find command.mp439.97MB
  125. 19 - Search operations in Linux/003 Some other examples of the Find command.mp473.04MB
  126. 19 - Search operations in Linux/004 Executing additional commands inside of the Find operation.mp492.24MB
  127. 19 - Search operations in Linux/005 Xargs command.mp465.78MB
  128. 19 - Search operations in Linux/006 Piping results of the Find command to the other command using Xargs.mp471.75MB
  129. 20 - Compressing and Sorting in Linux/001 Overview of the tar and gzip utilities.mp430.49MB
  130. 20 - Compressing and Sorting in Linux/002 Creating and extracting compressed archive using tar and gzip.mp427.69MB
  131. 20 - Compressing and Sorting in Linux/003 Sorting files using ls command.mp435.58MB
  132. 20 - Compressing and Sorting in Linux/004 Sorting contents of the files using Sort utility.mp491.71MB
  133. 21 - User Management and Permissions in Linux/001 Introduction to the User Management in Linux.mp45.7MB
  134. 21 - User Management and Permissions in Linux/002 Creating users using useradd command.mp4125.09MB
  135. 21 - User Management and Permissions in Linux/003 Creating new user using adduser command.mp455.25MB
  136. 21 - User Management and Permissions in Linux/004 Changing ownership of the file.mp4116.27MB
  137. 21 - User Management and Permissions in Linux/005 Changing permissions.mp4119.46MB
  138. 22 - Executable Files and Scripting in Linux/001 Creating executable script.mp441.5MB
  139. 22 - Executable Files and Scripting in Linux/002 Adding path to the scripts into the PATH variable.mp419.45MB
  140. 22 - Executable Files and Scripting in Linux/003 Summary for Users, Permissions and Scripts.mp43.73MB
  141. 23 - Networking in Linux/001 Introduction to the Linux Networking Section.mp43.39MB
  142. 23 - Networking in Linux/002 Exploring IP address settings.mp449.52MB
  143. 23 - Networking in Linux/003 Verifying connectivity with remote servers.mp475.56MB
  144. 23 - Networking in Linux/004 Enabling SSH on the Linux server.mp488.92MB
  145. 23 - Networking in Linux/005 Connecting to the Linux server remotely via SSH.mp4129.63MB
  146. 23 - Networking in Linux/006 Using curl and wget utilites.mp465.77MB
  147. 24 - Environment Variables in Linux/001 Environment variables.mp470MB
  148. 24 - Environment Variables in Linux/002 SOLUTION - Script with environment variables access.mp433.05MB
  149. 24 - Environment Variables in Linux/003 Linux Chapter Summary.mp42.03MB
  150. 25 - CHAPTER 4 - Launching Course Project application without Docker/001 Introduction to the Dockerfiles and Docker Compose Chapter.mp416.59MB
  151. 25 - CHAPTER 4 - Launching Course Project application without Docker/002 Cloning remote Docker repository with project files.mp410.65MB
  152. 25 - CHAPTER 4 - Launching Course Project application without Docker/003 Project Overview.mp46.38MB
  153. 25 - CHAPTER 4 - Launching Course Project application without Docker/004 Getting Unsplash API Key.mp440.78MB
  154. 25 - CHAPTER 4 - Launching Course Project application without Docker/005 OPTIONAL Installing Node.js and NPM.mp43.68MB
  155. 25 - CHAPTER 4 - Launching Course Project application without Docker/006 OPTIONAL Installing Python, Pip and Pipenv on MacOS.mp479.82MB
  156. 25 - CHAPTER 4 - Launching Course Project application without Docker/007 OPTIONAL Installing Python, Pip and Pipenv on Windows.mp449.98MB
  157. 25 - CHAPTER 4 - Launching Course Project application without Docker/008 OPTIONAL Starting frontend app using NPM.mp425.83MB
  158. 25 - CHAPTER 4 - Launching Course Project application without Docker/009 OPTIONAL Starting api application using Python.mp438.91MB
  159. 25 - CHAPTER 4 - Launching Course Project application without Docker/010 Verifying how Images Gallery project works.mp416.47MB
  160. 25 - CHAPTER 4 - Launching Course Project application without Docker/011 Summary for start of the app without Docker.mp412.25MB
  161. 26 - Building custom images using Dockerfiles/001 Initializing Git and GitHub for the project.mp487.69MB
  162. 26 - Building custom images using Dockerfiles/002 Installing Docker and hello-world using Docker.mp423.18MB
  163. 26 - Building custom images using Dockerfiles/003 Creating Dockerfile for the Python API service.mp454.5MB
  164. 26 - Building custom images using Dockerfiles/004 Building Docker image for the API service.mp447.33MB
  165. 26 - Building custom images using Dockerfiles/005 Running API containers based on the built Docker image.mp436.98MB
  166. 26 - Building custom images using Dockerfiles/006 Analyzing API Docker container from inside.mp474.01MB
  167. 26 - Building custom images using Dockerfiles/007 Docker image for the API service Summary.mp48.79MB
  168. 26 - Building custom images using Dockerfiles/008 Creating Dockerfile for the frontend application.mp422.52MB
  169. 26 - Building custom images using Dockerfiles/009 Building Docker image for the frontend app.mp425.28MB
  170. 26 - Building custom images using Dockerfiles/010 Running Docker container for the frontend service.mp48.58MB
  171. 26 - Building custom images using Dockerfiles/011 Exploring frontend container from inside.mp420.27MB
  172. 26 - Building custom images using Dockerfiles/012 Why you need to have node_modules folder and python venv folders locally.mp465.12MB
  173. 26 - Building custom images using Dockerfiles/013 Running both frontend and api containers in background.mp422.07MB
  174. 27 - Launching multiple services using Docker Compose/001 Creating basic docker-compose file.mp411.56MB
  175. 27 - Launching multiple services using Docker Compose/002 Bringing up both containers using docker-compose.mp449.23MB
  176. 27 - Launching multiple services using Docker Compose/003 How to operate containers using docker-compose.mp410.81MB
  177. 27 - Launching multiple services using Docker Compose/004 Creating volumes mapping for the frontend service.mp431.5MB
  178. 27 - Launching multiple services using Docker Compose/005 Fix volumes sync in the React container.mp417.48MB
  179. 27 - Launching multiple services using Docker Compose/006 Enabling volumes mapping for the api service.mp453.31MB
  180. 27 - Launching multiple services using Docker Compose/007 Enabling auto-restart and docker-compose summary for api and frontend.mp411.48MB
  181. 27 - Launching multiple services using Docker Compose/008 Why do we need mongo and mongo-express services.mp417.01MB
  182. 27 - Launching multiple services using Docker Compose/009 Mongo and mongo-express official docker images overview.mp431.74MB
  183. 27 - Launching multiple services using Docker Compose/010 Adding mongo and mongo-express services to the docker-compose file.mp415.91MB
  184. 27 - Launching multiple services using Docker Compose/011 Starting all services including mongo and mongo-express using docker-compose.mp417.75MB
  185. 28 - Exploring Docker Compose Setup/001 Docker Desktop Overview.mp435.33MB
  186. 28 - Exploring Docker Compose Setup/002 Using Mongo shell and mongo-express GUI.mp429.27MB
  187. 28 - Exploring Docker Compose Setup/003 MongoDB data is now deleted after docker-compose restart.mp420.74MB
  188. 28 - Exploring Docker Compose Setup/004 Configuring persistent data volume for the mongo container.mp419.8MB
  189. 28 - Exploring Docker Compose Setup/005 Verifying persistent MongoDB storage using volume.mp424.95MB
  190. 28 - Exploring Docker Compose Setup/006 Mongo and mongo-express setup Summary.mp422.61MB
  191. 28 - Exploring Docker Compose Setup/007 How docker-compose containers communicate with each other.mp410.32MB
  192. 28 - Exploring Docker Compose Setup/008 Exploring networking between Docker containers.mp428.97MB
  193. 29 - Kubernetes for Beginners Introduction/001 Kubernetes Introduction.mp47.68MB
  194. 30 - Kubernetes Overview/001 What is Kubernetes.mp417.87MB
  195. 30 - Kubernetes Overview/002 What is Pod.mp45.19MB
  196. 30 - Kubernetes Overview/003 Kubernetes Cluster and Nodes.mp47.42MB
  197. 30 - Kubernetes Overview/004 Kubernetes Services.mp411.97MB
  198. 30 - Kubernetes Overview/005 What is kubectl.mp417.89MB
  199. 31 - Minikube Installation/001 Software required for this course.mp419.37MB
  200. 31 - Minikube Installation/002 Installing kubectl.mp449.16MB
  201. 31 - Minikube Installation/003 Installing Minikube.mp454.95MB
  202. 32 - Kubernetes Cluster/001 Creating Kubernetes cluster using Minikube.mp419.32MB
  203. 32 - Kubernetes Cluster/002 Exploring the Kubernetes node.mp479.06MB
  204. 33 - Kubernetes Pod Creation/001 Creating just single Pod.mp476.87MB
  205. 33 - Kubernetes Pod Creation/002 Exploring Kubernetes Pod.mp418.68MB
  206. 33 - Kubernetes Pod Creation/003 Creating alias for the kubectl command.mp49.41MB
  207. 34 - Kubernetes Deployment Creation/001 Creating and exploring Deployment.mp432.48MB
  208. 34 - Kubernetes Deployment Creation/002 Scaling Deployment.mp48.26MB
  209. 34 - Kubernetes Deployment Creation/003 Connecting to one of the Pods using its IP address.mp49.24MB
  210. 35 - Kubernetes Service Creation/001 What is Service.mp418.57MB
  211. 35 - Kubernetes Service Creation/002 Creating and exploring ClusterIP Service.mp415.06MB
  212. 35 - Kubernetes Service Creation/003 Connecting to the Deployment using ClusterIP Service.mp411.79MB
  213. 36 - Kubernetes Deployment and Service Deletion/001 Deleting Deployment and Service.mp43.92MB
  214. 37 - Running Node.js Application using K8S/001 Creating Node web application.mp4124.09MB
  215. 37 - Running Node.js Application using K8S/002 Dockerizing Node application.mp442.86MB
  216. 37 - Running Node.js Application using K8S/003 Pushing custom image to the Docker Hub.mp46.94MB
  217. 37 - Running Node.js Application using K8S/004 Creating deployment based on the custom Docker image.mp447.21MB
  218. 37 - Running Node.js Application using K8S/005 Scaling custom image deployment.mp412.89MB
  219. 37 - Running Node.js Application using K8S/006 Creating NodePort Service.mp470.66MB
  220. 37 - Running Node.js Application using K8S/007 Creating LoadBalancer Service.mp411.12MB
  221. 38 - Rolling Updates and Pods Recovery/001 Rolling update of the deployment.mp440.47MB
  222. 38 - Rolling Updates and Pods Recovery/002 What happens when one of the pods is deleted.mp44.05MB
  223. 39 - Kubernetes Dashboard/001 Kubernetes Dashboard.mp439.97MB
  224. 40 - Kubernetes YAML Specification Files/001 Creating YAML deployment specification file.mp424.56MB
  225. 40 - Kubernetes YAML Specification Files/002 How to use Kubernetes documentation.mp432.64MB
  226. 40 - Kubernetes YAML Specification Files/003 Applying YAML deployment file.mp418.6MB
  227. 40 - Kubernetes YAML Specification Files/004 Creating YAML service specification file.mp418.75MB
  228. 41 - Kubernetes Multiple Deployments Creation/001 Plan for the creation of the two deployments.mp430.02MB
  229. 41 - Kubernetes Multiple Deployments Creation/002 Creating another web app with two endpoints.mp415.83MB
  230. 41 - Kubernetes Multiple Deployments Creation/003 Building custom Docker image for the second web app.mp47.98MB
  231. 41 - Kubernetes Multiple Deployments Creation/004 Creating YAML specification for the second web app.mp422.59MB
  232. 41 - Kubernetes Multiple Deployments Creation/005 Creating YAML specification for the NGINX app.mp416.02MB
  233. 41 - Kubernetes Multiple Deployments Creation/006 Applying specifications for both apps.mp47.77MB
  234. 42 - Interaction between Deployments/001 Verifying connectivity between different deployments.mp436.81MB
  235. 42 - Interaction between Deployments/002 Resolving Service name to IP address.mp421.29MB
  236. 42 - Interaction between Deployments/003 Deleting both applications.mp43.78MB
  237. 43 - Kubernetes CRI-O Container Runtime/001 Changing Container Runtime from Docker to CRI-O.mp461.27MB
  238. 43 - Kubernetes CRI-O Container Runtime/002 Deploying apps using CRI-O container runtime.mp45.26MB
  239. 43 - Kubernetes CRI-O Container Runtime/003 Verifying connectivity between deployments.mp416.75MB
  240. 44 - Kubernetes Summary/001 Kubernetes Summary.mp43.67MB
  241. 45 - Docker and Kubernetes Course Summary/001 Docker Complete Guide Summary.mp45.25MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统