...
Upon completion of the above helm install you would see instructions for accessing the Kloudfuse Platform UI.
Code Block |
---|
Info |
It may take a few minutes for the LoadBalancer IP to be available. |
Watch the status:
Code Block |
---|
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 |
Kloudfuse UI and Grafana Access
...