This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(reference): Fill out reference page index (#98)
- Loading branch information
Showing
3 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,27 @@ | ||
--- | ||
layout: single | ||
title: "Cloud Providers" | ||
title: "Overview" | ||
sidebar: | ||
nav: reference | ||
--- | ||
|
||
links to providers | ||
{% include toc %} | ||
|
||
Once you're familar with the definition and setup of a [Cloud | ||
Provider](/setup/providers/), you can read these reference pages for | ||
information on how Spinnaker concepts map to those of the Cloud Provider, as | ||
well as how the various Spinnaker operations are performed at the Cloud | ||
Provider level. | ||
|
||
## Supported Providers | ||
|
||
These are the Cloud Providers currently supported by Spinnaker: | ||
|
||
* [App Engine](/reference/providers/) | ||
* [Amazon Web Services](/reference/providers/) | ||
* [Azure](/reference/providers/azure/) | ||
* [Google Compute Engine](/reference/providers/gce/) | ||
* [Kubernetes](/reference/providers/kubernetes/) | ||
* [Openstack](/reference/providers/openstack/) | ||
* [Oracle](/reference/providers/oracle/) | ||
* [Titus](/reference/providers/titus/) |