The following book is a personal note-book to keep some relevant informations about Kubernetes and k8s related products, for my personal and/or professional use.
This is not a substitution to official projects documentation, just a quick way for me to get the information I need.
This website is built on Hugo static website engine with the learn theme.
You can contribute by suggesting issues or pull-requests on the GitHub project.
git clone --recursive https://github.com/lrivallain/git-book-kubernetes.git
# new branch:
git checkout -b "my-changes"
# <do changes here !>
# test your changes with:
hugo server
# <git add / git commit / git push>