Resource Type - Application

Resources of type Application are different from other resources. This document outlines the Resource Details page for applications.

  1. Navigate to Environment >Resources.
Resources tab in left Navigation menu

Resources tab in left Navigation menu

  1. Click on the resource name to view the details of the application resource.
  2. On this page, you will find four tabs namely,
  • Live Release
  • Configuration
  • Diff
  • Grafana Dashboard
Resource Details screen

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.

  1. Click the Artifact History button on the top right corner.
Artifact History navigation

Artifact History navigation

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

Artifact rollback navigation

  1. In the pop-up that appears, click Confirm.
Confirm Artifact Rollback pop-up

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

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

Available Pods

Tail Logs

  1. Click the Tail Logs button on the top right corner of the pod.
Tail Logs navigation

Tail Logs navigation

  1. 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

Tail Logs Screen

  1. 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.

  1. Click the Rolling Restart All button.
Rolling Restart All navigation

Rolling Restart All navigation

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

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

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

Configuration tab

Override

This allows users to override any defined key-value pairs for this resource without making any changes to the blueprint.

  1. Click the Override button to view the Container Configurations and user-defined variables if any.
  2. Using the Container Configurations form, you will be able to make the necessary changes to the application.
  3. 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

Override Configuration Form mode

  1. 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.
  2. Enter the override command in the right column and click Submit to save the changes.
Override Configuration JSON mode

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.

  1. 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

Resource Configuration Version History Screen

  1. 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

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.

  1. 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

Compare Environments navigation

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

Compare Environments screen

Grafana Dashboard

This page displays the application details in a dashboard.

Grafana 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