Install Kloudfuse UI

Prerequisites

Complete the Helm install.

Here are the instructions for accessing the Kloudfuse Platform UI.

It may take a few minutes for the LoadBalancer IP to come online.

Enable the UI

Watch the status and enable Kloudfuse using the following commands:

kubectl get svc --namespace kfuse -w kfuse-ingress-nginx-controller
export SERVICE_IP=$(kubectl get svc --namespace kfuse kfuse-ingress-nginx-controller --template "{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}")
echo http://$SERVICE_IP

Access Kloudfuse UI and Grafana UI

The Kloudfuse Platform has its own UI, with tabs for each stream type: APM, Metrics, Events, Logs, and many others. We also enabled access through a Grafana interface.

Specify the DNS of the Kloudfuse site in your custom-values.yaml file, and access it in your web browser. For example, navigate to https://example.kloudfuse.io/.

top nav newest

The default credentials are:

username

admin

password

password

We recommend that you: