Skip to content

Commit

Permalink
Merge pull request kubearmor#713 from kloudmax/deployment_guide
Browse files Browse the repository at this point in the history
update deployment_guide.md
  • Loading branch information
nyrahul authored May 24, 2022
2 parents 2eca94d + 26dad77 commit 1e376e3
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 1e376e3

Please sign in to comment.