This section describes how to view the details of a deployed application.

Prerequisites

  • You need to have the App Store Management permission on the KubeSphere platform. For more information, see Users and Platform Roles.

  • The KubeSphere App Store Management extension must be installed and enabled on the KubeSphere platform.

Steps

  1. Log in to the KubeSphere web console as a user with App Store Management permissions.

  2. In the upper right corner of the page, click the grid icon and select App Store Management.

  3. Click Deployment Management in the left navigation pane.

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

  5. In the Attributes area of the application details page, view the resource attributes of the application.

    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 package. Click the drop-down list on the right side of Chart Files to select the file you want to view.

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

    Note

    The default settings of the application are saved in the values.yaml file within the Helm Chart package. The Application Settings page displays the settings customized by the user when installing the application.