Skip to content

Commit 339f664

Browse files
committed
Link to k8s platform tutorials.
1 parent 9d87eab commit 339f664

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/Manual/Tutorials/Kubernetes/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ In this guide, we will explain what the ArangoDB Kubernetes Operator is,
1313
how to install it and how use it to deploy your first ArangoDB database
1414
in a Kubernetes cluster.
1515

16+
First, you obviously need a Kubernetes cluster and the right credentials
17+
to access it. If you already have this, you can immediately skip to the
18+
next section. Since different cloud providers differ slightly in their
19+
Kubernetes offering, we have put together detailed tutorials for those
20+
platforms we officially support, follow the link for detailed setup
21+
instructions:
22+
23+
- [Amazon Elastic Kubernetes Service (EKS)](EKS.md)
24+
- [Google Kubernetes Engine (GKE)](GKE.md)
25+
- [Microsoft Azure Kubernetes Service (AKS)](AKS.md)
26+
27+
Note that in particular the details of Role Based Access Control (RBAC)
28+
matter.
29+
1630
## What is `kube-arangodb`
1731

1832
`kube-arangodb` is a set of two operators that you deploy in your Kubernetes

0 commit comments

Comments
 (0)