An app is a collection of one or more services. Each app is associated with a project in a cluster. A project can have one or more apps in it.Apps can be of any size or complexity, ranging from a simple HTTP service which responds with “hello world” to a set of microservices which talk to each other.You can create a new app from the project page as shown below:You can also create new apps from the “Apps” link in the menu.The new App form looks like this:The project indicates the project in which your app will be deployed.
The name of your app. Can contain letters, numbers and the hyphen character. No other special character or spaces allowed. The name of the app is unique within a project.
The relative path where your application code is. Skip this field if your application is at the top level.Click on “Create”. You will be redirected to the app page.
This step creates your application configuration only, it doesn’t deploy the app in the cluster yet.