Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stretchcloud/cka-lab-practice
https://github.com/stretchcloud/cka-lab-practice
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stretchcloud/cka-lab-practice
- Owner: stretchcloud
- License: mit
- Created: 2019-06-25T00:23:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T17:19:40.000Z (over 4 years ago)
- Last Synced: 2024-08-20T16:06:02.440Z (5 months ago)
- Size: 216 KB
- Stars: 413
- Watchers: 22
- Forks: 265
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cka - - A set of exercises that will help you to prepare for the Certified Kubernetes Administrator exam. (🎯 Practice Test / Courses)
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)# CKA Exercises
A set of exercises that will help you to prepare for the [Certified Kubernetes Administrator](https://www.cncf.io/certification/cka/) exam, offered by the Cloud Native Computing Foundation, organized by curriculum domain. They may as well serve as learning and practicing with Kubernetes.
During the exam, you are allowed to keep only one other browser tab open to refer official documentation. Make a mental note of the breadcrumb at the start of the excercise section, to quickly locate the relevant document in kubernetes.io. It is recommended that you read official documents before attempting exercises below it.
## Contents
- [Scheduling - 5%](Scheduling.md)
- [Logging/Monitoring - 5%](Logging&Monitoring.md)
- [Application Lifecycle Management - 8%](ApplicationLifecycleManagement.md)
- [Cluster - 11%](Cluster.md)
- [Storage - 7%](Storage.md)
- [Networking - 11%](Networking.md)
- [Installation, Configuration & Validation - 12%](Installation.md)
- [Troubleshooting - 10%](Troubleshooting.md)I have provided an example folder of sample YAML files for various different exercises so that you can use these as templates.
### Can I PR? There is an error/an alternative way/an extra question/solution I can offer
Absolutely! Feel free to PR and edit/add questions and solutions, but please stick to the existing format.
### References
- [here](https://github.com/dgkanatsios/CKAD-exercises) from dgkanatsios