Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Kubernetes and Docker: The Container Masterclass, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:54
    Course Outline
  2. Урок 2. 00:04:22
    How to make a Web Application?
  3. Урок 3. 00:02:29
    Demo: Simple Web Application
  4. Урок 4. 00:02:09
    A Forest of VMs
  5. Урок 5. 00:05:09
    Hello Containers!
  6. Урок 6. 00:01:35
    Hello Docker!
  7. Урок 7. 00:03:46
    Demo: Installing Docker on Linux
  8. Урок 8. 00:02:26
    Demo: Containerized Simple Web Application
  9. Урок 9. 00:00:54
    Stages of Containerization
  10. Урок 10. 00:03:52
    How does Docker Work?
  11. Урок 11. 00:02:26
    A quick look at the format of Dockerfile
  12. Урок 12. 00:05:49
    Demo: Fundamental Instructions of Dockerfile
  13. Урок 13. 00:05:30
    Demo: Configuration Instructions of Dockerfile
  14. Урок 14. 00:04:32
    Demo: Execution Instructions of Dockerfile
  15. Урок 15. 00:04:16
    Demo: Expose Instructions of Dockerfile
  16. Урок 16. 00:04:08
    Demo: Miscellaneous Instructions of Dockerfile (Part 1)
  17. Урок 17. 00:09:27
    Demo: Miscellaneous Instructions of Dockerfile (Part 2)
  18. Урок 18. 00:04:07
    Demo: Docker Hub Walk-through
  19. Урок 19. 00:03:02
    Understanding Docker Images
  20. Урок 20. 00:11:38
    Demo: Working with Docker Images | Search, List, Push, Pull and Tag
  21. Урок 21. 00:05:32
    Demo: Know your Docker Image | Inspect and History
  22. Урок 22. 00:01:49
    Demo: Clean up Docker Images
  23. Урок 23. 00:01:53
    A Container is born!
  24. Урок 24. 00:02:55
    Container Life-cycle
  25. Урок 25. 00:02:53
    Demo: Container Run Vs Create
  26. Урок 26. 00:02:59
    Demo: Working with Containers | Start, Stop, Restart and Rename
  27. Урок 27. 00:01:45
    Demo: Working with Containers | Attach and Exec
  28. Урок 28. 00:03:30
    Demo: Inspect and Commit Container
  29. Урок 29. 00:01:53
    Demo: Container Exposure | Container Port-mapping
  30. Урок 30. 00:02:02
    Demo: Container clean-up | Prune and Remove
  31. Урок 31. 00:02:42
    Multi-container Applications and Introduction to Networking in Docker
  32. Урок 32. 00:02:29
    Container Networking Model (CNM) of Docker
  33. Урок 33. 00:04:06
    Docker's Native Network Drivers
  34. Урок 34. 00:01:42
    Demo: Create Docker Networks
  35. Урок 35. 00:05:02
    Demo: Working with Docker Networks | Connect, Disconnect, Inspect & Clean
  36. Урок 36. 00:04:20
    Demo: Ping one Container from another
  37. Урок 37. 00:05:27
    Never lose a "bit" of your data
  38. Урок 38. 00:03:34
    Demo: Working with Volumes | Create, List and Remove
  39. Урок 39. 00:03:46
    Demo: When Containers meet Volumes
  40. Урок 40. 00:02:36
    Demo: Working with Bind Mounts
  41. Урок 41. 00:03:10
    Demo: Hosting Containerized 2048 game!
  42. Урок 42. 00:01:10
    Introduction to Docker Compose
  43. Урок 43. 00:00:54
    Demo: Installing Docker Compose on Linux
  44. Урок 44. 00:06:58
    Demo: Structure of Docker Compose file
  45. Урок 45. 00:07:21
    Demo: Wordpress on Compose
  46. Урок 46. 00:02:52
    Demo: Introduction to Docker Compose CLI
  47. Урок 47. 00:06:48
    Introduction to Container Orchestration and Docker Swarm
  48. Урок 48. 00:01:32
    Can Swarm handle failure?
  49. Урок 49. 00:01:30
    Demo: Virtual Box installation
  50. Урок 50. 00:00:38
    Demo: Docker Machine Installation
  51. Урок 51. 00:02:24
    Demo: Setting up the Swarm Cluster
  52. Урок 52. 00:01:55
    Demo: Initialising Swarm Cluster
  53. Урок 53. 00:01:45
    Demo: Working with Swarm nodes | List and Inspect
  54. Урок 54. 00:03:46
    Demo: Creating a Service on Swarm
  55. Урок 55. 00:02:48
    Demo: Making a node leave your Swarm
  56. Урок 56. 00:03:26
    Demo: Scaling and updating with Swarm
  57. Урок 57. 00:03:31
    What about the more popular one?
  58. Урок 58. 00:01:50
    Kubernetes: An origin Story
  59. Урок 59. 00:05:31
    Kubernetes: Architecture
  60. Урок 60. 00:19:36
    Demo: Bootstrapping Kubernetes Cluster on Google Cloud Platform
  61. Урок 61. 00:01:52
    What are Pods?
  62. Урок 62. 00:01:58
    How to operate Kubernetes? Imperative vs Declarative
  63. Урок 63. 00:09:42
    Demo: Working with Pods: Create, analyse and delete (Imperative and Declarative)
  64. Урок 64. 00:01:16
    Life-cycle of a Pod
  65. Урок 65. 00:03:05
    Demo: Managing Pod's lifespan with Life-cycle Handlers
  66. Урок 66. 00:03:28
    Demo: Adding Container's Command and Arguments to Pods
  67. Урок 67. 00:04:34
    Demo: Configuring Container's Environment Variables with Pods
  68. Урок 68. 00:01:51
    Labels, Selectors and Namespaces
  69. Урок 69. 00:03:48
    Demo: Working with Namespaces
  70. Урок 70. 00:04:35
    Demo: Pod Resource management
  71. Урок 71. 00:00:55
    Kubernetes Controllers | Concept and Types
  72. Урок 72. 00:01:09
    Introduction to Replicasets
  73. Урок 73. 00:06:42
    Demo: Working with Replicasets
  74. Урок 74. 00:01:06
    Introduction to Deployments
  75. Урок 75. 00:04:38
    Demo: Working with Deployments
  76. Урок 76. 00:01:16
    Introduction to Jobs
  77. Урок 77. 00:03:03
    Demo: Working with Jobs
  78. Урок 78. 00:03:41
    Introduction to Services and Service Types
  79. Урок 79. 00:03:46
    Demo: Working with ClusterIP services
  80. Урок 80. 00:03:35
    Demo: Working with NodePort Services
  81. Урок 81. 00:02:34
    Introduction to Storage in Kubernetes
  82. Урок 82. 00:04:48
    Demo: Mounting Volume to a Pod
  83. Урок 83. 00:04:02
    Demo: Mounting Projected Volume to a Pod | Secrets
  84. Урок 84. 00:07:48
    Demo: Good old MySQL Wordpress combination with Kubernetes
  85. Урок 85. 00:01:36
    Blackrock Case Study
  86. Урок 86. 00:02:34
    Node eviction from a Kubernetes Cluster
  87. Урок 87. 00:03:53
    Demo: Rolling Updates | Rollout, Pause, Status Check
  88. Урок 88. 00:02:23
    Introduction to Taints and Tolerations
  89. Урок 89. 00:08:49
    Demo: Scheduling the Pods using Taints
  90. Урок 90. 00:03:34
    Demo: Autoscaling Kubernetes Cluster using HPA
  91. Урок 91. 00:18:48
    Demo: Deploying Apache Zookeeper using Kubernetes
  92. Урок 92. 00:02:41
    Pokemon Go Case study
  93. Урок 93. 00:02:47
    On-premise Kubernetes or Managed Kubernetes on Cloud? Make a choice!
  94. Урок 94. 00:05:40
    Demo: Setting up Google Kubernetes Engine Cluster
  95. Урок 95. 00:04:09
    Demo: Accessing GKE Cluster
  96. Урок 96. 00:06:50
    Demo: Persistent Volume and Load Balancing on GKE
  97. Урок 97. 00:11:56
    Demo: Kubernetes on Microsoft Azure Cloud
  98. Урок 98. 00:08:38
    Demo: Extra - Docker UI with Kitematic
  99. Урок 99. 00:02:16
    Demo: Extra - Minikube Series | Installing Minikube
  100. Урок 100. 00:10:21
    Demo: Extra - Minikube Series | Getting started with Minikube
  101. Урок 101. 00:02:43
    Introduction to Serverless Kubernetes
  102. Урок 102. 00:03:37
    Activating Cloud Run API on GCP
  103. Урок 103. 00:05:18
    Your 1st Service on Cloud Run
  104. Урок 104. 00:00:51
    Conclusion