kubevela.github.io/docs/how-to/dashboard/application/get-application-instance.md

22 lines
781 B
Markdown

---
title: Check Application State
description: View an application instances by KubeVela dashboard
---
Different tabs of environment will show different application instances inside.
By default, it will display all instances deployed in the environment, you can filter the status by select targets.
![pod list](../../../resources/pod-list.jpg)
As the picture shows, check the application pod details by click the expand button("+") on the left. You can view the pod status including the events and error message about it.
For cloud resources, there will be a link to the cloud console for management.
![rds-instances](../../../resources/rds-instances.jpg)
### Next Step
* [Modify Replicas](../../../tutorials/scaler.md)
* [View Application Logs](./get-application-log.md)