SiteWhere Admin UI 3.0.0
Administrative user interface for interacting with SiteWhere 3.0 instances.
Installation
After installing SiteWhere (using swctl), start the UI and point it to the IP address exposed for the Istio ingress controller. You can find the correct address by issuing the following command.
kubectl -n istio-system get services
Look for the External-IP
for the istio-ingressgateway
service:
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
istio-ingressgateway LoadBalancer 10.103.29.184 192.168.0.103 15021:30725/TCP,80:30308/TCP,443:32512/TCP,15012:30661/TCP,15443:31451/TCP 3d1h
For the above example, if you created an instance using swctl create instance sitewhere
, you would enter http://192.168.0.103/sitewhere
as the instance API path in the admin user interface.