Skip to content
Snippets Groups Projects
user avatar
Silas Davis authored
153850fe
Name Last commit Last update
..
kubernetes
README.md
start_in_cluster

Deployment

Included in this directory are some template files for running Burrow in a cluster orchestration environment. start_in_cluster is a general purpose script and the files in kubernetes are some example Service and Deployment files that illustrates its possible usage.

start_in_cluster

start_in_cluster takes its parameters as environment variables.

You can find the variables used at the top of the file along with their defaults.

Kubernetes

all_nodes.yml is a Kubernetes Service definition that launches an entire network of nodes based on Deployment definitions like the example node000-deploy.yaml. Each validating node should have it's own Deployment defintion like the one found in node000-deploy.yaml