Skip to content

Commit

Permalink
update deployment_guide.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jaehyun Nam <[email protected]>
  • Loading branch information
nam-jaehyun committed May 23, 2022
1 parent 8ceb3f1 commit 26dad77
Showing 1 changed file with 1 addition and 36 deletions.
37 changes: 1 addition & 36 deletions getting-started/deployment_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,42 +94,7 @@ karmor log
## Prerequisites
1. [K3s](../deployments/k3s)
2. [MicroK8s](../contribution/microk8s)


3. <details>
<summary>Minikube</summary>
If virtualbox and vagrant are not installed on your machine, please the following commands in advance.

```
$ cd KubeArmor/contribution/minikube
~/KubeArmor/contribution/minikube$ ./install_virtualbox.sh
~/KubeArmor/contribution/minikube$ sudo reboot
```
After rebooting the machine, please keep running the following commands.
```
$ cd KubeArmor/contribution/minikube
~/KubeArmor/contribution/minikube$ ./install_minikube.sh
```
Ensure to use virtualbox driver when running minikube. This step is necessary in order to mount roofs as read/write.
```
$ minikube config set driver virtualbox
```
In order to use KubeArmor, Minikube needs to support eBPF capabilities. Unfortunately, Minikube doesn't suport them by default. We have compiled Minikube's Kernel with eBPF capablities and AppArmor which is required to enforce security policies. Thus, please run the following command rather than simply running "minikube start".
```
~/KubeArmor/contribution/minikube$ ./start_minikube.sh
```
It will use the minikube image with Linux kernel 5.4.40 with AppArmor service enabled by default.
If you see no error, you're ready to test KubeArmor.
</details>
3. [Minikube](../contribution/minikube)
4. [Self-managed K8s](../contribution/self-managed-k8s)
5. [Amazon Elastic Kubernetes Service (EKS)](../deployments/EKS#prerequisite-for-the-deployment)

0 comments on commit 26dad77

Please sign in to comment.