Resource Type - Application
Resources of type Application are different from other resources. This document outlines the Resource Details page for applications.
- Navigate to Environment >Resources.

Resources tab in left Navigation menu
- Click on the resource name to view the details of the application resource.
- On this page, you will find four tabs namely,
- Live Release
- Configuration
- Diff
- Grafana Dashboard

Resource Details screen
Live Release
This page displays all the details regarding this live release.
Current Registered Artifact
The Current Registered Artifact widget displays the latest active artifact.
- Click the Artifact History button on the top right corner.

Artifact History navigation
- The Artifact History page appears. Here, you can view the Currently Registered version and Previous Versions.
- Click the Artifact rollback icon beside the required version to roll back to that Artifact version.

Artifact rollback navigation
- In the pop-up that appears, click Confirm.

Confirm Artifact Rollback pop-up
You have successfully performed an artifact rollback.
Line Graphs
This depicts all the CPU, Memory, Pods, and Restarts in a line graph.

CPU usage graph
Horizontal Pod Autoscaling
This widget displays the Current CPU Utilization(%) and the number of pods in this environment.
Pods
This displays all the pods that are available in this application resource.

Available Pods
Tail Logs
- Click the Tail Logs button on the top right corner of the pod.

Tail Logs navigation
- In the pop-up that appears, you will be able to view the tail logs of the Terraform Logs for that pod.

Tail Logs Screen
- Click on the clipboard icon in the top right corner to copy the logs to the clipboard.
Rolling Restart All
The Rolling Restart All allows you to sequentially restart all the available pods in that application resource.
- Click the Rolling Restart All button.

Rolling Restart All navigation
- In the pop-up that appears, click Confirm.

Confirm Rolling Restart All pop-up
You have successfully restarted the pods.
Ingress Rules
This widget displays all the Ingress rules configured with this resource.

Ingress Rules widget
Configuration
This page displays the configurations effective in this environment. You will also find the Override and Version History buttons.

Configuration tab
Override
This allows users to override any defined key-value pairs for this resource without making any changes to the blueprint.
- Click the Override button to view the Container Configurations and user-defined variables if any.
- Using the Container Configurations form, you will be able to make the necessary changes to the application.
- To have access to the complete blueprint of the application, click JSON Mode from the top right corner of the screen.

Override Configuration Form mode
- On the JSON Mode page, you will find two columns. The left column consists of the defined blueprint and the right column contains the override command.
- Enter the override command in the right column and click Submit to save the changes.

Override Configuration JSON mode
Note
Any changes made to the blueprint using override from this page is specific to this particular application for this environment only.
You have successfully overridden the blueprint for this application.
Version History
This page displays all the configured versions of this resource.
- Click the View changes icon beside the desired version to view the changes made to this version with the previous version.

Resource Configuration Version History Screen
- Click the Compare with current version icon beside the desired version to compare the older versions to the current version. This icon is only available under the Previous Versions widget.

Comparing versions pop-up
Diff
On this page, you will be able to compare this environment with any other environment. Note that you will be able to select up to 2 environments to compare.
- Select environment(s) and click Compare.
Note
You will only be able to select between the environments in which this application resource is defined.

Compare Environments navigation
- Now a screen comparing the selected environment appears. This compares and displays any differences between the application in the selected environments.

Compare Environments screen
Grafana Dashboard
This page displays the application details in a dashboard.

Grafana Dashboard
If the status of the application is in the failed state, click the Manage your Environment button. This navigates you to the Releases page where you can plan and deploy a release.
To know more about releases, refer to the Releases documentation.
Related Guides
Updated 4 months ago