Examples

This page contains some of the examples and use cases of beamstack.

To run the examples displayed here on your local computer, ensure beamstack in installed properly.

Initialize a Kubernetes Cluster with Beamstack & Monitoring tools

beamstack init -m

Get the current kubernetes cluster context and profile info

beamstack info

Display the name, status and age of a cluster

beamstack info cluster

Create a runner cluster

beamstack create [runner-cluster] [cluster-name]

Open runner UI

beamstack open [runner] [runner-cluster-name]

Open Grafana dashboard

beamstack open dashboard

Deploy a pipeline

beamstack deploy pipeline [FILE] [flags]

Create a vector store

beamstack create vector-store --type=elasticsearch