/k8s101

Helm notes and POC

Apache License 2.0Apache-2.0

k8s 101

Note

For reading the notes go to the docs dir or to the built site (TODO)

Docs managed with Material for Mkdocs

Run docs site locally

mkdocs serve

Set up

# create environment
python3.12 -m venv venv
# install mkdocs-material
python3.12 -m pip install mkdocs-material

Built with Material for MkDocs Build and publish mkdocs

TODO