geerlingguy / kubernetes-101

Kubernetes 101 - by Jeff Geerling

Home Page:https://kube101.jeffgeerling.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes 101

CI

A YouTube live streaming series and book 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:

Kubernetes 101 Book

Check out the book inspired by this series, Kubernetes 101.

Ansible for Kubernetes

Check out Jeff Geerling's book on automating cloud-native infrastructure, 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

About

Kubernetes 101 - by Jeff Geerling

https://kube101.jeffgeerling.com/

License:MIT License


Languages

Language:HTML 42.9%Language:Ruby 26.3%Language:SCSS 16.8%Language:Go 11.4%Language:Dockerfile 2.7%