ashahbazi58 / TheK8sBook

YAML files for use with The Kubernetes Book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Kubernetes Book

Lab files for The Kubernetes Book.

Enjoy!


Master branch renamed to main

I've renamed the master branch to main.

Run the following commands if you have an older copy of the repo on your local machine and don't want to lose changes...

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Errata

  • page 155. typo: incomng should be incoming

About

YAML files for use with The Kubernetes Book


Languages

Language:Pug 29.4%Language:Dockerfile 26.0%Language:JavaScript 21.9%Language:Go 12.2%Language:CSS 5.8%Language:Handlebars 4.6%