Setup & Integrations
Observability
Kloudfuse
prerequisite the resolve satellite should already be installed in your environment if you need assistance with installation, refer to the instructions provided in this resolve satellite /resolve satellite md section 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 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 apiversion v1 kind secret type opaque metadata name kloudfuse resolve access secret stringdata username "\<your kloudfuse username>" password "\<your kloudfuse password>" to apply the secret run apply secret kubectl apply f kloudfuse resolve access secret yml 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 integrations kloudfuseintegration type kloudfuse create true secretname "kloudfuse resolve access secret" connection url "\<your kloudfuse url>" 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 resolve ai's docker hub repository for the helm chart and satellite image apply config to satellite and redeploy helm upgrade install oci //registry 1 docker io/resolveaihq/satellite chart version \<latestchart> values resolve values yaml set image tag=\<latestimage> once your satellite is deployed, we will automatically create an integration instance for you verify your integration status in resolve ai login to https //app0 resolve ai/ 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