https://github.com/kskitek/k8sfirststeps
First steps in Kubernetes - introductory presentation and workshop materials
https://github.com/kskitek/k8sfirststeps
k8s kubernetes presentation tutorial
Last synced: 12 months ago
JSON representation
First steps in Kubernetes - introductory presentation and workshop materials
- Host: GitHub
- URL: https://github.com/kskitek/k8sfirststeps
- Owner: kskitek
- Created: 2018-04-14T08:14:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T19:01:34.000Z (over 4 years ago)
- Last Synced: 2025-02-14T12:16:17.414Z (about 1 year ago)
- Topics: k8s, kubernetes, presentation, tutorial
- Language: Go
- Homepage:
- Size: 8.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes first steps
This repository is a "hands on" introduction to kubernetes.
Use slides to gradually introduce new concepts and immediately
try them out on live cluster.
Slides require heavy narration and help during deployment
or reading linked official docs (in that case you don't
really need those slides).
## Prerequisites:
- basic docker knowledge - this repository just skims over docker topics
- [docker](https://docs.docker.com/get-docker/)
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
- [kind](https://github.com/kubernetes-sigs/kind)
- [helm](https://helm.sh/docs/intro/install/)