From 291668647c2bf794c6b99227512cf48eba943dc5 Mon Sep 17 00:00:00 2001
From: Suhas Gumma <43647369+suhasgumma@users.noreply.github.com>
Date: Thu, 22 Sep 2022 18:29:08 +0530
Subject: [PATCH] build killercoda playground added (#843)
---
README.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/README.md b/README.md
index 83b358f1..e75421c9 100644
--- a/README.md
+++ b/README.md
@@ -365,6 +365,28 @@ View Kubescape scan results directly in [Lens IDE](https://k8slens.dev/) using k
+## Build on pre-configured killercoda's ubuntu playground
+
+* [Pre-configured Killercoda's Ubuntu Playground](https://killercoda.com/suhas-gumma/scenario/kubescape-build-for-development)
+
+ Pre-programmed actions executed by the playground
+
+
+* Clone the official GitHub repository of `Kubescape`.
+* [Automate the build process on Linux](https://github.com/kubescape/kubescape#build-on-linuxmacos)
+* The entire process involves executing multiple commands in order and it takes around 5-6 minutes to execute them all.
+
+
+
+
+Instructions to use the playground
+
+* Apply changes you wish to make to the kubescape directory using text editors like `Vim`.
+* [Build on Linux](https://github.com/kubescape/kubescape#build-on-linuxmacos)
+* Now, you can use Kubescape just like a normal user. Instead of using `kubescape`, use `./kubescape`. (Make sure you are inside kubescape directory because the command will execute the binary named `kubescape` in `kubescape directory`.
+
+
+
## VS code configuration samples
You can use the sample files below to setup your VS code environment for building and debugging purposes.