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

https://github.com/vorburger/learningkubernetes-codelabs

Code Lab style course for learning Kubernetes
https://github.com/vorburger/learningkubernetes-codelabs

codelabs kubernetes

Last synced: 3 months ago
JSON representation

Code Lab style course for learning Kubernetes

Awesome Lists containing this project

README

          

# Learning Kubernetes Codelabs [![GitHub Super-Linter](https://github.com/vorburger/LearningKubernetes-CodeLabs/actions/workflows/linter.yaml/badge.svg)](https://github.com/vorburger/LearningKubernetes-CodeLabs/actions/workflows/linter.yaml)

This is a Code Lab style course for learning Kubernetes, with the following lessons:

1. [Installation](docs/install.md) (prerequisite)
1. 101: [hello, world](docs/hello-world.md)
1. API: [Kubernetes Resource Model (KRM)](docs/krm.md)
1. API: [Custom Resource Definition (CRD) 101](docs/crd.md)
1. API: [Custom Controller for CRD, with kubebuilder](docs/kubebuilder.md)
1. Fun: [CLI Tools: colorize, switch context & namespace, TUIs](docs/fun/kubecli.md)
1. Appendix
* [About Kubernetes](docs/appendix/about-kubernetes.md)
* [Other Guides](docs/appendix/other-guides.md)