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 the helm chart and open connections to the service.
Copy
Ask AI
# Step 1: Install the charthelm install beta9 oci://public.ecr.aws/n4e0e1y0/beta9-chart --version 0.1.166# Step 2: Confirm the pods are runningkubectl get pods -w# Step 3: Open ports to the http and grpc serviceskubectl port-forward svc/beta9-gateway 1993 1994