https://github.com/mocdaniel/k8s-primer
https://github.com/mocdaniel/k8s-primer
how-to kubernetes mkdocs tutorial workshop
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mocdaniel/k8s-primer
- Owner: mocdaniel
- Created: 2023-09-14T13:46:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T12:36:32.000Z (over 2 years ago)
- Last Synced: 2025-07-06T12:07:41.317Z (9 months ago)
- Topics: how-to, kubernetes, mkdocs, tutorial, workshop
- Homepage: https://k8s101.dbodky.me
- Size: 2.48 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K8s-Primer

This repository contains the materials for an introductory workshop about Kubernetes.
The workshop guides participants through **setting up** a **local Kubernetes lab** consisting of three nodes using:
- Docker
- KinD
- kubectl
- ingress-nginx
- Helm
It will then cover the following topics, including hands-on lab sessions for participants to do on their local clusters:
- Introduction to Kubernetes and its architecture
- Workload management on Kubernetes
- Network management on Kubernetes
- Using Helm for deploying workloads to Kubernetes
Over time, more topics might get added to the workshop.