3 navsection: installguide
4 title: Arvados on Kubernetes
7 Copyright (C) The Arvados Authors. All rights reserved.
9 SPDX-License-Identifier: CC-BY-SA-3.0
12 Arvados on Kubernetes is implemented as a @Helm 3@ chart.
14 h2(#overview). Overview
16 This Helm chart provides a basic, small Arvados cluster.
18 Current limitations, to be addressed in the future:
20 * An Arvados cluster created with this Helm chart is entirely ephemeral, and all data stored on the cluster will be deleted when it is shut down.
21 * No dynamic scaling of compute nodes (but you can adjust @values.yaml@ and reload the Helm chart)
22 * All compute nodes are the same size
23 * Compute nodes have no cpu/memory/disk constraints yet
28 * Minikube or Google Kubernetes Engine (Kubernetes 1.10+ with at least 3 nodes, 2+ cores per node)
29 * @kubectl@ and @Helm 3@ installed locally, and able to connect to your Kubernetes cluster
31 Please refer to "Arvados on Minikube":{{ site.baseurl }}/install/arvados-on-kubernetes-minikube.html or "Arvados on GKE":{{ site.baseurl }}/install/arvados-on-kubernetes-GKE.html for detailed installation instructions.