This repository contains the labs for the QCon Istio Service Mesh workshop.
Join the conversation and Q&A here.
Make sure you have mkdocs
and mkdocs-material
installed (e.g. pip3 install mkdocs mkdocs-material
).
To run the site locally, run:
mkdocs serve
To push the changes to the GH pages, run:
mkdocs gh-deploy