Deploying the Anjuna Nitro Kubernetes Toolset

Now you will deploy the Kubernetes toolset either by using Helm or manually.

If you wish to use Helm to deploy the Anjuna Nitro K8s Toolset, go to the Helm Deployment subsection below. Otherwise, go to the Manual Deployment subsection.

Helm Deployment

Install the resources using Helm. Use "anjuna-tools" as the Helm Chart name.

$ helm install \
      -f helm-charts/anjuna-tools/Values.yaml \
      anjuna-tools \
      helm-charts/anjuna-tools

Manual Deployment

Deploy the Anjuna Nitro Device Manager.

$ kubectl apply -f \
      helm-charts/anjuna-tools/templates/device-manager-daemonset.yaml

Deploy the Anjuna Nitro Webhook.

$ kubectl apply -f \
      helm-charts/anjuna-tools/templates/anjuna-nitro-webhook.yaml