9 Installing an Application

Use the ocne application install command to install an application from a catalog. The syntax is:

ocne application install 
{-b|--built-in-catalog}
[{-c|--catalog} name] 
{-N|--name} name 
[{-n|--namespace} namespace] 
{-r|--release} name 
[{-u|--values} URI]
[{-v|--version} version]

For more information on the syntax options, see Oracle Cloud Native Environment: CLI.

Examples:

To install an application from the default catalog:

ocne application install --release ingress-nginx --namespace ingress-nginx --name ingress-nginx

To install an application from the default catalog:

  1. In the navigation menu, select Apps.

    The Applications page is displayed listing all the applications available in the default catalog.

  2. Enter characters in the Search field to display only applications whose name contain the entered characters.

  3. Find the application you need to install and select Install.

    A dialog box appears with the following fields:
    • An edit box with YAML configuration for the application that's to be installed.

      You can edit the YAML configuration according to the system requirements.

    • The following mandatory fields: Release Name, Namespaces, Versions and Release Description.

  4. Select Install.

    The dialog is dismissed, and a message is displayed onscreen to confirm the installation request has been accepted.

    The installation completes and a message is displayed confirming the release has been created successfully.