This is a series of tutorial aims at teaching people on what application-side modifications are necessary before adopting Kubernetes.
The website is published here.
pip3 install mkdocs mkdocs-material
- To view locally:
mkdocs serve
. - To publish on GitHub Pages:
mkdocs gh-deploy
.