I think there might be something with https, ssl or keys. I updated /etc/hosts of all K8s nodes and master with IP host as you proposed.
when I try using 30215 or 30225 ports there is a timeout, while 8989 is ok: ibmadmin@kmaster:~$ curl -i https://portal.api.simpledemo.onap.org:30215/ONAPPORTAL/login.htm curl: (7) Failed to connect to portal.api.simpledemo.onap.org port 30215: Connection timed out ibmadmin@kmaster:~$ curl -i https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm curl: (7) Failed to connect to portal.api.simpledemo.onap.org port 30225: Connection timed out ibmadmin@kmaster:~$ curl -i http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm HTTP/1.1 200 OK Server: Apache-Coyote/1.1 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 ... on my bare metal deployment (similar config) says network is unreachable: kku@kkuPC:~$ curl -i https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm curl: (7) Failed to connect to portal.api.simpledemo.onap.org port 30225: Network is unreachable kku@kkuPC:~$ curl -i http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm HTTP/1.1 200 OK Server: Apache-Coyote/1.1 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block ... -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18878): https://lists.onap.org/g/onap-discuss/message/18878 Mute This Topic: https://lists.onap.org/mt/34079255/21656 Mute #portal: https://lists.onap.org/mk?hashtag=portal&subid=2740164 Mute #dublin: https://lists.onap.org/mk?hashtag=dublin&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
