Last updated
Was this helpful?
Last updated
Was this helpful?
Superstream "Bring Your Own Cloud" is the perfect solution for customers who prefer or can't have an external connection from outside their cloud to their Kafka clusters.
Superstream is using a Helm chart to deploy its agent.
You can deploy as many agents as needed and spread your clusters between them based on your environmental preferences.
Superstream Agent
Superstream auto-scaler
Telegraf agent for monitoring
custom_values.yaml
fileYou can always get your superstreamAccountId
and superstreamActivationToken
through the console or within the automatic email you received when you signed up.
Head over to the custom_values.yaml
file location and run:
Deployment verification:
Retrieve the Most Recent Version of the Superstream Helm Chart
Make sure to use the same values:
Run the Upgrade command:
Steps to Uninstall Superstream Agent:
Delete Superstream Agent Helm Releases:
To inject custom labels into all services deployed by Superstream, utilize the global.labels
variable.
To configure tolerations, nodeSelector, and affinity settings for each deployed service, the adjustments in the following example need to be done:
To deploy Superstream from local registry, override default values using global.image
variable in custom.values
file:
Connecting your Development/Staging Kafka Clusters to Superstream is recommended. This can be done using either one or more dedicated Superstream Agents (data planes) for each environment or the same Agent connected to the production clusters.
Review the to ensure your environment is ready for deployment and to avoid potential issues.
Create a custom_values.yaml
file and edit the relevant values (An example can be found ).