Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stretchcloud/cka-lab-practice


https://github.com/stretchcloud/cka-lab-practice

Last synced: 2 months ago
JSON representation

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)

# 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