mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Started new page: Run a BigchainDB Node in a Kubernetes Cluster
This commit is contained in:
parent
52344787de
commit
9dba09144a
@ -13,4 +13,6 @@ If you find the cloud deployment templates for nodes helpful, then you may also
|
||||
template-terraform-aws
|
||||
template-ansible
|
||||
azure-quickstart-template
|
||||
advanced-node-on-azure
|
||||
template-kubernetes-azure
|
||||
node-on-kubernetes
|
||||
|
@ -0,0 +1,20 @@
|
||||
Run a BigchainDB Node in a Kubernetes Cluster
|
||||
=============================================
|
||||
|
||||
Assuming you already have a `Kubernetes <https://kubernetes.io/>`_
|
||||
cluster up and running, this page describes how to run a
|
||||
BigchainDB node on it.
|
||||
|
||||
Step 1: Install and Configure kubectl
|
||||
-------------------------------------
|
||||
|
||||
kubectl is the Kubernetes CLI.
|
||||
See the `Kubernetes docs to install and configure kubectl
|
||||
<https://kubernetes.io/docs/user-guide/prereqs/>`_.
|
||||
|
||||
|
||||
|
||||
|
||||
Note: The BigchainDB Dashboard can be deployed
|
||||
as a Docker container, like everything else.
|
||||
|
@ -1,14 +1,9 @@
|
||||
Advanced Node on Azure
|
||||
======================
|
||||
Template: Deploy a Kubernetes Cluster on Azure
|
||||
==============================================
|
||||
|
||||
.. note::
|
||||
|
||||
This page is a work in progress.
|
||||
|
||||
This page describes how to deploy an "advanced BigchainDB node"
|
||||
on Microsoft Azure; advanced because it uses Docker containers,
|
||||
multiple virtual machines, and `Kubernetes <https://kubernetes.io/>`_
|
||||
for container orchestration.
|
||||
A BigchainDB node can be run inside a `Kubernetes <https://kubernetes.io/>`_
|
||||
cluster.
|
||||
This page describes one way to deploy a Kubernetes cluster on Azure.
|
||||
|
||||
|
||||
Step 1: Get a Pay-As-You-Go Azure Subscription
|
||||
@ -104,3 +99,5 @@ go to **Resource groups** (with the blue cube icon)
|
||||
and click on the one you created
|
||||
to see all the resources in it.
|
||||
|
||||
Next, you can :doc:`run a BigchainDB node on your new
|
||||
Kubernetes cluster <node-on-kubernetes>`.
|
Loading…
x
Reference in New Issue
Block a user