Downloading the Anjuna Kubernetes Toolset

Access the Anjuna Resource Center to get the Anjuna Kubernetes Toolset (anjuna-k8s-sev.1.5.0001.tar.gz).

You can use the “API” button to copy a wget command to download the Anjuna Kubernetes Toolset from the command line, without the need to access the Anjuna Resource Center UI again.

API button

Extract the installer bundle in a directory called anjuna-k8s-sev:

$ mkdir -p anjuna-k8s-sev
$ tar -xzf anjuna-k8s-sev.1.5.0001.tar.gz -C anjuna-k8s-sev
$ cd anjuna-k8s-sev
$ export WORKSPACE="$(pwd)"

The following sections assume that the value of the environment variable ${WORKSPACE} is set to the directory that contains the extracted installer bundle, as illustrated in the example above.