mirror of
https://github.com/vee1e/KubeArmor.git
synced 2026-09-01 18:27:29 +00:00
1,011 B
1,011 B
Deployment Guide
KubeArmor currently supports self-managed Kubernetes and Google Kubernetes Engine GKE. It will support Amazon Elastic Kubernetes Service EKS and Azure Kubernetes Service AKS later.
According to your environment, you can choose one of the following.
-
Deploy KubeArmor in self-managed Kubernetes
with Docker$ cd deployments/generic-docker (generic-docker) $ kubectl apply -f . -
Deploy KubeArmor in self-managed Kubernetes
with Containerd$ cd deployments/generic-containerd (generic-containerd) $ kubectl apply -f . -
Deploy KubeArmor in MicroK8s
$ cd deployments/microk8s (microk8s) $ kubectl apply -f . -
Deploy KubeArmor in GKE
$ cd deployments/GKE (GKE) $ kubectl apply -f . -
Deploy KubeArmor in EKS
Coming soon -
Deploy KubeAmor in AKS
Coming soon