Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Mastering Kubernetes, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:17
    What is Kubernetes
  2. Урок 2. 00:08:31
    Master and Control Plane
  3. Урок 3. 00:06:22
    Worker Nodes
  4. Урок 4. 00:04:45
    Running Kubernetes Clusters
  5. Урок 5. 00:07:18
    Installing Docker
  6. Урок 6. 00:04:27
    Installing Minikube
  7. Урок 7. 00:05:53
    Installing Kubectl
  8. Урок 8. 00:07:13
    Kubernetes Hello World
  9. Урок 9. 00:05:22
    Exploring Cluster
  10. Урок 10. 00:03:22
    SSH Into Nodes
  11. Урок 11. 00:02:35
    Startling and Stopping Cluster
  12. Урок 12. 00:04:37
    Cluster with 2 nodes
  13. Урок 13. 00:02:48
    Minikube Logs
  14. Урок 14. 00:03:03
    Pods
  15. Урок 15. 00:02:26
    Imperative vs Declarative Management
  16. Урок 16. 00:03:04
    Create pods Imperative Command
  17. Урок 17. 00:08:18
    Create pods Using Declarative Configuration
  18. Урок 18. 00:01:54
    Pod yaml config Overview
  19. Урок 19. 00:06:32
    Create and Delete Resources
  20. Урок 20. 00:04:06
    List Resources
  21. Урок 21. 00:04:03
    Kubectl Describe
  22. Урок 22. 00:01:39
    Formatting Output
  23. Урок 23. 00:05:58
    Logs
  24. Урок 24. 00:03:29
    Shell Access To A Running Pod
  25. Урок 25. 00:03:20
    Access Pod via Port Forward
  26. Урок 26. 00:02:59
    List All Resource Types
  27. Урок 27. 00:02:52
    Kubectl Cheatcheat
  28. Урок 28. 00:02:32
    Dont use pods on its own
  29. Урок 29. 00:01:47
    Deployments Overview
  30. Урок 30. 00:06:26
    Creating Deployment
  31. Урок 31. 00:05:04
    Managing Deployments
  32. Урок 32. 00:01:39
    Replica Sets Overview
  33. Урок 33. 00:04:46
    Listing Replicate Sets
  34. Урок 34. 00:02:33
    Port Forward Deployments
  35. Урок 35. 00:04:27
    Scaling Deployment Replicas
  36. Урок 36. 00:01:36
    Rolling Updates
  37. Урок 37. 00:06:22
    Rolling Updates In Action
  38. Урок 38. 00:05:58
    Rollbacks
  39. Урок 39. 00:04:07
    Manage Your Cluster Using Declarative Approach
  40. Урок 40. 00:02:39
    Revision History Limit
  41. Урок 41. 00:07:18
    Configure Deployment Rolling Strategy
  42. Урок 42. 00:01:44
    Pausing and Resuming Rollouts
  43. Урок 43. 00:03:01
    Kubernetes Service
  44. Урок 44. 00:06:18
    Customer Microservice Deployment
  45. Урок 45. 00:01:23
    Exercise
  46. Урок 46. 00:02:28
    Exercise Sol
  47. Урок 47. 00:10:12
    Mircoservice Communication using POD IP address
  48. Урок 48. 00:07:51
    ClusterIP Service
  49. Урок 49. 00:07:14
    Inspecting ClustreIP Service and Endpoints with Kubectl
  50. Урок 50. 00:10:20
    Cluster IP Service In Action
  51. Урок 51. 00:04:43
    NodePort Service
  52. Урок 52. 00:06:31
    Createting NodePort Service
  53. Урок 53. 00:09:29
    Accessing API with NodePort Service
  54. Урок 54. 00:06:31
    NodePort with Random Port
  55. Урок 55. 00:03:15
    Accessing NodePort Service Using Cluster IP Address
  56. Урок 56. 00:03:24
    LoadBalancer Service
  57. Урок 57. 00:02:58
    Exercise
  58. Урок 58. 00:08:11
    Full Stack App exposed with LoadBalancer Service
  59. Урок 59. 00:03:23
    Default Kuberenetes Service
  60. Урок 60. 00:04:35
    Labels
  61. Урок 61. 00:06:00
    Selectors
  62. Урок 62. 00:10:46
    Labels and Selectors with Objects
  63. Урок 63. 00:02:32
    Querying with In and NotIn
  64. Урок 64. 00:02:17
    Annotations
  65. Урок 65. 00:04:20
    Service Discovery and DNS
  66. Урок 66. 00:09:59
    CoreDNS & DNS Resolution
  67. Урок 67. 00:06:14
    Accessing services from Different namespaces
  68. Урок 68. 00:02:57
    Endpoints
  69. Урок 69. 00:05:23
    Kube-Proxy
  70. Урок 70. 00:01:48
    Intro to Volumes
  71. Урок 71. 00:08:28
    EmptyDir Volume Part 1
  72. Урок 72. 00:09:56
    EmptyDir Volume Part 2
  73. Урок 73. 00:13:32
    HostPath Volume
  74. Урок 74. 00:03:49
    Other Volume Types
  75. Урок 75. 00:02:54
    PersistentVolumes
  76. Урок 76. 00:02:14
    Persistent Volume SubSystem
  77. Урок 77. 00:08:17
    Create PersistentVolume and PresistentVolumeClaim
  78. Урок 78. 00:07:38
    PersistentVolume and PresistentVolumeClaim in Action
  79. Урок 79. 00:01:53
    What are ConfigMaps
  80. Урок 80. 00:07:06
    Creating ConfigMap Declaratively
  81. Урок 81. 00:03:39
    ConfigMaps Using Imperative Command
  82. Урок 82. 00:09:06
    ConfigMaps and Environment Variables
  83. Урок 83. 00:09:13
    ConfigMaps and Volumes
  84. Урок 84. 00:03:15
    Mount Multiple ConfigMaps in same Folder
  85. Урок 85. 00:00:45
    Kubernetes Secrets
  86. Урок 86. 00:04:55
    GenericSecret
  87. Урок 87. 00:06:27
    Consuming Secrets with Volumes and Environment Variables
  88. Урок 88. 00:04:09
    Secrets are not Secrets in Kubernetes
  89. Урок 89. 00:08:10
    ImagePullSecrets
  90. Урок 90. 00:01:00
    Secret Types
  91. Урок 91. 00:02:49
    Namesapaces
  92. Урок 92. 00:05:44
    Creating Namespaces
  93. Урок 93. 00:07:44
    Using Namespaces
  94. Урок 94. 00:03:29
    Kubens
  95. Урок 95. 00:01:46
    NS Cross Communication and Network Policies
  96. Урок 96. 00:01:19
    Kubernetes Health Checks
  97. Урок 97. 00:09:08
    Liveness Probe
  98. Урок 98. 00:04:22
    Readiness Probe
  99. Урок 99. 00:02:42
    Resource Management
  100. Урок 100. 00:04:12
    Resource Requests and Limits
  101. Урок 101. 00:05:34
    Lets max out our cluster
  102. Урок 102. 00:05:00
    Jobs
  103. Урок 103. 00:03:19
    Running Tasks with Kubernetes
  104. Урок 104. 00:01:53
    DeamonSet
  105. Урок 105. 00:06:27
    Lets create Fluentd DeamonSet
  106. Урок 106. 00:02:31
    StatefulSets