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
- Host: GitHub
- URL: https://github.com/vorburger/learningkubernetes-codelabs
- Owner: vorburger
- License: cc-by-sa-4.0
- Created: 2021-05-05T18:51:19.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-02T14:52:38.000Z (over 2 years ago)
- Last Synced: 2025-01-17T00:41:54.026Z (over 1 year ago)
- Topics: codelabs, kubernetes
- Homepage: https://www.vorburger.ch/LearningKubernetes-CodeLabs/
- Size: 64.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Learning Kubernetes Codelabs [](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)