https://github.com/rawkode/kubernetes-workshop
Kubernetes Workshop
https://github.com/rawkode/kubernetes-workshop
Last synced: 3 months ago
JSON representation
Kubernetes Workshop
- Host: GitHub
- URL: https://github.com/rawkode/kubernetes-workshop
- Owner: rawkode
- Created: 2019-02-18T17:11:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T15:45:11.000Z (about 2 years ago)
- Last Synced: 2025-05-01T20:37:22.827Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 12
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)