Web UI
The Web UI microservice provides the following user interfaces:
-
Network Discovery
-
NPM Threshold Management
-
Device Object Monitoring
You must deploy it, along with the Web API microservice, to use these UIs.
Web UI Prerequisites
Before deploying the microservice, confirm that a microservice cluster is set up. See Microservice Cluster Setup.
Deploying Web UI
To deploy the microservice, run the following commands:
su - assure1
export WEBNAMESPACE=a1-web
export WEBFQDN=<WebFQDN>
a1helm install <microservice-release-name> assure1/web-ui -n $WEBNAMESPACE --set global.imageRegistry=$WEBFQDN
In the commands:
-
Note that you must deploy this microservice to the a1-web namespace.
-
<WebFQDN> is the fully-qualified domain name of the primary presentation server for the cluster.
-
<microservice-release-name> is the name to use for the microservice instance. Oracle recommends using the microservice name (web-ui) unless you are deploying multiple instances of the microservice to the same cluster.
You can also use the Unified Assurance UI to deploy microservices. See Deploying a Microservice by Using the UI for more information.
There are no additional configuration parameters for this microservice.