1
1
# Certified Kubernetes Administrator (CKA) Course
2
2
3
- These are notes from the [ Certified Kubernetes Administrator Course] ( https://kodekloud.com/courses/enrolled/539883 ) hosted on KodeKloud.
3
+ These are notes from the [ Certified Kubernetes Administrator Course] ( https://kodekloud.com/courses/certified-kubernetes-administrator-cka/ ) hosted on KodeKloud.
4
4
5
5
# Sections
6
6
7
7
- [ 01-Introduction] ( docs/01-Introduction )
8
+
8
9
- [ 01-Course-Introduction] ( docs/01-Introduction/01-Course-Introduction.md )
9
10
- [ 02-Certification] ( docs/01-Introduction/02-Certification.md )
10
11
12
+
11
13
- [ 02-Core-Concepts] ( docs/02-Core-Concepts )
12
14
13
15
- [ 01-Core-Concepts-Section-Introduction] ( docs/02-Core-Concepts/01-Core-Concepts-Section-Introduction.md )
@@ -35,6 +37,7 @@ These are notes from the [Certified Kubernetes Administrator Course](https://kod
35
37
- [ 23-Practice-Test-Imperative-Commands] ( docs/02-Core-Concepts/23-Practice-Test-Imperative-Commands.md )
36
38
- [ 24-Attachments] ( docs/02-Core-Concepts/24-Attachments.md )
37
39
40
+
38
41
- [ 03-Scheduling] ( docs/03-Scheduling )
39
42
40
43
- [ 01-Scheduling-Section-Introduction] ( docs/03-Scheduling/01-Scheduling-Section-Introduction.md )
@@ -59,6 +62,7 @@ These are notes from the [Certified Kubernetes Administrator Course](https://kod
59
62
- [ 20-Configuring-Kubernetes-Schedulers] ( docs/03-Scheduling/20-Configuring-Kubernetes-Schedulers.md )
60
63
- [ 21-Download-Presentation-Deck] ( docs/03-Scheduling/21-Download-Presentation-Deck.md )
61
64
65
+
62
66
- [ 04-Logging-and-Monitoring] ( docs/04-Logging-and-Monitoring )
63
67
64
68
- [ 01-Logging-and-Monitoring-Section-Introduction] ( docs/04-Logging-and-Monitoring/01-Logging-and-Monitoring-Section-Introduction.md )
@@ -67,7 +71,8 @@ These are notes from the [Certified Kubernetes Administrator Course](https://kod
67
71
- [ 04-Managing-Application-Logs] ( docs/04-Logging-and-Monitoring/04-Managing-Application-Logs.md )
68
72
- [ 05-Download-Presentation-Deck] ( docs/04-Logging-and-Monitoring/05-Download-Presentation-Deck.md )
69
73
- [ 06-Practice-Test-Managing-Application-Logs] ( docs/04-Logging-and-Monitoring/06-Practice-Test-Managing-Application-Logs.md )
70
-
74
+
75
+
71
76
- [ 05-Application-Lifecycle-Management] ( docs/05-Application-Lifecycle-Management )
72
77
73
78
- [ 01-Application-Lifecycle-Management--Section-Introduction] ( docs/05-Application-Lifecycle-Management/01-Application-Lifecycle-Management--Section-Introduction.md )
@@ -89,6 +94,7 @@ These are notes from the [Certified Kubernetes Administrator Course](https://kod
89
94
- [ 17.Self-Healing-Applications] ( docs/05-Application-Lifecycle-Management/17.Self-Healing-Applications.md )
90
95
- [ 18.Download-Presentation-Deck] ( docs/05-Application-Lifecycle-Management/18.Download-Presentation-Deck.md )
91
96
97
+
92
98
- [ 06-Cluster-Maintenance] ( docs/06-Cluster-Maintenance )
93
99
94
100
- [ 01-Cluster-Maintenance-Section-Introduction] ( docs/06-Cluster-Maintenance/01-Cluster-Maintenance-Section-Introduction.md )
@@ -182,72 +188,56 @@ These are notes from the [Certified Kubernetes Administrator Course](https://kod
182
188
- [ 26-Dowload-Presentation-Deck] ( docs/09-Networking/26-Dowload-Presentation-Deck.md )
183
189
184
190
185
- - [ 10-Install] ( docs/10-Install )
191
+ - [ 10-Design-and-Install-Kubernetes-Cluster] ( docs/10-Design-and-Install-Kubernetes-Cluster )
192
+
193
+ - [ 01-Designing-a-Kubernetes-Cluster] ( docs/10-Design-and-Install-Kubernetes-Cluster/01-Designing-a-Kubernetes-Cluster.md )
194
+ - [ 02-Choosing-Kuberneter-Infrastructure] ( docs/10-Design-and-Install-Kubernetes-Cluster/02-Choosing-Kuberneters-Infrastructure.md )
195
+ - [ 03-Configure-High-Availability] ( docs/10-Design-and-Install-Kubernetes-Cluster/03-Configure-High-Availability.md )
196
+ - [ 04-ETCD-in-HA] ( docs/10-Design-and-Install-Kubernetes-Cluster/04-ETCD-in-HA.md )
197
+ - [ 05-Important-update-k8s-hard-way] ( docs/10-Design-and-Install-Kubernetes-Cluster/05-Important-update-kubernetes-the-hard-way.md )
198
+ - [ 06-Download-Presentation-Deck] ( docs/10-Design-and-Install-Kubernetes-Cluster/06-Download-Presentation-Deck.md )
199
+
200
+ - [ 11-Install-Kubernetes-the-kubeadm-way] ( docs/11-Install-Kubernetes-the-kubeadm-way )
186
201
187
- - [ 01-Section-Introduction] ( docs/10-Install/01-Section-Introduction.md )
188
- - [ 02-Designing-a-Kubernetes-Cluster] ( docs/10-Install/02-Designing-a-Kubernetes-Cluster.md )
189
- - [ 03-Choosing-Kuberneter-Infrastructure] ( docs/10-Install/03-Choosing-Kuberneter-Infrastructure.md )
190
- - [ 04-Choosing-Network-Solution] ( docs/10-Install/04-Choosing-Network-Solution.md )
191
- - [ 05-Configure-High-Availability] ( docs/10-Install/05-Configure-High-Availability.md )
192
- - [ 06-ETCD-in-HA] ( docs/10-Install/06-ETCD-in-HA.md )
193
- - [ 07-Demo-Prequisitesd] ( docs/10-Install/07-Demo-Prequisites.md )
194
- - [ 08-Provisioning-VMS] ( docs/10-Install/08-Provisioning-VMS.md )
195
- - [ 09-Install-Client-Tools] ( docs/10-Install/09-Install-Client-Tools.md )
196
- - [ 10-Secure-Cluster] ( docs/10-Install/10-Secure-Cluster.md )
197
- - [ 11-Create-KubeConfigfiles] ( docs/10-Install/11-Create-KubeConfigfiles.md )
198
- - [ 12-Data-Encryption] ( docs/10-Install/12-Data-Encryption.md )
199
- - [ 13-Kubernetes-Release-Binaries] ( docs/10-Install/13-Kubernetes-Release-Binaries.md )
200
- - [ 14-Install-Control-Plane-Components-Intro] ( docs/10-Install/14-Install-Control-Plane-Components-Intro.md )
201
- - [ 15-Install-ETCD-Cluster] ( docs/10-Install/15-Install-ETCD-Cluster.md )
202
- - [ 16-Install-Control-Plane-Components] ( docs/10-Install/16-Install-Control-Plane-Components.md )
203
- - [ 17-Install-Control-Plane-Load-Balancer] ( docs/10-Install/17-Install-Control-Plane-Load-Balancer.md )
204
- - [ 18-Install-Worker-node-componenets] ( docs/10-Install/18-Install-Worker-node-componenets.md )
205
- - [ 19-TLS-Bootstrap-worker-node] ( docs/10-Install/19-TLS-Bootstrap-worker-node.md )
206
- - [ 20-Demo-TLS-Bootstrap-worker-node] ( docs/10-Install/20-Demo-TLS-Bootstrap-worker-node.md )
207
- - [ 21-Configure-Kubectl-for-remote-access] ( docs/10-Install/22-Provision-Networking.md )
208
- - [ 23-Kubapi-to-kubelet-connectivity] ( docs/10-Install/23-Kubapi-to-kubelet-connectivity.md )
209
- - [ 24-Deploy-Core-DNS] ( docs/10-Install/24-Deploy-Core-DNS.md )
210
- - [ 25-End-to-End-tests] ( docs/10-Install/25-End-to-End-tests.md )
211
- - [ 26-End-To-End-Tests-Run-and-analyze] ( docs/10-Install/26-End-To-End-Tests-Run-and-analyze.md )
212
- - [ 27-Smoke-test] ( docs/10-Install/27-Smoke-test.md )
213
- - [ 28-End-to-End-test-part1] ( docs/10-Install/28-End-to-End-test-part1.md )
214
- - [ 29-Practise-Test-instal-using-kubeadm] ( docs/10-Install/29-Practise-Test-instal-using-kubeadm.md )
215
- - [ 30-Solution-Install-a-K8s-cluster-kubeadm] ( docs/10-Install/30-Solution-Install-a-K8s-cluster-kubeadm.md )
216
- - [ 31-Download-Presentation-Deck] ( docs/10-Install/21-Download-Presentation-Deck.md )
217
-
218
-
219
- - [ 11-Troubleshooting] ( docs/11-Troubleshooting )
202
+ - [ 01-Introduction-to-Deployment-with-kubeadm] ( docs/11-Install-Kubernetes-the-kubeadm-way/01-Introduction-to-Deployment-with-kubeadm.md )
203
+ - [ 02-Resources] ( docs/11-Install-Kubernetes-the-kubeadm-way/02-Resources.md )
204
+ - [ 03-Provision-VMs-with-Vagrant] ( docs/11-Install-Kubernetes-the-kubeadm-way/03-Provision-VMs-with-Vagrant.md )
205
+ - [ 04-Demo-Deployment-with-Kubeadm] ( docs/11-Install-Kubernetes-the-kubeadm-way/04-Demo-Deployment-with-Kubeadm.md )
206
+ - [ 05-Practice-Test-Deploy-Kubernetes-Cluster-using-Kubeadm] ( docs/11-Install-Kubernetes-the-kubeadm-way/05-Practice-Test-Deploy-Kubernetes-Cluster-using-Kubeadm.md )
207
+
208
+
209
+ - [ 12-Troubleshooting] ( docs/12-Troubleshooting )
220
210
221
- - [ 01-Troubelshooting-Section-Introduction] ( docs/11 -Troubleshooting/01-Troubelshooting-Section-Introduction.md )
222
- - [ 02-Application-Failure] ( docs/11 -Troubleshooting/02-Application-Failure.md )
223
- - [ 03-Solution-Application-Failure] ( docs/11 -Troubleshooting/03-Solution-Application-Failure.md )
224
- - [ 04-Control-Plane-Failure] ( docs/11 -Troubleshooting/04-Control-Plane-Failure.md )
225
- - [ 05-Practice-Test-Control-Plane-Failure] ( docs/11 -Troubleshooting/05-Practice-Test-Control-Plane-Failure.md )
226
- - [ 06-Solution-Control-Plane-Failure] ( docs/11 -Troubleshooting/06-Solution-Control-Plane-Failure.md )
227
- - [ 07-Worker-Node-Failure] ( docs/11 -Troubleshooting/07-Worker-Node-Failure.md )
228
- - [ 08-Practice-Test-Worker-Node-Failure] ( docs/11 -Troubleshooting/08-Practice-Test-Worker-Node-Failure.md )
229
- - [ 09-Solution-Worker-Node-Failure] ( docs/11 -Troubleshooting/09-Solution-Worker-Node-Failure.md )
230
-
231
-
232
- - [ 12 -Other-Topics] ( docs/12 -Other-Topics )
211
+ - [ 01-Troubelshooting-Section-Introduction] ( docs/12 -Troubleshooting/01-Troubelshooting-Section-Introduction.md )
212
+ - [ 02-Application-Failure] ( docs/12 -Troubleshooting/02-Application-Failure.md )
213
+ - [ 03-Solution-Application-Failure] ( docs/12 -Troubleshooting/03-Solution-Application-Failure.md )
214
+ - [ 04-Control-Plane-Failure] ( docs/12 -Troubleshooting/04-Control-Plane-Failure.md )
215
+ - [ 05-Practice-Test-Control-Plane-Failure] ( docs/12 -Troubleshooting/05-Practice-Test-Control-Plane-Failure.md )
216
+ - [ 06-Solution-Control-Plane-Failure] ( docs/12 -Troubleshooting/06-Solution-Control-Plane-Failure.md )
217
+ - [ 07-Worker-Node-Failure] ( docs/12 -Troubleshooting/07-Worker-Node-Failure.md )
218
+ - [ 08-Practice-Test-Worker-Node-Failure] ( docs/12 -Troubleshooting/08-Practice-Test-Worker-Node-Failure.md )
219
+ - [ 09-Solution-Worker-Node-Failure] ( docs/12 -Troubleshooting/09-Solution-Worker-Node-Failure.md )
220
+ - [ 10-Practice-Test-Troubleshoot-Network ] ( docs/12-Troubleshooting/10-Practice-Test-Troubleshoot-Network.md )
221
+
222
+ - [ 13 -Other-Topics] ( docs/13 -Other-Topics )
233
223
234
- - [ 01-Labs-JSON-PATH] ( docs/12 -Other-Topics/01-Labs-JSON-PATH.md )
235
- - [ 02-Pre-Requisites-JSON-PATH] ( docs/12 -Other-Topics/02-Pre-Requisites-JSON-PATH.md )
236
- - [ 03-Advance-Kubectl-Commands] ( docs/12 -Other-Topics/03-Advance-Kubectl-Commands.md )
237
- - [ 04-Practice-Test-Advance-Kubectl-Commands] ( docs/12 -Other-Topics/04-Practice-Test-Advance-Kubectl-Commands.md )
224
+ - [ 01-Labs-JSON-PATH] ( docs/13 -Other-Topics/01-Labs-JSON-PATH.md )
225
+ - [ 02-Pre-Requisites-JSON-PATH] ( docs/13 -Other-Topics/02-Pre-Requisites-JSON-PATH.md )
226
+ - [ 03-Advance-Kubectl-Commands] ( docs/13 -Other-Topics/03-Advance-Kubectl-Commands.md )
227
+ - [ 04-Practice-Test-Advance-Kubectl-Commands] ( docs/13 -Other-Topics/04-Practice-Test-Advance-Kubectl-Commands.md )
238
228
239
229
240
- - [ 13 -Lightning-Labs] ( docs/13 -Lightning-Labs )
230
+ - [ 14 -Lightning-Labs] ( docs/14 -Lightning-Labs )
241
231
242
- - [ 01-Lightning-Labs-Introduction] ( docs/13 -Lightning-Labs/01-Lightning-Labs-Introduction.md )
243
- - [ 02-Lightning-Lab-1] ( docs/13 -Lightning-Labs/02-Lightning-Lab-1.md )
232
+ - [ 01-Lightning-Labs-Introduction] ( docs/14 -Lightning-Labs/01-Lightning-Labs-Introduction.md )
233
+ - [ 02-Lightning-Lab-1] ( docs/14 -Lightning-Labs/02-Lightning-Lab-1.md )
244
234
245
235
246
- - [ 14 -Mock-Exams] ( docs/14 -Mock-Exams )
236
+ - [ 15 -Mock-Exams] ( docs/15 -Mock-Exams )
247
237
248
- - [ 01-Introduction] ( docs/14 -Mock-Exams/01-Introduction.md )
249
- - [ 02-Mock-Exam-1] ( docs/14 -Mock-Exams/02-Mock-Exam-1.md )
250
- - [ 03-Mock-Exam-2] ( docs/14 -Mock-Exams/03-Mock-Exam-2.md )
251
- - [ 04-CKA-MockExam-2-Solution] ( docs/14 -Mock-Exams/04-CKA-MockExam-2-Solution.md )
252
- - [ 05-Mock-Exam-3] ( docs/14 -Mock-Exams/05-Mock-Exam-3.md )
253
- - [ 06-CKA-MockExam-3-Solution] ( docs/14 -Mock-Exams/06-CKA-MockExam-3-Solution.md )
238
+ - [ 01-Introduction] ( docs/15 -Mock-Exams/01-Introduction.md )
239
+ - [ 02-Mock-Exam-1] ( docs/15 -Mock-Exams/02-Mock-Exam-1.md )
240
+ - [ 03-Mock-Exam-2] ( docs/15 -Mock-Exams/03-Mock-Exam-2.md )
241
+ - [ 04-CKA-MockExam-2-Solution] ( docs/15 -Mock-Exams/04-CKA-MockExam-2-Solution.md )
242
+ - [ 05-Mock-Exam-3] ( docs/15 -Mock-Exams/05-Mock-Exam-3.md )
243
+ - [ 06-CKA-MockExam-3-Solution] ( docs/15 -Mock-Exams/06-CKA-MockExam-3-Solution.md )
0 commit comments