The Superblocks data plane can be deployed on any Kubernetes cluster with the Superblocks Helm chart. If your organization doesn’t use Helm to manage Kubernetes resources, you can still install the Helm CLI and use it to generate the manifest templates to deploy directly.
Installation
Add the chart repository
Configure values file
Create a localvalues.yaml file copied from the agent’s Helm chart repo here. Aside from the default settings, the following settings are required to enable Ingress and allow communication from your users to the agent running in the cluster.
superblocks.agentHostUrl and ingress.hosts[0].host should be the same DNS entry (CNAME or A record) that points to the ingress-managed load balancer in front of the agent.
If you use the EU Superblocks instance, also set
superblocks.agentDataDomain to eu.superblocks.com.Deploy the chart
Navigate to the Setup Wizard and click on the relevant Kubernetes tab for your platform (EKS, GKE, or AKS).
values.yaml, save and deploy the chart. Adjust superblocks.agentTags as needed depending on your environment.

