Skip to main content

Application Service Overview

When navigating to a specific application service within an environment, you will find detailed information organized into the following tabs.

Application service overview


Details

The Details tab displays the complete configuration of the deployed service:

  • Basic information — Service name, source type, branch, container registry, image tag, and deployment status.
  • Deployment YAML — The rendered Kubernetes manifest for the service.
  • Environment variables — All configured key-value pairs (secret values are masked unless you have the View secret permission).
  • Resource configuration — CPU/memory requests and limits, node group assignment.
  • Networking — Service port, endpoint type, domain, ingress settings.
Service details

Service environment variables


Pipelines

The Pipelines tab shows the CI/CD workflow history for the service.

  • Workflow list — All workflows linked to this service, with their current status.
  • Workflow details — Click on a workflow to see the structured overview from source to deployment, including build, test, and deploy stages.
  • Execution history — View all past executions with execution ID, trigger time, triggered by (user), and status.
Pipeline list

Workflow details

Workflow stages

Latest Pipeline

The Latest Pipeline section provides detailed information about the most recent workflow execution:

FieldDescription
Log TypeThe pipeline stage (build, deploy, etc.).
Build NumberThe sequential build number.
CreatorThe user or trigger that initiated the pipeline.
StatusCurrent status (Pending, Running, Success, Failed).
Commit IDThe Git commit SHA that triggered the build.
TagsImage tags produced by the build.
Execution history

Pipeline logs

Re-deploy (Rollback)

From the Pipelines tab, you can re-deploy a previous successful pipeline release to roll back to an earlier version of your service.

  1. Locate the successful pipeline execution you want to roll back to.
  2. Click the Re-deploy button next to that execution.
  3. Confirm the environment, service, and image tag in the confirmation popup.
  4. The service will be re-deployed with the selected image tag.
warning

You cannot re-deploy while another pipeline is already running for the same service. Wait for the current pipeline to complete first.


Events

The Events tab shows Kubernetes events related to the service, providing visibility into what is happening at the cluster level.

ColumnDescription
TypeEvent type (Normal, Warning).
ReasonThe Kubernetes event reason (e.g., Scheduled, Pulled, Started, Failed).
SourceThe Kubernetes component that generated the event.
Pod NameThe pod associated with the event.
TimestampWhen the event occurred.
Service events


Pods

The Pods tab provides details about all pods running for this service.

ColumnDescription
Container NameName of the container within the pod.
ImageThe container image and tag running in the pod.
RestartsNumber of container restarts.

Pod Logs

Click on a pod to view its real-time logs. The log viewer provides:

FeatureDescription
Tail LinesSelect how many recent log lines to display (100, 200, or 500).
Container SelectorChoose which container's logs to view (for multi-container pods).
Real-time StreamingLogs update in real-time as new entries are generated.
SearchSearch within the displayed logs.
Pod details


Datasource Logs

For datasource services (databases), you can stream real-time logs directly from within the environment view. This is supported for both self-managed databases (running as pods) and cloud-managed databases (RDS, Aurora, ElastiCache).

Navigate to the datasource service within the environment to access its logs.


Services Overview Filtering

The Services Overview page supports advanced filtering to help you quickly find services:

Application services:

FilterDescription
App NameSearch by service name.
Health StatusFilter by one or more health statuses (Healthy, Degraded, Missing, etc.).
Workflow StatusFilter by pipeline status (Pending, Running, Success, Failed).
Workflow NameSearch by linked workflow name.

Datasource services:

FilterDescription
NameSearch by datasource name.
DB TypeFilter by database type (MySQL, PostgreSQL, Redis, etc.).
Job StatusFilter by provisioning job status.

Active filters are displayed as chips above the services table. You can combine multiple filters simultaneously.


Service Actions

From the service detail view, use the dropdown in the top-right corner to perform actions:

ActionDescription
UpdateModify the service configuration and re-deploy.
Start / StopScale the individual service up or down. See Start & Stop Service.
DeleteRemove the service from the environment.
View YAMLView the rendered Kubernetes YAML manifest.