Skip to content

Commit 8667083

Browse files
Move kube-arangodb docs to separate website (#333)
* Move kube-arangodb docs to separate website New location: https://arangodb.github.io/kube-arangodb/docs/ * Unused screenshots removed * Remove useless pages, kubernetes section to page, fix links * Add redirects and change links --------- Co-authored-by: Simran Spiller <[email protected]>
1 parent 812eaa0 commit 8667083

File tree

96 files changed

+220
-11496
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+220
-11496
lines changed

site/content/3.10/components/tools/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Additional tools which are available separately:
3131
| Name | Brief description |
3232
|-----------------|-------------------|
3333
| [Foxx CLI](foxx-cli/_index.md) | Command line tool for managing and developing Foxx services
34-
| [kube-arangodb](../../deploy/kubernetes/_index.md) | Operators to manage Kubernetes deployments
34+
| [kube-arangodb](../../deploy/kubernetes.md) | Operators to manage Kubernetes deployments
3535
| [Oasisctl](../../arangograph/oasisctl/_index.md) | Command-line tool for managing the ArangoGraph Insights Platform

site/content/3.10/deploy/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ If you want a specific version, download the precompiled executable via the
142142

143143
### Run in Kubernetes
144144

145-
- [ArangoDB Kubernetes Operator](kubernetes/_index.md)
145+
- [ArangoDB Kubernetes Operator](kubernetes.md)

site/content/3.10/deploy/active-failover/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@ The _Active Failover_ setup in ArangoDB has a few limitations.
119119
- Should you add more than one _follower_, be aware that during a _failover_ situation
120120
the failover attempts to pick the most up-to-date follower as the new leader on a **best-effort** basis.
121121
- Should you be using the [ArangoDB Starter](../../components/tools/arangodb-starter/_index.md)
122-
or the [Kubernetes Operator](../kubernetes/_index.md) to manage your Active-Failover
122+
or the [Kubernetes Operator](../kubernetes.md) to manage your Active-Failover
123123
deployment, be aware that upgrading might trigger an unintentional failover between machines.

site/content/3.10/deploy/architecture/data-sharding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ high, but the combined the computing power of these machines can be arbitrarily
4343
large. Adding more machines on-demand is also typically easier and more
4444
cost-effective than pre-provisioning a single large machine. Increased
4545
complexity in infrastructure can be managed using modern containerization and
46-
cluster orchestrations tools like [Kubernetes](../kubernetes/_index.md).
46+
cluster orchestrations tools like [Kubernetes](../kubernetes.md).
4747

4848
![Cluster Sharding](../../../images/cluster_sharding.jpg)
4949

site/content/3.10/deploy/cluster/deployment/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ weight: 5
55
description: ''
66
archetype: chapter
77
---
8-
This chapter describes how to deploy an _ArangoDB Cluster_.
8+
You can deploy an ArangoDB cluster in different ways:
99

1010
- [Using the ArangoDB Starter](using-the-arangodb-starter.md)
1111
- [Manual Start](manual-start.md)
12-
- [Kubernetes](kubernetes.md)
12+
- [Kubernetes](../../kubernetes.md)
1313
- [ArangoGraph Insights Platform](https://cloud.arangodb.com/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic),
1414
fully managed, available on AWS, Azure & GCP
1515

site/content/3.10/deploy/cluster/deployment/kubernetes.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: ArangoDB Kubernetes Operator
3+
menuTitle: Kubernetes
4+
weight: 30
5+
description: >-
6+
The ArangoDB Kubernetes Operator (`kube-arangodb`) is a set of operators that
7+
you can deploy in your Kubernetes cluster
8+
archetype: default
9+
aliases:
10+
- cluster/deployment/kubernetes
11+
---
12+
The Kubernetes operator lets you do the following:
13+
14+
- Manage deployments of the ArangoDB database
15+
- Manage backups
16+
- Provide `PersistentVolumes` on local storage of your nodes for optimal storage performance
17+
- Configure ArangoDB Datacenter-to-Datacenter Replication
18+
19+
Continue with [Using the ArangoDB Kubernetes Operator](https://arangodb.github.io/kube-arangodb/docs/using-the-operator)
20+
to learn how to install the ArangoDB Kubernetes operator and create your first
21+
deployment.
22+
23+
You can find information about troubleshooting, CustomResource references, and
24+
other details in the [kube-arangodb documentation](https://arangodb.github.io/kube-arangodb/docs/).
25+
26+
Also check the [production readiness state](https://arangodb.github.io/kube-arangodb/#production-readiness-state).

site/content/3.10/deploy/kubernetes/_index.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

site/content/3.10/deploy/kubernetes/authentication.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)