View Details of Template-based Applications

This section explains how to view details of template-based applications.

Prerequisites

You should join a project and have the Application Instance View permission within the project. For more information, refer to “Project Members” and “Project Roles”.

Steps

  1. Log in to the KubeSphere web console with a user who has the Application Instance View permission, and access your project.

  2. Click Application Workloads > Applications in the left navigation pane.

  3. On the Applications page, click the name of an application to open its details page.

  4. In the Attributes section on the left side of the details page, view the resource attributes of the application.

    ParameterDescription

    Cluster

    The cluster to which the application belongs.

    Project

    The project to which the application belongs.

    Status

    The current status of the application.

    • Creating: The system is currently creating the application.

    • Created: The application has been created but is not yet running.

    • Running: The application is running normally.

    • Upgrading: The system is upgrading the application.

    • Deleting: The system is deleting the application.

    • Failed: The application creation has failed.

    Application

    The application template used by the application.

    Version

    The version of the application.

    Creation Time

    The creation time of the application.

    Update Time

    The update time of the application.

    Creator

    The user who created the application.

  5. On the Resource Status tab on the right side of the details page, view the services and workloads that make up the application.

    • The Services section provides the following information:

      ParameterDescription

      Name

      The name of the service.

      Project

      The project to which the service belongs.

      Internal Access

      The virtual IP address for internal access to the service within the cluster.

      External Access

      The port number for external access to the service from outside the cluster.

    • The Workloads section provides the following information:

      ParameterDescription

      Name

      The name of the workload.

      Project

      The project to which the workload belongs.

      Status

      The current status of the workload.

      • Running: The workload is running normally.

      • Updating: The workload is updating pod replicas.

      • Stopped: Both the expected and current pod replica count of the workload is 0.

  6. On the right side of the details page, click App Template to view information about the application template.

    • Click App Description to view information about the application.

    • Click Chart Files to view files in the Helm Chart package. Click the dropdown list on the right side of Chart Files to select the file you want to view. Click download to download the file locally.

  7. On the right side of the details page, click App Settings to view application settings.

    Note

    The default settings of the application are stored in the values.yaml file within the Helm Chart package. The App Settings page displays the settings customized by the user during the application installation.