Configure Everything Else
Once Spinnaker is configured, you can enable additional functionality. For example, connect Spinnaker to your continuous integration system.
You’ve installed and configured Spinnaker , but there are still a few other things to set up:
- Configure your image bakery
- Enable security (auth/auth) for your Spinnaker installation
- Set up continuous integration
- Enable monitoring
- And there are a couple of extra features that you can enable
Server Group Launch Settings
Configure instance configuration for your server groups.
Configure Artifacts
Artifacts are remote, deployable resources in Spinnaker.
Bakery
Spinnaker includes Hashicorp’s Packer as a default image bakery.
Security
Spinnaker has multiple options for both authentication and authorization
Set Up Triggers
You can configure Spinnaker to automatically perform actions based on certain triggers.
Install and Configure Spin CLI
In addition to the UI and API, you can use the spin CLI to manage applications and pipelines
CI
Spinnaker can listen to events and collect artifacts produced by external Continuous Integration (CI) systems.
Logging
Spinnaker supports custom log configuration including structured logging.
Monitoring
Each Spinnaker microservice is instrumented with numerous metrics exposed via a built in endpoint.
Set up Canary Analysis Support
Set up Automated Canary Analysis to perform Canary deployments with Spinnaker.
Additional Features
Configure additional features like notifications, user data, Slack support.
Clouddriver Account Management
Clouddriver can load and store accounts in a database for dynamic account management.
External Account Configuration
You can manage some Spinnaker configurations externally, which allows you to load them dynamically.
Last modified May 4, 2021: rest of migration (700781a)