Skip to main content
This page walks through a default install with a single engine.
Engines need object storage configured under customEngineConfig.storage. Without it, the engine pod never becomes Ready. Configure it first (Object Storage).
The commands below assume a my-values.yaml that sets customEngineConfig.storage.

Install

Install the chart into the firebolt namespace, creating it if it does not exist:

Verify

List the workloads the release created:
Expect firebolt-engine-default-node-0, firebolt-metadata-pg, firebolt-gateway, and firebolt-metadata-service to reach READY.

Query

Forward the gateway Service to a local port and send a SQL query through it:
The gateway routes by the X-Firebolt-Engine header.

Test and tear down

Run the chart’s smoke tests, then uninstall everything: