Azure / mec-app-solution-accelerator

Application Solution Accelerator for Multi-access Edge Compute (MEC)
MIT License
37 stars 10 forks source link

[P2] Create complete URLs for running the UI web apps at the end of the deployment script #162

Open CESARDELATORRE opened 1 month ago

CESARDELATORRE commented 1 month ago

Instead of this:

image

Instead of:

192.168.0.6 90

Show like this:

Control Plane web app URL (control-plane-ui-service pod): http://192.168.0.6:90

Alerts Dashboard web app (alerts-ui pod): http://192.168.0.6:88

With the current IP, of course.

Also, a bit more spaces and clearer highlighted the info about how to run K8s dashboard, please.

The following doesn't catch your eyes, neither:

image
CESARDELATORRE commented 1 month ago

Kind of two nice tables using ASCII characters (with ** or ===========) or similar would be great! :)