mirror of https://gitee.com/bigwinds/arangodb
36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
Deployment
|
|
==========
|
|
|
|
This _Chapter_ describes various possibilities to deploy ArangoDB.
|
|
|
|
For installation instructions, please refer to the [Installation](../Installation/README.md) _Chapter_.
|
|
|
|
For _production_ deployments, please also carefully check the
|
|
[ArangoDB Production Checklist](ProductionChecklist.md).
|
|
|
|
Also check the description of
|
|
[Single Instance vs. Cluster](../Architecture/SingleInstanceVsCluster.md) and
|
|
[Migrating from a Single Instance to a Cluster](MigratingSingleInstanceCluster.md).
|
|
|
|
By ArangoDB _Deployment Mode_:
|
|
|
|
- [Single instance](SingleInstance/README.md)
|
|
- [Master/Slave](MasterSlave/README.md)
|
|
- [Active Failover](ActiveFailover/README.md)
|
|
- [Cluster](Cluster/README.md)
|
|
- [Multiple Datacenters](DC2DC/README.md)
|
|
- [Standalone Agency](StandaloneAgency/README.md)
|
|
|
|
By _Technology_:
|
|
|
|
- [Manually](Manually/README.md)
|
|
- [ArangoDB Starter](ArangoDBStarter/README.md)
|
|
- [Docker](Docker/README.md)
|
|
- [Kubernetes](Kubernetes/README.md)
|
|
- [Mesos, DC/OS](DCOS/README.md)
|
|
|
|
In the _Cloud_:
|
|
|
|
- [AWS](Cloud/AWS.md)
|
|
- [Azure](Cloud/Azure.md)
|