All Projects → jayendrapatil → kubernetes-exercises

jayendrapatil / kubernetes-exercises

Licence: MIT license
Collection covers kubernetes exercises categorized topics-wise and referred back to the individual Kubernetes certification exams.

Projects that are alternatives of or similar to kubernetes-exercises

dca-prep-kit
Preparation notes and tips & tricks for cloud an IT certifications
Stars: ✭ 41 (-80.93%)
Mutual labels:  cka, ckad, cks
kubernetes-cluster
Vagrant As Automation Script
Stars: ✭ 34 (-84.19%)
Mutual labels:  cka, ckad, cks
Arkade
Open Source Kubernetes Marketplace
Stars: ✭ 2,343 (+989.77%)
Mutual labels:  cka, ckad
Kubernetes Certified Administrator
Online resources that will help you prepare for taking the CNCF CKA 2020 "Kubernetes Certified Administrator" Certification exam. with time, This is not likely the comprehensive up to date list - please make a pull request if there something that should be added here.
Stars: ✭ 3,438 (+1499.07%)
Mutual labels:  cka, ckad
awesome
A curated list of delightful developers resources.
Stars: ✭ 13 (-93.95%)
Mutual labels:  cka, ckad
k8s-school
Learn Kubernetes fundamentals / Formation Kubernetes et les micro-services
Stars: ✭ 30 (-86.05%)
Mutual labels:  cka, ckad
kubernetes-examples
Kubernetes 经典示例
Stars: ✭ 142 (-33.95%)
Mutual labels:  cka
cka-exam-prep
Certified Kubernetes Administrator (CKA) Exam Preparation
Stars: ✭ 67 (-68.84%)
Mutual labels:  cka
PyTorch-Model-Compare
Compare neural networks by their feature similarity
Stars: ✭ 119 (-44.65%)
Mutual labels:  cka
CKA-Exercises
A set of curated exercises to help prepare you for the Certified Kubernetes Administrator Exam by the Cloud Native Computing Foundation
Stars: ✭ 51 (-76.28%)
Mutual labels:  cka
cdk-py-k8s-the-real-hard-way-aws
Python CDK code for "Kubernetes The (real) Hard Way (AWS)"
Stars: ✭ 14 (-93.49%)
Mutual labels:  cka
Ckad Exercises
A set of exercises to prepare for Certified Kubernetes Application Developer exam by Cloud Native Computing Foundation
Stars: ✭ 5,247 (+2340.47%)
Mutual labels:  ckad
ckad
CNCF CKAD prep material and resources
Stars: ✭ 42 (-80.47%)
Mutual labels:  ckad
CKAD-Bookmarks
save time in searching docs in CKAD exam
Stars: ✭ 219 (+1.86%)
Mutual labels:  ckad
CKS
Certified Kubernetes Security Specialist Exam Preparation Guide
Stars: ✭ 32 (-85.12%)
Mutual labels:  cks
CKS-Exercises-Certified-Kubernetes-Security-Specialist
A set of curated exercises to help you prepare for the CKS exam
Stars: ✭ 124 (-42.33%)
Mutual labels:  cks

Software License PRs Welcome

Kubernetes Exercises

This collection covers a set of exercises which are categorized topics wise and referred back to the individual Kubernetes certification exams. As the exam pattern and topics keep on changing, however, the topics remain more or less the same, I have created the exercises per topics and mapped them back to the exam.

Kubernetes Playground

Try out the Katacode Kubernetes playgroud which provides 2 node kubernetes cluster, which is good enough to completed almost all of the exercises.

Katacode Kubernetes Playgroud

NOTE: Current k8s version is 1.18 while the exams have already upgraded to 1.22 version. Also, I have done my best to test all the code samples in the playgroud and works fine.

Structure

Exam Pattern & Tips

  • CKA/CKAD/CKS are open book test.
  • Exams keep on upgrading as per the latest kubernetes version and is currently on 1.22
  • Exams require you to solve 15-20 questions in 2 hours.
  • Make use of imperative commands as much as possible.
  • You will have an online notepad on the right corner to note down. I hardly used it, but it can be useful to type and modify text instead of using VI editor.
  • You are allowed to open another browser tab which can be from kubernetes.io or other products documentation like Falco. Do not open any other windows.
  • Exam questions can be attempted in any order and don't have to be sequential. So be sure to move ahead and come back later.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].