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

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

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/)