From 722a05c75f3a6de541f4415193e6557eeed79d56 Mon Sep 17 00:00:00 2001 From: Phantom-Intruder Date: Sun, 17 Dec 2023 12:07:50 +0530 Subject: [PATCH] Started Lab --- Kubezoo/what-is-kubezoo.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Kubezoo/what-is-kubezoo.md b/Kubezoo/what-is-kubezoo.md index 64345371..5b9eaab4 100644 --- a/Kubezoo/what-is-kubezoo.md +++ b/Kubezoo/what-is-kubezoo.md @@ -10,4 +10,14 @@ This is where Kubezoo comes in. The solution they provide is Kubernetes API as a # Lab -Now that we have covered what Kubezoo is, let's take a look at how we can set it up in a standard cluster. \ No newline at end of file +Now that we have covered what Kubezoo is, let's take a look at how we can set it up in a standard cluster. You could go ahead and use [Minikube](https://minikube.sigs.k8s.io/docs/start/), or you could create a cluster using [Kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation). You can also use any Kubernetes cluster you have at the ready. Let's start by cloning the [KubeZoo repo](https://github.com/kubewharf/kubezoo.git): + +``` +git clone https://github.com/kubewharf/kubezoo.git +``` + +Now, go to the root of the repo you just cloned, and run the `make` command: + +``` +make local-up +``` \ No newline at end of file