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: Metrics, Events, Logs, and Traces. You can also view examine your cluster through the Grafana interface.

The default credentials are:

username

admin

password

password

We recommend that you next Configure authentication