Skip to main content
Version: Release Next

Live Deployment Dashboard

The Live Deployments dashboard lists every application that Release tracks in the current folder. The heading shows how many applications are currently listed. Use the icons at the top right to switch between card view and list view.

Card View

Card view is the default. Each application appears as a card with a status-colored bar along the top.

Live Deployments dashboard in card view

Each card shows the following:

  • The application and its namespace, such as app1:default
  • The status, such as Healthy or Degraded, and how long ago the application was last updated
  • The deployment provider that reports the application, such as argocd server
  • The deployed version, the source it was deployed from, and the target environment
  • Hover over the version, the source, or the target for more detail. For more information, see Deployment Details on Hover.

List View

List view shows the same applications as a table, which is useful when you want to compare versions or statuses across many applications.

Live Deployments dashboard in list view

The table has the following columns:

ColumnDescription
NameThe application and its namespace, with an icon for the deployment provider.
VersionThe deployed version of the application.
StatusThe current status, such as Healthy or Degraded.
Target EnvironmentThe environment that the application is deployed to.
Last updatedHow long ago the application was last updated.

An arrow next to a column heading shows which column the table is sorted by.

Deployment Details on Hover

The version, source, and target on a card carry more detail than they show. Hover over any of them to see a tooltip.

Hover over the version to see VERSION TAG, VERSION STATE, and VERSION TOOLTIP. VERSION STATE is either Synced or OutOfSync, and VERSION TOOLTIP holds the full version identifier. Select the version to open that commit in the source repository.

Version tooltip on a Live Deployments card

Hover over the source to see REPOSITORY, TARGET REVISION, and PATH. Each value is a link. Select the source to open the repository at the target revision.

Repository tooltip on a Live Deployments card

Hover over the target to see DESTINATION, NAMESPACE, and EXTERNAL LINKS. EXTERNAL LINKS lists any external links supplied by the deployment provider.

Destination tooltip on a Live Deployments card

External links come from Argo CD application annotations that use the link.argocd.argoproj.io/ prefix. For example, adding the following annotation to your Argo CD application adds a link under EXTERNAL LINKS in the tooltip for the deployment target:

annotations:
link.argocd.argoproj.io/my-link: https://example.com/my-app

Action Menu to Manage Deployed Applications

Click the ellipsis icon on a card, or at the end of a row in list view, to open the action menu. The same actions are available in both views.

Action menu on a Live Deployments card

You can do the following for every deployed application in the Live Deployments dashboard.

View in Deployment System

Opens the application in the external deployment provider. Here's an example application in Argo CD.

Deployed application shown in Argo CD

View Configuration Details

Opens the event source configuration for the deployment provider that reports this application.

Event source configuration for a deployment provider

Delete Application

Undeploys the application. For more information, see Delete / Undeploy Applications.

Filter Applications

Type in the filter box at the top right of the dashboard to narrow the list to applications whose name matches what you type. The count in the heading updates to show how many applications match.

Refresh Deployed Applications

Click Refresh at the top of the Live Deployments dashboard to fetch the current state of all applications from the deployment providers.

For example, when you do not want to see cached deployments in the dashboard or if something went wrong, you can click Refresh to refetch the current state of all the deployed applications.