Update README.md

This commit is contained in:
Justin Tamblyn
2020-08-06 14:30:51 +02:00
committed by Chris Marshall
parent f8559befca
commit 7a86a31e4d

View File

@ -4,6 +4,17 @@ QuakeKube is a Kubernetes-ified version of [QuakeJS](https://github.com/inolen/q
## Quick start
### With an existing K8s cluster
Deploy the example manifest:
```shell
$ kubectl apply -f https://raw.githubusercontent.com/criticalstack/quake-kube/master/example.yaml
```
### Without an existing K8s cluster
Start an instance of Kubernetes locally using cinder (or kind):
```shell