This repository contains tools and documentation in the form of a workshop for deploying and managing Zcash infrastructure using Docker and Kubernetes.
This repository has a simple filesystem structure. Important directories are noted and described in more detail below.
.
├── LICENSE # <-- Legal information.
├── README.md # <-- This file.
├── charts # <-- Kubernetes resources (Helm charts).
├── docker # <-- Docker resources (Compose configurations.).
├── docs # <-- Workshop lessons and documentation.
├── examples # <-- Example Kubernetes deployment configurations.
└── install-traefik.sh
The docs/
directory contains workshop documentation which serves the dual purpose of describing the infrastructure configurations and providing a step-by-step walk through using the provided infrastructure configurations.
The docker/
directory contains Docker configurations and resources for running Zcash services in containers:
The charts/
directory contains Helm charts for deploying Zcash infrastructure on Kubernetes:
- Zcash Stack Chart - A comprehensive Helm chart for deploying Zcash infrastructure on Kubernetes
The examples/
directory contains example configurations and deployment scenarios to help you get started.
This project is licensed under the terms of the license included in the repository.