Deploy frontend (NodeJS/HTML5/JS) Choose one of the following options/approaches to deploy the UI. Deploy project via oc CLI Basic project creation $ git clone https://github.com/redhat-helloworld-msa/frontend $ cd frontend/ $ oc new-build --binary --name=frontend -l app=frontend $ npm install; oc start-build frontend --from-dir=. --follow $ oc new-app frontend -l app=frontend $ oc expose service frontend Test the service endpoint Access: http://frontend-helloworld-msa.rhel-cdk.10.1.2.2.xip.io/