Running Gridcoin on Kubernetes
Motivation
Gridcoin nodes with focus on high availability are deployed on Kubernetes cluster.
Kubernetes
Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.
Persistent Volumes
Managing storage is a distinct problem from managing compute instances. The PersistentVolume subsystem is used to store blockchain data.
Deployment
Deployment tells Kubernetes how to create or modify instances of the pods that hold a containerized application.