Get Started Using Spinnaker

Get started using Spinnaker

This article assumes you are new to Spinnaker. It contains basic information about what to do after Spinnaker is installed .

Before you get going…

Whether you’re an operator or admin installing or managing Spinnaker or an end user getting started using Spinnaker, here are some pointers to get you started.

Operators (managing Spinnaker)

Users (deploying with Spinnaker)

  • If you want to try out Spinnaker, here are some quickstarts .

  • If Spinnaker is already installed in your organization, and you want to practice it using some guided tutorials, here are codelabs .

  • If you want a basic overview of how to use Spinnaker, the high-level process is described below.

Using Spinnaker: the high-level process

  1. Create an application

    Typically, you’ll have one application per microservice.

    Note: Your application configuration affects what you can do with Spinnaker—you can enable or disable some Spinnaker features.

  2. Define the infrastructure the service will run on

    You define infrastructure for each application. Your pipelines deploy services to the server groups you define.

    Note: This step is not a prerequisite for creating pipelines. In fact, you can use pipelines to create infrastructure.

  3. Create a pipeline

    Create all the pipelines you need to deploy the service or services covered by the application, in whatever ways you want to deploy.

    Learn more in the Managing pipelines guide .

  4. Run your pipeline to deploy your service

    You can run a pipeline manually, but most pipelines are triggered automatically .

  5. For practice, and to see some sample deployment scenarios, check out our codelabs .

Last modified December 13, 2021: Update index.md (#166) (97fd723)