Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to k8s platform tutorials. #313

Merged
merged 2 commits into from
Dec 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Manual/Tutorials/Kubernetes/AKS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Run AranngoDB cluster on Azure Kubernetes Service (AKS)
# Start ArangoDB on Azure Kubernetes Service (AKS)

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion docs/Manual/Tutorials/Kubernetes/EKS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Start ArangoDB cluster on Amazon EKS
# Start ArangoDB on Amazon Elastic Kubernetes Service (EKS)

## Requirements:

Expand Down
2 changes: 1 addition & 1 deletion docs/Manual/Tutorials/Kubernetes/GKE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Start ArangoDB on Google Kubernetes Engine in 5 minutes
# Start ArangoDB on Google Kubernetes Engine (GKE)

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

Expand Down
14 changes: 14 additions & 0 deletions docs/Manual/Tutorials/Kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ In this guide, we will explain what the ArangoDB Kubernetes Operator is,
how to install it and how use it to deploy your first ArangoDB database
in a Kubernetes cluster.

First, you obviously need a Kubernetes cluster and the right credentials
to access it. If you already have this, you can immediately skip to the
next section. Since different cloud providers differ slightly in their
Kubernetes offering, we have put together detailed tutorials for those
platforms we officially support, follow the link for detailed setup
instructions:

- [Amazon Elastic Kubernetes Service (EKS)](EKS.md)
- [Google Kubernetes Engine (GKE)](GKE.md)
- [Microsoft Azure Kubernetes Service (AKS)](AKS.md)

Note that in particular the details of Role Based Access Control (RBAC)
matter.

## What is `kube-arangodb`

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