Self-Hosting
Local Machine
Learn how to deploy Beam OSS (Beta9) to your local machine.
Prerequisites
- Kubernetes
- Helm and kubectl
- Beta9 CLI
Dependencies
Beta9 uses an S3-compatible object storage system for its file system. In this example, we’ll deploy localstack.
Without a Localstack license, its data is temporary. If its pod is deleted, the data will be lost. We recommend that you use AWS S3 or something similar.
Install Helm Chart
Install the helm chart and open connections to the service.
Configure the CLI
Create a new config.
Confirm the config was created and has a token set.
Was this page helpful?