Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Ultimate Kubernetes Administrator Course | CKA, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:10:00
    1.1 Introduction and Course Overview
  2. Урок 2. 00:02:52
    1.2 Introduction to Kubernetes (Kubernetes Core Concepts)
  3. Урок 3. 00:19:11
    1.3 Main Kubernetes Components
  4. Урок 4. 00:12:49
    1.4 Kubernetes Architecture (Control Plane and Worker Nodes)
  5. Урок 5. 00:04:57
    1.5 Manage Kubernetes Resources - kubectl and config file
  6. Урок 6. 00:04:34
    1.6 K8s Configuration File
  7. Урок 7. 00:16:50
    1.7 Pre-Requisite. YAML Basics
  8. Урок 8. 00:03:34
    2.1 Section Introduction and Background Story (Build Kubernetes Cluster from Scratch)
  9. Урок 9. 00:20:18
    2.2 Pre-Requisite. AWS Basics
  10. Урок 10. 00:10:53
    2.3 Provision Infrastructure on AWS
  11. Урок 11. 00:12:13
    2.4 Pre-Requisite. TLS Certificates
  12. Урок 12. 00:11:39
    2.5 Kubernetes Cluster Installation Steps
  13. Урок 13. 00:13:57
    2.6 Configure K8s Nodes
  14. Урок 14. 00:05:46
    2.7 Container Runtime Interface
  15. Урок 15. 00:16:03
    2.8 Install Container Runtime (Containerd)
  16. Урок 16. 00:11:24
    2.9 Install kubeadm, kubelet and kubectl
  17. Урок 17. 00:12:06
    2.10 Initialize Cluster with kubeadm
  18. Урок 18. 00:09:17
    2.11 Connect to cluster (kubeconfig & kubectl)
  19. Урок 19. 00:09:46
    2.12 Organize Resources with Namespaces
  20. Урок 20. 00:03:28
    2.13 Kube-system namespace
  21. Урок 21. 00:16:12
    2.14 Pre-Requisite. Networking Basics
  22. Урок 22. 00:01:54
    2.15 Networking in K8s - Overview
  23. Урок 23. 00:06:37
    2.16 Container Communication
  24. Урок 24. 00:08:57
    2.17 Container Network Interface - CNI
  25. Урок 25. 00:08:25
    2.18 Configure Network Plugin - Cilium
  26. Урок 26. 00:17:32
    2.19 Join Worker Nodes to cluster
  27. Урок 27. 00:01:18
    3.1 Section Overview (Deployment, Services & DNS in Kubernetes (Deploy Applications)
  28. Урок 28. 00:04:38
    3.2 Deploy nginx
  29. Урок 29. 00:16:12
    3.3 Create nginx Service
  30. Урок 30. 00:08:43
    3.4 Labelling Components
  31. Урок 31. 00:05:50
    3.5 Scaling Deployments & Record Kubectl Commands
  32. Урок 32. 00:05:04
    3.6 Connect to nginx Pod
  33. Урок 33. 00:01:29
    3.7 Why DNS
  34. Урок 34. 00:09:33
    3.8 Pre-Requisite. Domain Name System (DNS)
  35. Урок 35. 00:15:40
    3.9 DNS in Kubernetes
  36. Урок 36. 00:06:50
    3.10 Configure Service IP Address
  37. Урок 37. 00:09:18
    3.11 Pro Tip for kubectl
  38. Урок 38. 00:00:47
    4.1 Section Overview (External Services & Ingress Controller (Access from Outside)
  39. Урок 39. 00:05:15
    4.2 NodePort
  40. Урок 40. 00:11:01
    4.3 Loadbalancer
  41. Урок 41. 00:16:59
    4.4 Ingress
  42. Урок 42. 00:01:19
    4.5 Setup Ingress - Overview
  43. Урок 43. 00:13:00
    4.6 Helm - Package Manager
  44. Урок 44. 00:12:03
    4.7 Configure Routing
  45. Урок 45. 00:05:56
    4.7 Deploy Ingress Controller
  46. Урок 46. 00:00:34
    5.1 Section Introduction (Control Access with Users & Permissions)
  47. Урок 47. 00:15:46
    5.2 Authorization with Role Based Access Control (RBAC)
  48. Урок 48. 00:01:27
    5.3 Other Authorization Modes
  49. Урок 49. 00:02:42
    5.4 Certificates in Kubernetes
  50. Урок 50. 00:02:27
    5.5 Certificates API
  51. Урок 51. 00:02:58
    5.6 Demo Overview - Users & Permissions
  52. Урок 52. 00:11:11
    5.7 Create User Account
  53. Урок 53. 00:12:14
    5.8 Connect to Cluster with User
  54. Урок 54. 00:14:13
    5.9 Give User Permission - ClusterRole
  55. Урок 55. 00:17:07
    5.10 Create ServiceAccount & Permissions
  56. Урок 56. 00:01:28
    6.1 Section Intro (Troubleshooting)
  57. Урок 57. 00:02:05
    6.2 Troubleshoot Applications
  58. Урок 58. 00:17:59
    6.3 Debug with temporary Pods
  59. Урок 59. 00:11:43
    6.4 Kubectl Format Output
  60. Урок 60. 00:08:50
    6.5 Troubleshoot Kubelet and Kubectl Issues
  61. Урок 61. 00:01:06
    7.1 Section Introduction (Multi Container Pods)
  62. Урок 62. 00:03:02
    7.2 Sidecar and Init Containers
  63. Урок 63. 00:08:47
    7.3 Demo. Deploy Sidecar and Init Container
  64. Урок 64. 00:06:53
    7.4 Exposing Pod Information
  65. Урок 65. 00:01:06
    8.1 Section Introduction (Persist Data in Kubernetes (Volumes)
  66. Урок 66. 00:20:14
    8.2 Persisting Data with Volumes - PV, PVC, SC
  67. Урок 67. 00:17:37
    8.3 Configure HostPath Volume
  68. Урок 68. 00:06:27
    8.4 Configure emptyDir Volume
  69. Урок 69. 00:01:07
    9.1 Introduction to ConfigMap and Secret (External Configuration with ConfigMap and Secret)
  70. Урок 70. 00:08:35
    9.2 Demo. Pass as Environment Variables
  71. Урок 71. 00:12:15
    9.3 Demo. Pass as Volumes
  72. Урок 72. 00:00:53
    10.1 Section Introduction (Resource Requests & Limits)
  73. Урок 73. 00:01:30
    10.2 What are Resource Requests and Limits
  74. Урок 74. 00:06:40
    10.3 Demo. Configure Resource Requests and LImits
  75. Урок 75. 00:00:51
    11.1 Section Introduction (Scheduling Pods)
  76. Урок 76. 00:04:53
    11.2 NodeName and Node Selector - Assigning Pods to Nodes
  77. Урок 77. 00:08:30
    11.3 Node Affinity - Assigning Pods to Nodes
  78. Урок 78. 00:06:24
    11.4 Taints & Tolerations
  79. Урок 79. 00:05:45
    11.5 Inter-Pod Affinity
  80. Урок 80. 00:01:05
    12.1 Section Introduction (Health Checks with Liveness and Readiness Probes)
  81. Урок 81. 00:04:37
    12.2 What are Liveness and Readiness Probes
  82. Урок 82. 00:03:50
    12.3 Configure Liveness and Readiness Probes
  83. Урок 83. 00:01:30
    13.1 Section Introduction (Deployment Strategies - Rolling Update)
  84. Урок 84. 00:00:51
    13.2 What is a ReplicaSet
  85. Урок 85. 00:07:19
    13.3 Deployment Update Strategies - Rolling Update
  86. Урок 86. 00:00:35
    14.1 Section Introduction (ETCD Backup & Restore)
  87. Урок 87. 00:01:42
    14.2 What etcd stores
  88. Урок 88. 00:07:12
    14.3 Backing up etcd store
  89. Урок 89. 00:02:12
    14.4 Alternatives to manage etcd
  90. Урок 90. 00:07:29
    14.5 Restoring etcd
  91. Урок 91. 00:00:43
    15.1 Section Introduction (Kubernetes REST API)
  92. Урок 92. 00:03:20
    15.2 Access REST API with kubectl proxy
  93. Урок 93. 00:16:24
    15.3 Interacting with REST API (without kubectl proxy)
  94. Урок 94. 00:00:41
    16.1 Section Introduction (Upgrade K8s Cluster)
  95. Урок 95. 00:11:17
    16.2 How Cluster Upgrade works
  96. Урок 96. 00:15:59
    16.3 Demo. Upgrade Cluster
  97. Урок 97. 00:00:29
    17.1 Section Introduction (Manage multiple Clusters with Kube Contexts)
  98. Урок 98. 00:11:52
    17.2 Working with multiple clusters using Kube Contexts
  99. Урок 99. 00:00:31
    18.1 Section Introduction (Certificate Management in Kubernetes)
  100. Урок 100. 00:05:48
    18.2 Check Certificate Expiration
  101. Урок 101. 00:02:35
    18.3 Renew Certificates
  102. Урок 102. 00:00:29
    19.1 Section Introduction (Secure Cluster - Control Traffic with Network Policies)
  103. Урок 103. 00:13:19
    19.2 How Network Policies work
  104. Урок 104. 00:13:56
    19.3 Configure Network Policies for Cluster
  105. Урок 105. 00:00:30
    20.1 Section Introduction (CKA Exam Tips. Final)
  106. Урок 106. 00:08:57
    20.2 Exam Tips
  107. Урок 107. 00:07:18
    20.3 Tips during exam
  108. Урок 108. 00:00:53
    20.4 Congratulations!