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