Skip to content

Commit e4ab08b

Browse files
authored
Doc - Link to k8s platform tutorials
2 parents 9d87eab + 6d0dad8 commit e4ab08b

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

docs/Manual/Tutorials/Kubernetes/AKS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Run AranngoDB cluster on Azure Kubernetes Service (AKS)
1+
# Start ArangoDB on Azure Kubernetes Service (AKS)
22

33
## Requirements
44

docs/Manual/Tutorials/Kubernetes/EKS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Start ArangoDB cluster on Amazon EKS
1+
# Start ArangoDB on Amazon Elastic Kubernetes Service (EKS)
22

33
## Requirements:
44

docs/Manual/Tutorials/Kubernetes/GKE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Start ArangoDB on Google Kubernetes Engine in 5 minutes
1+
# Start ArangoDB on Google Kubernetes Engine (GKE)
22

33
In this guide you'll learn how to run ArangoDB on Google Kubernetes Engine (GKE).
44

docs/Manual/Tutorials/Kubernetes/README.md

+14
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)