Web UI

The Web UI microservice provides the following user interfaces:

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:

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.