Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayendrapatil/kubernetes-exercises
Collection covers kubernetes exercises categorized topics-wise and referred back to the individual Kubernetes certification exams.
https://github.com/jayendrapatil/kubernetes-exercises
cka ckad cks kubernetes
Last synced: 3 months ago
JSON representation
Collection covers kubernetes exercises categorized topics-wise and referred back to the individual Kubernetes certification exams.
- Host: GitHub
- URL: https://github.com/jayendrapatil/kubernetes-exercises
- Owner: jayendrapatil
- License: mit
- Created: 2021-12-16T09:33:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T15:29:28.000Z (3 months ago)
- Last Synced: 2024-10-20T17:38:16.106Z (3 months ago)
- Topics: cka, ckad, cks, kubernetes
- Homepage:
- Size: 126 KB
- Stars: 258
- Watchers: 12
- Forks: 102
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)# Kubernetes Exercises
This collection covers a set of exercises that 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 Killercoda Kubernetes playgroud which provides 2 node Kubernetes cluster, which is good enough to complete almost all of the exercises.
[Killercoda](https://killercoda.com/playgrounds/scenario/kubernetes)
~~[Katacode Kubernetes Playgroud](https://www.katacoda.com/courses/kubernetes/playground)~~## Structure
- [Certified Kubernetes Administrator (CKA)](cka) covers topics for CKA exam.
- [Certified Kubernetes Application Developer (CKAD)](ckad) covers topics for CKAD exam.
- [Certified Kubernetes Security Specialist (CKS)](cks) covers topics for CKS exam.
- [Data](data) provides any data required for the exercises.
- [Topics](topics) covers individual topics.## 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.28
- 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.