mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

* Combining configs * Combining the persistent volume claims into a single file. * Combining the storage classes into a single file. * Updating documentation * Multiple changes * Support for ConfigMap * Custom MongoDB container for BigchainDB * Update documentation to run a single node on k8s * Additional documentation * Documentation to add a node to an existing BigchainDB cluster * Commit on rolling upgrades * Fixing minor documentation mistakes * Documentation updates as per @ttmc's comments * Block formatting error * Change in ConfigMap yaml config
19 lines
797 B
ReStructuredText
19 lines
797 B
ReStructuredText
Cloud Deployment Templates
|
|
==========================
|
|
|
|
We have some "templates" to deploy a basic, working, but bare-bones BigchainDB node on various cloud providers. They should *not* be used as-is to deploy a node for production. They can be used as a starting point.
|
|
|
|
You don't have to use the tools we use in the templates. You can use whatever tools you prefer.
|
|
|
|
If you find the cloud deployment templates for nodes helpful, then you may also be interested in our scripts for :doc:`deploying a testing cluster on AWS <../clusters-feds/aws-testing-cluster>` (documented in the Clusters & Federations section).
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
template-terraform-aws
|
|
template-ansible
|
|
azure-quickstart-template
|
|
template-kubernetes-azure
|
|
node-on-kubernetes
|
|
add-node-on-kubernetes
|