ARMO cluster components
ARMO Vulnerability Scanning
Installing ARMO cluster components in a Kubernetes cluster Using Helm:
=============================================================
- Add the Vulnerability Scanning Helm Repo
helm repo add armo https://armosec.github.io/armo-helm/
- Get Your Account ID from ARMO
kubescape config local get customerGUID
- Install the Helm Chart, use your account ID and give your cluster a name
helm upgrade --install armo armo/armo-cluster-components -n armo-system --create-namespace --set accountGuid=<my_account_guid> --set clusterName=`kubectl config current-context`
or in Dev environment
helm upgrade --install armo armo/armo-cluster-components -n armo-system --create-namespace --set accountGuid=<my_account_guid> --set clusterName=`kubectl config current-context` --set environment=dev