jonaskint / armo-helm

Helm charts for ARMO cluster components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARMO cluster components

ARMO Vulnerability Scanning

Installing ARMO cluster components in a Kubernetes cluster Using Helm:

=============================================================

  1. Add the Vulnerability Scanning Helm Repo
helm repo add armo https://armosec.github.io/armo-helm/
  1. Get Your Account ID from ARMO
kubescape config local get customerGUID
  1. 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

About

Helm charts for ARMO cluster components

License:Apache License 2.0