Create a project In Openshift, click in the "New Project" button. Give it the name "helloworld-msa" Important You must use the exact project name since it will affect the generate endpoint’s URLs Or run: $ oc login <Openshift IP>:8443 -u developer -p developer $ oc new-project helloworld-msa