From 26dad77b1793e12a2fee3668acb3b1f804e2a8a1 Mon Sep 17 00:00:00 2001 From: Jaehyun Nam Date: Mon, 23 May 2022 10:24:00 +0000 Subject: [PATCH] update deployment_guide.md Signed-off-by: Jaehyun Nam --- getting-started/deployment_guide.md | 37 +---------------------------- 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/getting-started/deployment_guide.md b/getting-started/deployment_guide.md index 77b59a68de..37e97b5bcf 100644 --- a/getting-started/deployment_guide.md +++ b/getting-started/deployment_guide.md @@ -94,42 +94,7 @@ karmor log ## Prerequisites 1. [K3s](../deployments/k3s) 2. [MicroK8s](../contribution/microk8s) - - -3.
- Minikube - 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. -
- +3. [Minikube](../contribution/minikube) 4. [Self-managed K8s](../contribution/self-managed-k8s) 5. [Amazon Elastic Kubernetes Service (EKS)](../deployments/EKS#prerequisite-for-the-deployment)