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

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

Kubernetes workshop resources
https://github.com/graillus/workshop-kubernetes

Last synced: about 2 months ago
JSON representation

Kubernetes workshop resources

Awesome Lists containing this project

README

        

Kubernetes Workshop
===================

### Prerequisites

- [docker](https://docs.docker.com/engine/install/)
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)

### Install local Kubernetes cluster

Follow instructions from [Part_0](https://github.com/graillus/workshop-kubernetes/tree/master/workshop/part_0)
### Cleanup

```bash
kind delete cluster --name workshop
```