Arvados on Kubernetes - Minikube

This page documents the setup of the prerequisites to run the Arvados on Kubernetes Helm chart on Minikube.

Install tooling

Install kubectl:

Install helm:

Install Minikube

Follow the instructions at https://kubernetes.io/docs/setup/minikube/

Test the connection:

$ kubectl get nodes

Now proceed to the Initialize helm on the Kubernetes cluster section.


Previous: Install a compute node

The content of this documentation is licensed under the Creative Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the Apache License, Version 2.0.