Skip to content

Manage Native Applications

After creating a native application, you can view the application details or update the application configuration as needed.

  1. Go to the Workbench -> Overview page, click the Application tab, and then click the name of the native application.

    Application Overview

  2. Here you can view basic information like the application name, alias, description, namespace, creation time, and more.

    Basic Info

  3. Click the App Resources tab to view the Kubernetes resources associated with the native application, such as workloads, services, routes, etc. You also have the ability to edit and delete various resources.

    App Resources

  4. Click the Application Topology tab to visually see the resources including workloads, containers, storage, configurations, and secrets.

    Application Topology

    • View basic resource information and navigate to the Container Management module to see more resource details:

      Resource Details

    • Nodes in the visual topology are color-coded to indicate the health status of resources that support it:

      Node Color

Editing basic information of a native application

  1. Click the name of the native application, and then click the in the upper-right corner of the page, and select Edit Basic Info.

  2. Set an alias or provide additional description as needed.

    Alias Info

Viewing YAML of a native application

  1. Click the name of the native application, then click the in the upper-right corner of the page, and select Check YAML.

  2. View the manifest file of the native application.

    Check YAML

Comments