Aquasecurity charts deployment on a Kubernetes cluster using the Helm package manager.
- Kubernetes 1.15+ with Beta APIs enabled
- PV provisioner support in the underlying infrastructure
curl -L https://git.io/get_helm.sh | bash
helm init
helm repo add aquasecurity-krol https://krolval.github.io/helm-charts/
helm repo update
helm search repo aquasecurity-krol -l
helm install starboard aquasecurity-krol/starboard-operator
helm status starboard
helm install my-starboard --set image.tag=4.6.2 aquasecurity-krol/starboard-operatorhelm upgrade starboard aquasecurity-krol/starboard-operatorTip: List all releases using
helm list
To uninstall/delete the starboard deployment:
$ helm delete starboard