Aqua Security Open Source Projects Helm Charts on a Kubernetes cluster using the Helm package manager.
- Kubernetes 1.15 with Beta APIs enabled
- PV provisioner support in the underlying infrastructure
Installing Helm
curl -L https://git.io/get_helm.sh | bash
helm init
helm repo add aquasecurity https://aquasecurity.github.io/helm-charts/
helm repo update
Search all the repositories available
helm search repo aquasecurity -l
Install specific helm chart
helm install starboard aquasecurity/starboard-operator
helm status starboard
To uninstall/delete the starboard
deployment:
$ helm delete starboard