Skip to content

NethermindEth/charts

 
 

Repository files navigation

The Charts for Kubernetes

The list of helm charts forked and reworked from StakeWise helm repository, maintained and further developed by Nethermind team. Every chart is located in a separate folder and has the configuration parameters located in values.yaml file.

TL;DR

$ helm repo add nethermindeth https://charts.nethermind.io
$ helm install my-release nethermindeth/<chart-name>

Before you begin

Prerequisites

  • Kubernetes 1.23+
  • 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

About

Curated StakeWise Helm Charts for Kubernetes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Mustache 60.2%
  • Smarty 18.8%
  • Python 12.7%
  • Shell 6.2%
  • PLpgSQL 1.8%
  • Makefile 0.3%