This section describes how to view details of a template-based application.

Prerequisites

You need to join a project and have the Application Instance View permission in the project. For more information, see Project Members and Project Roles.

Steps

  1. Log in to the KubeSphere web console with a user who has Application Instance View permissions and enter your workspace.

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

  3. Select a project from the drop-down list in the upper left corner of the page.

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

  5. On the application details page, view the application’s resource attributes in the Attributes area.

    Parameter Description

    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 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 version.

    • Deleting: The system is deleting the application.

    • Failed: The application creation failed.

    Application

    The application template used by the application.

    Version

    The version of the application.

    Creation Time

    The time when the application was created.

    Update Time

    The time when the application was updated.

    Creator

    The user who created the application.

  6. On the Resource Status tab of the application details page, view the services, workloads, Ingresses, and persistent volume claims that make up the application.

    • The Services area provides the following information:

      Parameter Description

      Name

      The name of the service.

      Project

      The project to which the service belongs.

      Internal Access

      The virtual IP address for accessing the service from within the cluster.

      External Access

      The port number for accessing the service from outside the cluster.

    • The Workloads area provides the following information:

      Parameter Description

      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 desired and current pod replica counts for the workload are 0.

    • The Ingresses area provides the following information:

      Parameter Description

      Name

      The name of the Ingress.

      Domain

      The domain name of the Ingress.

      URL

      The access address of the service corresponding to the Ingress.

      Click Access Service on the right side of the Ingress to access the backend service of the Ingress.

    • The Persistent Volume Claims area provides the following information:

      Parameter Description

      Name

      The name of the persistent volume claim and the storage class it requests.

      Capacity

      The storage capacity requested by the persistent volume claim.

      Access Mode

      Read and Write Modes for Persistent Volumes.

      • RWO (ReadWriteOnce): Allows a single node to read data from and write data to the persistent volume.

      • ROX (ReadOnlyMany): Allows multiple nodes to read data from the persistent volume.

      • RWX (ReadWriteMany): Allows multiple nodes to read data from and write data to the persistent volume.

  7. On the application details page, click Application Template to view the application template information.

    • Click Application Description to view the introduction information of the application.

    • Click Chart Files to view the files in the Helm Chart archive. Click the drop-down list on the right side of Chart Files to select the file you want to view. Click download to download the file to your local machine.

  8. On the application details page, click Application Settings to view the application’s configuration information.

    Note

    The application’s default settings are saved in the values.yaml file within the Helm Chart archive. The Application Settings page displays the customized settings configured by the user during application installation.