Files
pezkuwi-subxt/substrate/scripts/kubernetes
joe petrowski 0ddcbf747f Convert all UK spelling to US (#2138)
* all the ise

* forgot a misspelling

* a few more replacements

* bump impl

* rollback and fixes

* bump impl again

* Add aliases for RPC

* Update on_demand.rs
2019-03-29 14:11:45 +01:00
..
2019-03-22 13:13:37 +01:00

Substrate Kubernetes Helm Chart

This Helm Chart can be used for deploying containerized Substrate to a Kubernetes cluster.

Prerequisites

  • Tested on Kubernetes 1.10.7-gke.6

Installation

To install the chart with the release name my-release into namespace my-namespace from within this directory:

$ helm install --namespace my-namespace --name my-release --values values.yaml ./

The command deploys Substrate on the Kubernetes cluster in the configuration given in values.yaml. When the namespace is omitted it'll be installed in the default one.

Removal of the Chart

To uninstall/delete the my-release deployment:

$ helm delete --namespace my-namespace my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Upgrading

Once the chart is installed and a new version should be deployed helm takes care of this by

$ helm upgrade --namespace my-namespace --values values.yaml my-release ./