Application dashboard
Use the application dashboard to check an application’s delivery status, deployed versions, runtime health, and ingress URLs without leaving the Core Platform UI.
Check delivery status
Open the dashboard and go to Applications, then choose the application. The Path to Production tab shows the current version in each stage, the status of build and test jobs, and links back to the underlying delivery evidence.

Use this view when you need to answer questions such as:
- which version is in fast feedback, extended test, or production
- whether build, functional, non-functional, integration, extended test, or production deployment has passed
- where to find the related GitHub workflow, logs, or deployment evidence
Check runtime health and ingress URLs
Select the Runtime tab to see replicas, pod CPU, pod memory, and the ingresses created for the application across environments.

The ingress table shows the environment, namespace, host, and backend for each application ingress. Use the external-link icon beside a host to open the endpoint.
CLI alternatives
Use corectl and kubectl when you need terminal access to the same runtime information:
corectl env connect <env-name>
kubectl get pods --namespace <namespace>
kubectl get ingress --namespace <namespace>For delivery workflow details, see Path To Production.