aws-quickstart / quickstart-ibm-icp-for-data

AWS Quick Start Team
Apache License 2.0
14 stars 19 forks source link

What port is the plain-ICP dashboard running on? #7

Closed durera closed 5 years ago

durera commented 5 years ago

We've ran through the quickstart, and can access the ICP4data UI on port 31843 to verify the install worked, reasonably straightforward up to now:+1: ... however, we're failing trying to work out how we can access the standard ICP UI dashboard as well.

The port that the plain ICP dashboard runs on doesn't seem to be documented anywhere in the quickstart guide, or the logs from the deploy in AWS unless I've missed it, and I can't find anything in the ICP4D UI that links off to the main ICP UI either.

How do I get to the dashboard to, for example, deploy something from the ICP catalogue into this instance?

vsnyc commented 5 years ago

Hi David, thanks for the feedback. The ICP Management Console is running on port 8443.

We'll add a new output: ICPManagementConsole to make this clear.

durera commented 5 years ago

Thanks, do I need to do anything additional from what's covered in the quickstart to configure access? ... when I go to 8443 I get a simple Error 403 : Access Forbidden page.

vsnyc commented 5 years ago

See Step 5. Configure the DNS or hosts file on page 22 in the ICP guide. If you set this up as a valid Route 53 domain then you can access using that, else you will have to modify your hosts file to mimic the cluster DNS name.

durera commented 5 years ago

Thanks, we just sussed that out too :)

Although using https://xxx.elb.xxx.amazonaws.com:31843 worked fine for ICP4D UI, only https://$ClusterName.$VPCDomain:8443 worked for the ICP UI.