Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masci/k8s101

A 2-hours workshop to go from zero to Kubernetes
https://github.com/masci/k8s101

Last synced: 2 months ago
JSON representation

A 2-hours workshop to go from zero to Kubernetes

Awesome Lists containing this project

README

        

# k8s101

This repo contains the source code for the introductory Kubernetes workshop
at [https://masci.github.io/k8s101/](https://masci.github.io/k8s101/).

## Development

Docs are built with [mkdocs](https://www.mkdocs.org/), you can install the
required dependencies with pip:
```
pip install -r requirements.txt
```

Edit Markdown files under the `src/` folder, docs will be built under the
`docs/` folder at the root of the repo. Docs will be built and published
at every merge on the `master` branch.