Ingress controller implementation in the ONAP cluster is based on the virtual host routing. Testing ONAP cluster requires a lot of entries on the target machines in the /etc/hosts. Adding many entries into the configuration files on testing machines is quite problematic and error prone. The better wait is to create central DNS server with entries for all virtual host pointed to simpledemo.onap.org and add custom DNS server as a target DNS server for testing machines and/or as external DNS for kubernetes cluster.
Run script ./deploy_dns.sh
See post deploy info
dns: provider: coredns upstreamnameservers: - <cluster_ip>:31555