KubeArmor/getting-started/deployment_guide.md
2021-04-28 15:08:00 +00:00

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