mirror of
https://github.com/geerlingguy/kubernetes-101.git
synced 2026-08-24 02:24:23 -05:00
a59652a2ed81a65d905578a77cd1d367fd86b2d5
Kubernetes 101
A YouTube live streaming series by Jeff Geerling.
This repository contains code examples from the series and the code that powers the Kubernetes 101 website.
Episodes
Click on an episode title to see the resources for that episode:
- Episode 1 - Hello, Kubernetes!: November 18, 2020
- Episode 2 - Containers: November 25, 2020
- Episode 3 - Deploying Apps: December 2, 2020
- Episode 4 - Real-world apps: December 9, 2020
- Episode 5 - Scaling a Drupal Deployment: December 16, 2020
- Episode 6 - Hello, Operator!: January 6, 2021
- Episode 7 - Kube, Meet Pi: January 13, 2021
- Episode 8 - TBD: January 20, 2021
- Episode 9 - TBD: January 27, 2021
- Episode 10 - TBD: February 3, 2021
Ansible for Kubernetes
Check out Jeff Geerling's book, Ansible for Kubernetes.
Static Jekyll site
This GitHub project includes a Jekyll static site configuration inside the site folder, which is used by a GitHub Actions workflow to build the static site displayed at https://kube101.jeffgeerling.com.
Building the site locally
Make sure you have Ruby and Bundler installed, then:
cd site
bundle exec jekyll serve
Languages
HTML
42.9%
Ruby
26.3%
SCSS
16.8%
Go
11.3%
Dockerfile
2.7%