KOP Recipes - Sosivio - Rafay Product Documentation

Sosivio

Sosivio provides predictive troubleshooting for Kubernetes. Sosivio helps eliminate ambiguity in Kubernetes with a tightly coupled data collection and AI tool.

This recipe was contributed by Sosivio.

Step 1: Create Namespace

Step 2: Download Helm Chart

Note: This applies to both SaaS and Airgapped environments.

Note: The following applies to Airgapped environments.

Step 3: Customize Values

Note: A subdomain is created from the provided domain. For instance, providing the domain example.com will create an Ingress for sosivio-dashboard.example.com.

Step 4: Create Sosivio Add-On

Step 5: Create Blueprint

You can assemble a custom cluster blueprint using the Sosivio addon. You can add other addons to the same custom blueprint.

Step 6: Apply Blueprint

Apply the custom blueprint to the cluster.

Note: This will start the deployment of the addons configured in the Sosivio blueprint to the target cluster. The blueprint sync process can take a few minutes. After the sync is complete, the cluster will display the current cluster blueprint details and whether the sync was successful or not.

Step 7: Retrieve Sosivio Dashboard URL and One Time Password

kubectl get ing dashboard -n sosivio
kubectl get secret -n sosivio sosivio-admin-otp -o jsonpath='{.data.password}' | base64 -d

Step 8: Using Sosivio

See the Sosivio Product Documentation for more information.