Applications
The Applications tab provides an overview of all Canton Network applications deployed across managed validators.
Applications Overview
Each application deployed across managed validators is displayed as a row with some key details and indicators.

Each application is displayed as a row with the following columns:
Name
The name of the application.
Type
The application type (ui or backend).
Validator
The validator which has the application installed.
Status
Current readiness status of the application.
Replicas
The number of running replicas out of the desired count (e.g. 1 / 1).
At the top of the application table, a summary bar shows aggregate counts for the current validator selection:
total: total number of applications installed.
ready: number of applications with a Ready status.
issues: number of applications with a non-Ready status requiring attention.
[TODO: document status values and what they indicate — e.g. In Progress, Failing, or any other states visible in production environments]
Click the > arrow at the right of any row, or click the row itself, to open the application details view.
Application Details
Clicking on any application from the Applications list opens the application detail view.
The application detail view shows the runtime status, endpoints, conditions, and environment variables for the Canton application.

Status Cards
Four summary cards are shown at the top of the page:

Status
The current readiness status of the application (e.g. Ready).
Replicas
The number of running replicas out of the desired count (e.g. 1 / 1).
Type
The application type (ui or backend).
Port
The port the application is listening on.
Endpoints
The Endpoints section lists the network endpoints exposed by this application:

Internal
The internal Kubernetes service URL for this application.
External
The publicly accessible URL for this application (if applicable).
Copy and external link icons are available next to each URL.
Conditions
The Conditions section lists the Kubernetes conditions reported for this application:

Type
The condition type (e.g. Ready).
Status
Whether the condition is currently true or false.
Reason
A machine-readable reason code (e.g. DeploymentAvailable).
Message
A human-readable description of the current state.
Last transition
The timestamp of the most recent status change for this condition.
Environment Variables
The Environment variables section lists all environment variables configured for this application. A Copy all button in the top-right copies all variables to the clipboard.

Name
The environment variable name (e.g. SPLICE_APP_UI_AMULET_NAME).
Value
The configured value for that variable (e.g. Canton Coin).
[TODO: document whether environment variables can be edited through the console or are read-only, and how they are managed]
Last updated
Was this helpful?