Skip to content

Commit dcf6305

Browse files
Updated links for new site
1 parent a273f90 commit dcf6305

File tree

218 files changed

+366
-412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+366
-412
lines changed

README.md

+52-62
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Certified Kubernetes Administrator (CKA) Course
22

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.
44

55
# Sections
66

77
- [01-Introduction](docs/01-Introduction)
8+
89
- [01-Course-Introduction](docs/01-Introduction/01-Course-Introduction.md)
910
- [02-Certification](docs/01-Introduction/02-Certification.md)
1011

12+
1113
- [02-Core-Concepts](docs/02-Core-Concepts)
1214

1315
- [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
3537
- [23-Practice-Test-Imperative-Commands](docs/02-Core-Concepts/23-Practice-Test-Imperative-Commands.md)
3638
- [24-Attachments](docs/02-Core-Concepts/24-Attachments.md)
3739

40+
3841
- [03-Scheduling](docs/03-Scheduling)
3942

4043
- [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
5962
- [20-Configuring-Kubernetes-Schedulers](docs/03-Scheduling/20-Configuring-Kubernetes-Schedulers.md)
6063
- [21-Download-Presentation-Deck](docs/03-Scheduling/21-Download-Presentation-Deck.md)
6164

65+
6266
- [04-Logging-and-Monitoring](docs/04-Logging-and-Monitoring)
6367

6468
- [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
6771
- [04-Managing-Application-Logs](docs/04-Logging-and-Monitoring/04-Managing-Application-Logs.md)
6872
- [05-Download-Presentation-Deck](docs/04-Logging-and-Monitoring/05-Download-Presentation-Deck.md)
6973
- [06-Practice-Test-Managing-Application-Logs](docs/04-Logging-and-Monitoring/06-Practice-Test-Managing-Application-Logs.md)
70-
74+
75+
7176
- [05-Application-Lifecycle-Management](docs/05-Application-Lifecycle-Management)
7277

7378
- [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
8994
- [17.Self-Healing-Applications](docs/05-Application-Lifecycle-Management/17.Self-Healing-Applications.md)
9095
- [18.Download-Presentation-Deck](docs/05-Application-Lifecycle-Management/18.Download-Presentation-Deck.md)
9196

97+
9298
- [06-Cluster-Maintenance](docs/06-Cluster-Maintenance)
9399

94100
- [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
182188
- [26-Dowload-Presentation-Deck](docs/09-Networking/26-Dowload-Presentation-Deck.md)
183189

184190

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)
186201

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)
220210

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)
233223

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)
238228

239229

240-
- [13-Lightning-Labs](docs/13-Lightning-Labs)
230+
- [14-Lightning-Labs](docs/14-Lightning-Labs)
241231

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)
244234

245235

246-
- [14-Mock-Exams](docs/14-Mock-Exams)
236+
- [15-Mock-Exams](docs/15-Mock-Exams)
247237

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)

docs/01-Introduction/01-Course-Introduction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Course Introduction
22

3-
- Take me to the [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808050)
3+
- Take me to the [Video Tutorial](https://kodekloud.com/topic/course-introduction-5/)
44

55
#### This course focuses on Administration part of the kubernetes.
66

@@ -22,7 +22,7 @@
2222

2323
#### If you are a beginner we highly recommend Kubenetes for the Absolute Beginners Hands-On course
2424

25-
- Take me to the [Kubenetes for the Absolute Beginners Hands-On Course](https://kodekloud.com/courses/enrolled/316262)
25+
- Take me to the [Kubenetes for the Absolute Beginners Hands-On Course](https://kodekloud.com/courses/kubernetes-for-the-absolute-beginners-hands-on/)
2626

2727
## Course Objectives
2828

docs/01-Introduction/02-Certification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Certification
22

3-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9814246)
3+
- Take me to [Video Tutorial](https://kodekloud.com/topic/certification/)
44

55
## Certification Details
66

docs/02-Core-Concepts/01-Core-Concepts-Section-Introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Core Concepts Section Introduction
22

3-
- Take me to the [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808147)
3+
- Take me to the [Video Tutorial](https://kodekloud.com/topic/core-concepts-section-introduction/)
44

55
In this section, we will take a look at the below
66
- Cluster Architecture

docs/02-Core-Concepts/02-Cluster-Architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cluster Architecture
22

3-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808145)
3+
- Take me to [Video Tutorial](https://kodekloud.com/topic/cluster-architecture/)
44

55
In this section , we will take a look at the kubernetes Architecture at high level.
66
- 10,000 Feet Look at the Kubernetes Architecture

docs/02-Core-Concepts/03-ETCD-For-Beginners.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ETCD for Beginners
2-
- Take me to the [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808166)
2+
- Take me to the [Video Tutorial](https://kodekloud.com/topic/etcd-for-beginners/)
33

44
In this section, we will take a quick look at introduction to ETCD for beginners.
55
- What is ETCD?
@@ -36,7 +36,7 @@
3636
$ ./etcd
3737
```
3838
- When you start **`ETCD`** it will by default listens on port **`2379`**
39-
- The default client that comes with **`ETCD`** is the [**`etcdctl`**](https://github.com/etcd-io/etcd/tree/master/etcdctl) client. You can use it to store and retrieve key-value pairs.
39+
- The default client that comes with **`ETCD`** is the [**`etcdctl`**](https://github.com/etcd-io/etcd/tree/main/etcdctl) client. You can use it to store and retrieve key-value pairs.
4040
```
4141
Syntax: To Store a Key-Value pair
4242
$ ./etcdctl set key1 value1

docs/02-Core-Concepts/04-ETCD-in-Kubernetes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ETCD in Kubernetes
2-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808160)
2+
- Take me to [Video Tutorial](https://kodekloud.com/topic/etcd-in-kubernetes/)
33

44
In this section, we will take a look at ETCD role in kubernetes
55

docs/02-Core-Concepts/05-Kube-API-Server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Kube API Server
2-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808163)
2+
- Take me to [Video Tutorial](https://kodekloud.com/topic/kube-api-server/)
33

44
In this section, we will talk about kube-apiserver in kubernetes
55

docs/02-Core-Concepts/06-Kube-Controller-Manager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kube Controller Manager
22

3-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808161)
3+
- Take me to [Video Tutorial](https://kodekloud.com/topic/kube-controller-manager/)
44

55
In this section, we will take a look at kube-controller-manager.
66

docs/02-Core-Concepts/07-Kube-Scheduler.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Kube Scheduler
2-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808162)
2+
- Take me to [Video Tutorial](https://kodekloud.com/topic/kube-scheduler/)
33

44
In this section, we will take a look at kube-scheduler.
55

docs/02-Core-Concepts/08-Kubelet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Kubelet
2-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808158)
2+
- Take me to [Video Tutorial](https://kodekloud.com/topic/kubelet/)
33

44
In this section we will take a look at kubelet.
55

docs/02-Core-Concepts/09-Kube-Proxy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Kube Proxy
2-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808167)
2+
- Take me to [Video Tutorial](https://kodekloud.com/topic/kube-proxy/)
33

44
In this section, we will take a look at kube-proxy.
55

docs/02-Core-Concepts/10-Pods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pods
2-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808169)
2+
- Take me to [Video Tutorial](https://kodekloud.com/topic/pods-2/)
33

44
In this section, we will take a look at PODS.
55
- POD introduction
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Practice Test Introduction
22

33
In this section, we will take a look at practice test demo.
4-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808164)
4+
- Take me to [Video Tutorial](https://kodekloud.com/topic/practice-test-introduction-2/)
55

docs/02-Core-Concepts/12-Practice-Test-PODs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Practice Test - PODs
2-
- Take me to [Practice Test](https://kodekloud.com/courses/539883/lectures/9808164)
2+
- Take me to [Practice Test](https://kodekloud.com/topic/practice-test-pods/)
33

44
## Here are the solutions to the practice test
55
1. Run the command **`kubectl get pods`** and count the number of pods.

docs/02-Core-Concepts/13-ReplicaSets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ReplicaSets
2-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808168)
2+
- Take me to [Video Tutorial](https://kodekloud.com/topic/replicasets/)
33

44
In this section, we will take a look at the below
55
- Replication Controller

docs/02-Core-Concepts/14-Practice-Tests-ReplicaSet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Practice Test - ReplicaSets
2-
- Take me to [Practice Test](https://kodekloud.com/courses/539883/lectures/9816569)
2+
- Take me to [Practice Test](https://kodekloud.com/topic/practice-test-replicasets/)
33

44
#### Solutions for the replicaset practice tests
55
1. Run the command **`kubectl get pods`** and count the number of pods.

docs/02-Core-Concepts/15-Deployments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Deployments
2-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808165)
2+
- Take me to [Video Tutorial](https://kodekloud.com/topic/deployments-3/)
33

44
In this section, we will take a look at kubernetes deployments
55

docs/02-Core-Concepts/16-Practice-Tests-Deployments.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Practice Test - Deployments
2-
- Take me to [Practice Test](https://kodekloud.com/courses/539883/lectures/9816571)
2+
- Take me to [Practice Test](https://kodekloud.com/topic/practice-tests-deployments/)
33

44
Solutions to the deploments practice test
55
1. Run the command **`kubectl get pods`** and count the number of pods.
@@ -122,5 +122,3 @@ Solutions to the deploments practice test
122122
```
123123
</details>
124124

125-
126-
#### Take me to [Deployment Practice Test - Solutions](https://kodekloud.com/courses/539883/lectures/16416761)

docs/02-Core-Concepts/17-Namespaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Namespaces
2-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808159)
2+
- Take me to [Video Tutorial](https://kodekloud.com/topic/namespaces/)
33

44
In this section, we will take a look at **`Namespaces`**
55

docs/02-Core-Concepts/18-Practice-Test-Namespaces.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Practice Test - Namespaces
2-
- Take me to [Practice Test](https://kodekloud.com/courses/539883/lectures/9816576)
2+
- Take me to [Practice Test](https://kodekloud.com/topic/practice-test-namespaces/)
33

44
Solutions to practice test for namespaces
55

@@ -57,5 +57,3 @@ Solutions to practice test for namespaces
5757
```
5858
</details>
5959

60-
61-
#### Take me to [Practice Test Solutions](https://kodekloud.com/courses/539883/lectures/16416900)

docs/02-Core-Concepts/19-Services.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Kubernetes Services
2-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808156)
2+
- Take me to [Video Tutorial](https://kodekloud.com/topic/services-3/)
33

44
In this section we will take a look at **`services`** in kubernetes
55

docs/02-Core-Concepts/20-Services-ClusterIP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Kubernetes Services - ClusterIP
2-
- Take me to [Video Tutorial](https://kodekloud.com/courses/539883/lectures/9808157)
2+
- Take me to [Video Tutorial](https://kodekloud.com/topic/services-cluster-ip-2/)
33

44
In this section we will take a look at **`services - ClusterIP`** in kubernetes
55

docs/02-Core-Concepts/21-Practice-Test-Services.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Practice Test - Services
2-
- Take me to [Practice Test](https://kodekloud.com/courses/539883/lectures/9816583)
2+
- Take me to [Practice Test](https://kodekloud.com/topic/practice-test-services/)
33

44
#### Solutions to Practice test - Services
55

@@ -76,15 +76,4 @@
7676
$ kubectl create -f service-definition-1.yaml
7777
```
7878
</details>
79-
80-
81-
#### Take me to [Practice Test - Solutions](https://kodekloud.com/courses/539883/lectures/16603611)
82-
83-
84-
85-
86-
87-
88-
89-
9079

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Certification Tips - Imperative Commands with kubectl
2-
- Take me to the [Tutorial](https://kodekloud.com/courses/539883/lectures/10503265)
2+
- Take me to the [Certification tips page](https://kodekloud.com/topic/certification-tips-imperative-commands-with-kubectl/)
33

docs/02-Core-Concepts/23-Practice-Test-Imperative-Commands.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Practice Test - Imperative Commands
2-
- Take me to [Practice Test](https://kodekloud.com/courses/539883/lectures/10503277)
2+
- Take me to [Practice Test](https://kodekloud.com/topic/practice-test-imperative-commands-2/)
33

44
Solutions for Practice Test - Imperative Commands
55

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# KodeKloud - CKA Course Documents
2-
- Take me to the [Tutorials](https://kodekloud.com/courses/539883/lectures/12356372)
3-
2+
- Take me to the [Presentation Deck - 1](https://kodekloud.com/topic/attachments/)
3+
- Take me to the [Presentation Deck - 2](https://kodekloud.com/topic/download-presentation-deck-for-this-section-1/)
4+

0 commit comments

Comments
 (0)