Skip to main content
Prerequisite: The Resolve Satellite should be installed in your environment.

Configure the Kloudfuse integration in Resolve Satellite

Below is an example of how to setup the Kloudfuse integration in the satellite with the url property as well as using the k8s secret (potentially backed by an AWS secret manager or another mechanism) for authentication.
1

Create a Kubernetes secret

Create a Kubernetes secret of the following form. Note that the structure of the secret is important and for Kloudfuse user credentials, it must have the top-level key token: ‘username’ and ‘password’.
kloudfuse-resolve-access-secret.yml
Security Best Practice: Never store credentials in plaintext in configuration files or source control. Always use Kubernetes secrets and encrypt etcd or use enterprise secret management systems. See Secret Management for detailed guidance.
To apply the secret run
apply secret
2

Configure your Kloudfuse credentials in the Resolve Satellite

Update your helm values override file with the following information (e.g.: resolve-values.yaml)
resolve-values.yaml
Install the satellite and apply the values from the yaml file that you have just updated. e.g.: resolve-values.yaml. To find the latest version, visit ResolveAI’s docker hub repository for the helm chart and satellite image.
apply config to satellite and redeploy
Once your satellite is deployed, we will automatically create an integration instance for you.
3

Verify your integration status in ResolveAI

Login to https://app0.resolve.ai/. Go to the integrations page and and select “Kloudfuse”You should see an automatically created integration based on the provided configuration.

Mitigation Actions (Optional)

If your organization uses Resolve’s Mitigation Actions to silence alerts during investigations, your Kloudfuse credentials need additional permissions beyond read-only investigation access.
This section only applies if you have enabled Mitigation Actions. Read-only credentials are sufficient for investigation.
  • Configure the integration with credentials that have write access to Kloudfuse’s embedded Grafana Alertmanager silences API.
  • Read-only credentials can still be used for investigation, but they cannot create or remove silences after human approval.
After updating, verify the integration health check still passes in the Resolve UI. See Mitigation Actions for setup details.