Skip to content

Commit

Permalink
Started Lab
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantom-Intruder committed Dec 17, 2023
1 parent f6880af commit 722a05c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Kubezoo/what-is-kubezoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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
```

0 comments on commit 722a05c

Please sign in to comment.