View Composed App Details
This section describes how to view composed app details.
Prerequisites
You need to join a project and have the App Instance View permission in the project. For more information, see Project Members and Project Roles.
Steps
-
Log in to the KubeSphere web console with a user who has App Instance View permissions and enter your workspace.
-
Click Application Workloads > Composed Apps in the left navigation pane.
-
Select a project from the drop-down list in the upper left corner of the page.
-
On the Composed Apps page, click the name of an app to open its details page.
-
In the Attributes area of the app details page, view the resource attributes of the app.
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.
-
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.
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.
Application Governance
Whether application governance is enabled for the app. After application governance is enabled, you can use traffic monitoring, grayscale release, and tracing features.
You can enable application governance only after the "KubeSphere Service Mesh" extension is installed.
-
-
On the Resource Status tab of the application details page, view the Ingresses, Services, and workloads that make up the application. Click the resource name to jump to the corresponding resource details page.
-
The Ingress 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 Service area provides the following information:
Parameter Description Name
The name of the Service.
Internal Access Mode
Internal Access Mode for Services.
-
Headless: The system does not assign a virtual IP address to the service. It can be accessed from within the cluster using the domain name format
<service name>.<project name>.svc.cluster.localor<service name>.<project name>. -
VirtualIP: The system assigns a virtual IP address to the service for internal cluster access. It also supports access from within the cluster using the domain name format
<service name>.<project name>.svc.cluster.localor<service name>.<project name>.
Virtual IP Address
The virtual IP address used for internal cluster access to the Service. Displayed only when the Service’s internal access type is VirtualIP.
-
-
The Workload area provides the following information:
Parameter Description Name
The name of the workload.
Type
The type of the workload.
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.
Modification Record
The current modification record of the workload.
-
-