Skip to main content
Version: 3.4

Create

As outlined in the 'What are Apps' section, Apps are helm charts, kubernetes manifests, or bash scripts, with optional parameters, that define an "application" that can be deployed into a cluster, space, or virtual cluster.

Creating Apps is done via the Loft UI.

  1. Select the Templates field on the left menu bar.
  2. Click the Apps option on the templates pane.
  3. Click the .
  4. In the drawer that appears from the right, give your new app a name by replacing the 'my-app' placeholder name, or by updating the manifest YAML 'metadata.name' field.
  5. On the Definition configuration pane, select the type of app you would like to create (kubectl, helm, or bash), and enter the appropriate information for the given app type. This section is largely an exercise for the user as each type of application has different required fields, and the contents will be specific to each users environment.
  6. [Optional] select the Display Options configuration pane and provide an icon for your app. This icon will be displayed on the "Apps" page of clusters, spaces and virtual clusters.
  7. [Optional] select the Display Options configuration pane, from theRecommended App drop down box, select one of the choices. This choice affects where the App will show up as "recommended" in the UI.
  8. Click the button.