Merge branch '21719-deps-security-updates'. Closes #21719
[arvados.git] / doc / install / arvados-on-kubernetes.html.textile.liquid
1 ---
2 layout: default
3 navsection: installguide
4 title: Arvados on Kubernetes
5 ...
6 {% comment %}
7 Copyright (C) The Arvados Authors. All rights reserved.
8
9 SPDX-License-Identifier: CC-BY-SA-3.0
10 {% endcomment %}
11
12 Arvados on Kubernetes is implemented as a @Helm 3@ chart.
13
14 h2(#overview). Overview
15
16 This Helm chart provides a basic, small Arvados cluster.
17
18 Current limitations, to be addressed in the future:
19
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
24 * No git server
25
26 h2. Requirements
27
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
30
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.
32