...
Instructions for installation of the API Protect analyzer vary depending on the type of deployment you choose for your environment, ie, container or VM. We provide detailed instructions and support for whichever style of deployment you choose.
Kubernetes
The Helm chart installs API Protect in a Kubernetes cluster.
Requirements
- Kubernetes 1.20+
- Helm 3.0+
Install
Code Block |
---|
$ helm upgrade \
--install apiprotect \
--values <values file> \
--namespace apiprotect \
apiprotect.tgz |
Confirm Installation
$ helm test apiprotect -n apiprotect
Docker Compose
For evaluation purposes, running our Docker Compose file can have the analyzer running in minutes.
...