Application Dashboard
After you log in to the ISD application, the “Home” page appears. The Home page is an application dashboard and it contains a list of all the applications and a summary view of the applications and their status and deployments. The data in the application dashboard is displayed based on user permissions (RBAC).
The application dashboard looks like as shown in the image below:
In the above dashboard, you can see the high-level overviews of your applications along with the summary counts of the following important operational information:
- Total Applications - The number of applications to which you have access.
- Healthy Applications - The number of applications that are in healthy status.
- Degraded Applications - The number of applications that are in degraded status.
- Out of Sync Applications - The number of applications that are in out of sync status.
- Deployments - The total number of deployments.
Note: The summary counts displayed in the application dashboard are for the entire duration for all the linked Argo instances. Only the deployment summary count is based on the time.
You can also see the list of applications in the above screen. Each row represents an application with the following details. The latest synced applications are shown first in the list.
- Application name: A unique name to identify this application. If you click on any application, it will redirect you to the “Application Status” page.
- CD Tool: The Agent name and Argo CD name.
- Last Synced: When was the last time the application was deployed.
- Sync Status: Status of your application deployment. It shows whether the application deployment is successful or not.
- Health: Health status of your application.
- Revision: It shows the git repo commit ID.
- Destination Cluster: URL of the target Cluster where application is deployed.
- Namespace: Namespace name where application is deployed in Destination Cluster.
- Cluster Name: Name of the cluster where application is deployed.
- Cluster Labels: Labels of the target cluster
- Source Repository URL: URL of the source repo where the manifest file is saved.
- Source Path: The folder name in the repository where the manifest file is saved.
- Target Revision: The revision number, which refers to the most recent revision in a repository.
- Project: Name of the project this application belongs to.
You can change the time period to view the applications within a certain duration. For example - Last 1 day, Last 7 days, Last 1 month, etc. To do so, click the Last 7 days drop-down and select the time period. Refer to the image below:
If you would like to view the list of applications with respect to their agent name and Argo name, click on the “All CD Tools” drop-down and select the desired agent name. Refer to the image below.
If you would like to view the list of applications with respect to their agent name, click on the “All CD Tools” drop-down and select the desired agent name. Refer to the image below.
You can opt to show or hide the columns in the applications list. To do so, click the menu icon as shown in the image below:
The list of available columns will appear. You can select/deselect a particular column from the drop-down to add/remove it from the applications table as shown below: