build killercoda playground added (#843)

This commit is contained in:
Suhas Gumma
2022-09-22 15:59:08 +03:00
committed by GitHub
parent eb16440ba6
commit 291668647c
+22
View File
@@ -365,6 +365,28 @@ View Kubescape scan results directly in [Lens IDE](https://k8slens.dev/) using k
</details>
## Build on pre-configured killercoda's ubuntu playground
* [Pre-configured Killercoda's Ubuntu Playground](https://killercoda.com/suhas-gumma/scenario/kubescape-build-for-development)
<details><summary> Pre-programmed actions executed by the playground </summary>
* 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.
</details>
<details>
<summary>Instructions to use the playground</summary>
* 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`.
</details>
## VS code configuration samples
You can use the sample files below to setup your VS code environment for building and debugging purposes.