Skip to the content.

Certified Kubernetes Administrator (CKA) with v1.18

For creating any resource please use dry run at the end and save it in file so that it will be easy to deploy - pod, deployment, service, etc -o yaml --dry-run=client

In case if you want to change namespace kubectl config set-context $(kubectl config current-context) --namespace=default

Preparation

1. Deployment

##### Note: Do not use kubectl run nginx --image=nginx --restart=Always to create deployment as it’s been deprecated in v1.18

2. Pod

3. initContainer

6. PersistentVolume & PersistentVolumeClaim

7. Network policy

8. SecurityContext

9. RBAC

10. ETCD Backup

11. Cluster Installation

12. Cluster troubleshoot

13. jsonpath

Common Mistakes

All the Best For your Exam!!

My CKA certificate

Creator

Do reach out to me for any query regarding the exam.

How to start ?