File tree 1 file changed +6
-2
lines changed
docs/Manual/Tutorials/Kubernetes
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,19 @@ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/<versi
62
62
The first command installs two ` CustomResourceDefinitions ` in your Kubernetes cluster:
63
63
64
64
- ` ArangoDeployment ` is the resource used to deploy ArangoDB database.
65
- - ` ArangoLocalStorage ` is the resource used to provision ` PersistentVolumes ` on local storage.
65
+ - ` ArangoDeploymentReplication ` is the resource used to deploy ArangoDB DC2DC
66
+ replications.
66
67
67
68
The second command installs a ` Deployment ` that runs the operator that controls
68
69
` ArangoDeployment ` resources.
69
70
70
71
The optional third command installs a ` Deployment ` that runs the operator that
71
72
provides ` PersistentVolumes ` on local disks of the cluster nodes.
72
73
Use this when running on bare-metal or if there is no provisioner for fast
73
- storage in your Kubernetes cluster.
74
+ storage in your Kubernetes cluster. Furthermore, this also installs a
75
+ new custom resource definition:
76
+
77
+ - ` ArangoLocalStorage ` is the resource used to provision ` PersistentVolumes ` on local storage.
74
78
75
79
The optioal fourth command installs a ` Deployment ` that runs the
76
80
operator that takes care of DC2DC replications.
You can’t perform that action at this time.
0 commit comments