Your First Application

This guide should tell you:

At First Glance

When you first log in to Spinnaker, the landing page should look like this:

The navigation bar at the top allows you to access Projects, Applications, and Infrastructure. The search bar allows you to search through your Infrastructure. (this search bar will find everything in all of your AWS Infrastructure)

Spinnaker should scan all of your infrastructure and create applications for anything that it finds. If you enter an application this way that was not configured by Spinnaker, it should state that the application has not been configured.

Note: The naming convention that you have been using is not necessarily the same one that Spinnaker uses, but accessing your applications through Spinnaker should allow you to configure it to your preferences. Remember that Spinnaker considers an application to be anything you would put into a single code repository.

Making an Application

Step 1: Enter Applications from your Navigation bar.

Step 2: Click the “Actions” button and select from the drop-down menu “Create Application”

Step 3: Fill out the pop-up form with desired user definitions.

Notes:

  • The name of the application cannot have hyphens. Using a hyphen in the application name interferes with the naming convention. This applies to all types of applications except for those that use the Kubernetes V2 provider to deploy.
  • The Account(s) can include your AWS account and your Docker registry.
  • When you create an application in Spinnaker, consider it to be anything you would put into a single code repository.

Step 4: After you fill out the form you should see this:

Step 5: If you wish to modify the settings for the application, click on “Config” for configurations.

Note that by now you should have created an application, but as you have not created a pipeline and executed it, nothing should show up yet.

Deleting an Application

Go to your application, click on “Config” and scroll all the way down. There will be a prompt to confirm if you would like to delete your application.