Accessing the UI
The Streaming Data Manager dashboard is integrated into the Service Mesh Manager dashboard.
- To access the dashboard, see Access dashboard.
- To configure access to the dashboard, or expose it, see Configure the dashboard.
Accessing the dashboard
To access the dashboard, set your KUBECONFIG file to the cluster where the Service Mesh Manager control plane is running, then run the following command to open a browser window to the dashboard.
smm dashboard --kubeconfig <path/to/kubeconfig>
In case you are executing this command on a remote machine, complete the following additional steps.
-
Check the output of the command and forward the indicated port to your local machine.
-
Open a browser window and navigate to
http://127.0.0.1:50500/
. -
Service Mesh Manager asks for login credentials. To acquire the credentials, follow the instructions on the user interface.
Alternatively, you can complete the following steps.
-
Set your KUBECONFIG file to the cluster where the Service Mesh Manager control plane is running, then run the following command.
smm login --kubeconfig <path/to/kubeconfig>
A temporary login token is displayed. Now you can perform other actions from the command line.
-