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

https://github.com/rawkode/kubernetes-workshop

Kubernetes Workshop
https://github.com/rawkode/kubernetes-workshop

Last synced: 3 months ago
JSON representation

Kubernetes Workshop

Awesome Lists containing this project

README

          

# Kubernetes Workshop

This workshop is aimed at developers / users of Kubernetes, rather than Ops. For this reason, we assume you have a working Kubernetes setup. It will not cover StatefulSets or PV/PVCs (at-least for now).

- [Part 1: Pods](./part-1)
- [Part 2: Deployments](./part-2)
- [Part 3: ConfigMaps](./part-3)
- [Part 4: Namespaces](./part-4)
- [Part 5: Services](./part-5)
- [Part 6: RBAC](./part-6)
- [Part 7: Helm](./part-7)
- [Part 8: Kustomize](./part-8)