Installing the Bran
This document provides a step-by-step tutorial on the Bran manual installation on the already installed Platform.
Introduction
Here is the simplest setup for you to try the Bran service. Database replication is disabled here. If you need high availability, contact us for instructions on how to set up a replicated ClickHouse.
Install ClickHouse
Requirements
- Separate VM
- RAM: 8 GB
- Storage: 40 GB
Steps
- Install version 19.13.1.11.
- Make it accessible by IP address from Kubernetes pods network.
- Set up user and password if you were not asked about credentials during installation.
Enable Bran
- Set the following variables in
config.json
:"bran_clickhouse_uri": "http://${clickhouse_user}:${clickhouse_password}@${clickhouse_ip}:8123",
Replace
${clickhouse_...}
placeholders with actual values. - Apply ksonnet.
- Make sure
bran-read
andbran-write
microservices are deployed and running in the cluster.
Check an experimental page
Visit https://${your_domain}/c/${contract_id}/#/contract/${contract_id}#/w/${workspace_id}/executions
(replace ${your_domain}
, ${contract_id}
and ${workspace_id}
with actual values).
You should see an experimental executions page.