Prerequisites
- A Kubernetes cluster.
- Helm 3.x.
kubectlconfigured for your cluster.- The formae CLI on your local machine (see the Quick start).
Install from source
The formae Helm chart is installed from its source repository:Example values files
See the
chart README for all
configuration parameters.
Connect your CLI
The CLI runs on your machine, evaluates Pkl locally, and sends the result to the agent API. No forma files need to be loaded into the cluster. For quick access, port-forward the agent service. The agent then answers onhttp://localhost:49684, which is exactly where the default
profile already points, so no profile
setup is needed:
LoadBalancer service, then add a
profile whose cli.api.url is that
endpoint, on port 49684:
Adding plugins beyond the defaults
To add plugins the base image does not ship, build a derived image, push it to a registry the cluster can pull from, and override the chart’s image onhelm install:
Next steps
- Manage profiles: switch the CLI between this agent and others.
- Configuration: agent and CLI options.

