Application Service View

This is an older version of the document. To view the most recent version of the document, click here.

A service can have one or more pipelines deploying it to different environments. When a pipeline contains a deploy stage, that is when we can assume that it is deploying the service to some environment. One pipeline can have multiple deploy stages deploying the service to multiple environments or the service can utilize multiple pipelines to do the same thing. This is where the Application service view helps you to view all the deployment details including the following:

  • Details of the environments in which the services are deployed.

  • Number of deployments for the application.

  • Details of the Current deployment and deployment history.

  • Detailed view of the different connectors and gates in sequence.

  • Status of the deployment as success and failure.

  • OES-Customconnector details are shown if the integrator is added in Spinnaker for synced Spinnaker applications.

  • Details of evaluated policies to reach the deployment.

To view the Deployment details, click the Deployment tab on the application dashboard as shown below:

The Deployment details screen will appear as shown below:

The above screen shown the following details:

  • The number of environments of that application. In this example 2, UNKONOWN and STAGING.

  • The number of services of the application. In this example 3, DEV, PROD and QA.

  • The number of deployments with details in the Deployment History table. In this example 13. The deployment history is shown below:

Now to view and compare the Current Deployment and the previous deployments, click the row of the environment for which you want to view. For example - You want to view for the QA service under the Staging environment. Refer to the image below:

The Deployment history will appear as shown below:

Now to view the details of the current deployment click on the row for which you want to view. Refer to the image below:

The details will appear as shown below:

In the above screen, you can also view the details of the different connectors and gates. In this example - The pipeline has 2 connectors as GIT and JIRA and 3 gates as POLICY, VERIFICATION and APPROVAL.

You can also click the row of the connector to view the details. For example - If you click the row of GIT it will take you to the GitHub repository.

Similarly, if you want to view the details of the gates, click on the row of the gate. For example, if you want to view the details of the approval gate click the row as shown below:

It will take you the approval gate details as shown below:

Last updated