File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/Manual/Tutorials/Kubernetes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33Starting an ArangoDB database (either single server or full blown cluster)
44on Kubernetes involves a lot of resources.
55
6- The servers needs to run in ` Pods ` , you need ` Secrets ` for authentication,
6+ The servers need to run in ` Pods ` , you need ` Secrets ` for authentication,
77TLS certificates and ` Services ` to enable communication with the database.
88
99Use ` kube-arangodb ` , the ArangoDB Kubernetes Operator to greatly simplify
@@ -76,7 +76,7 @@ new custom resource definition:
7676
7777- ` ArangoLocalStorage ` is the resource used to provision ` PersistentVolumes ` on local storage.
7878
79- The optioal fourth command installs a ` Deployment ` that runs the
79+ The optional fourth command installs a ` Deployment ` that runs the
8080operator that takes care of DC2DC replications.
8181
8282## Deploying your first ArangoDB database
You can’t perform that action at this time.
0 commit comments