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

https://github.com/datadrivers/workshop-kubernetes

This Repository includes the documentation and the code examples for a kubernetes workshop
https://github.com/datadrivers/workshop-kubernetes

Last synced: 3 months ago
JSON representation

This Repository includes the documentation and the code examples for a kubernetes workshop

Awesome Lists containing this project

README

          

# workshop-kubernetes
This Repository includes the documentation and the code examples for a kubernetes workshop

## Development

### Run website locally

```bash
cd docs
bundle install
bundle exec jekyll serve
```