Skip to content

Manage OAM Application

After Creating an OAM application, you can view the application details and update its components or traits.

View Application Details

  1. In the Workbench -> Overview page, go to the OAM Application tab to view the list of OAM applications.
  2. Click the application name to view the application details, including fields such as name, status, alias, description, and creation time.
  3. On the application details page, click the Component tab to view the number, types, and traits of the components defined in the current application.

    component

  4. On the application details page, click the App Status tab to view the component status and application resources.

    • Component Status: Displays the health status of each component in the current application. If there are unhealthy components, investigate and address the operational issues promptly.

      status

    • App Resources: Provides information about the Kubernetes resources deployed in the current application.

      resources

  5. Click App Version to view the version information of the application. Any changes made to the application will automatically generate a version for record keeping. When necessary, you can roll back to a previous version.

    oam-version

Edit Basic Information of an OAM Application

  1. Click the OAM application name, then click the icon in the top right corner of the page and select Edit Basic Info .
  2. Set the alias as desired or provide additional description information.

    edit

Edit YAML File of an OAM Application

  1. Click the OAM application name, then click the icon in the top right corner of the page and select Edit YAML .
  2. Edit the YAML file of the OAM application as necessary.

    add-component

Add Components

  1. Click the OAM application name, go to the Component tab, and click Add Component on the right side.

    add-component

  2. Select the desired component type and fill in the corresponding component parameters based on the Built-in Component List.

    add-component

Add/Update Traits

  1. Click the OAM application name, go to the Component tab, and click the icon on the right side of the component to select Edit Trait .

    add-component

  2. Update the trait properties based on the Built-in Trait List.

    update

Application Version Rollback

  1. Click the Application Version tab, select a version (other than the current one) and click the on the right, then select Rollback.

    rollback01

  2. Click the OK button. After the rollback is successful, you will be redirected to the list and receive a notification.

    rollback02

Comments