The StakeWise Charts for Kubernetes
The curated list of StakeWise helm charts. Every chart is located in a separate folder and has the configuration parameters located in values.yaml
file.
TL;DR
$ helm repo add stakewise https://charts.stakewise.io
$ helm install my-release stakewise/<chart-name>
Before you begin
Prerequisites
- Kubernetes 1.18+
- Helm 3
- PV provisioner support in the underlying infrastructure for some charts
Setup a Kubernetes Cluster
For setting up Kubernetes on cloud platforms or bare-metal servers refer to the Kubernetes getting started guide.
Install Helm
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
To install Helm, refer to the Helm install guide and ensure that the helm
binary is in the PATH
of your shell.
Using Helm
Once you have installed the Helm client, you can deploy a charts located in this repository into a Kubernetes cluster.
Please refer to the Quick Start guide if you wish to get running in just a few commands, otherwise the Using Helm Guide provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.
Useful Helm Client Commands:
- Install a chart:
helm install my-release stakewise/<chart-name>
- Upgrade your application:
helm upgrade