From 7a86a31e4d5371250fe52f9c7522be9c35549a3f Mon Sep 17 00:00:00 2001 From: Justin Tamblyn Date: Thu, 6 Aug 2020 14:30:51 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8034a85..f7ebd92 100644 --- a/README.md +++ b/README.md @@ -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