Setting up a working environment
In the previous section, you downloaded the file anjuna-k8s-toolset.1.16.0002.tar.gz. Extract this file in a working directory, where you will configure and customize your AWS EKS cluster.
$ tar xf anjuna-k8s-toolset.1.16.0002.tar.gz
Now that you have the Anjuna Nitro Kubernetes tools in your working directory, run the following command:
$ ./anjuna-k8s.sh --setup-workspace
This will create a folder name workspace which will contain:
-
the specs for deploying pods to your AWS EKS cluster
-
the certificate that will eventually be generated to install the Anjuna Webhook
-
the configmap and secrets specifications needed by the Anjuna Webhook
Congratulations, you are ready to create the AWS EKS cluster!