<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Providers on Spinnaker</title>
		<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/</link>
		<description>Recent content in Providers on Spinnaker</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<atom:link href="https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Amazon ECS</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/ecs/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/ecs/</guid>
				<description>&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;server-group&#34;&gt;Server group&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;server group&lt;/strong&gt; maps to an &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html#service_concepts&#34; target=&#34;_blank&#34;&gt;Amazon ECS service&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;There are two ways to specify server group settings for Amazon ECS:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Inputs (default)&lt;/strong&gt;:&#xA;Specify the container image, resource limits, and other settings needed to create an &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definitions.html&#34; target=&#34;_blank&#34;&gt;Amazon ECS task definition&lt;/a&gt;&#xA; and &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html#service_concepts&#34; target=&#34;_blank&#34;&gt;service&lt;/a&gt;&#xA; directly in the server group. This option supports deploying one container per Amazon ECS task (equivalent to a Spinnaker &amp;ldquo;instance&amp;rdquo;).&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Artifact (supported as of 1.15.0)&lt;/strong&gt;:&#xA;Specify a pipeline artifact to use as an Amazon ECS task definition for the service. The artifact should be a JSON file in the format of an Amazon ECS &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RegisterTaskDefinition.html&#34; target=&#34;_blank&#34;&gt;Register Task Definiton request&lt;/a&gt;&#xA;. This option also requires that you specify &lt;code&gt;containerName&lt;/code&gt;:&lt;code&gt;imageDescription&lt;/code&gt; mappings for each image in your pipeline that you want to be deployed within the service. You can deploy multiple containers (up to 10) per Amazon ECS task using this option.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Amazon Web Services</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/aws/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/aws/</guid>
				<description>&lt;p&gt;Reference documentation coming soon!&lt;/p&gt;&#xA;&lt;p&gt;See setup &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/aws/&#34;&gt;here&lt;/a&gt;&#xA;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Azure</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/azure/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/azure/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;If you are not familiar with Azure or any of the terms used below, please consult the Azure &#xA;&lt;a href=&#34;https://docs.microsoft.com/en-us/azure/&#34; target=&#34;_blank&#34;&gt;reference documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;account&#34;&gt;Account&lt;/h3&gt;&#xA;&lt;p&gt;In &#xA;&lt;a href=&#34;https://azure.microsoft.com/&#34; target=&#34;_blank&#34;&gt;Azure&lt;/a&gt;&#xA; (AZ), an &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA;&#xA;maps to a credential able to authenticate against a given &#xA;&lt;a href=&#34;https://azure.microsoft.com/&#34; target=&#34;_blank&#34;&gt;Azure&lt;/a&gt;&#xA; (AZ)&#xA;project - see the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/azure&#34;&gt;setup guide&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;load-balancer&#34;&gt;Load Balancer&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;load balancer&lt;/strong&gt; maps to an Azure &#xA;&lt;a href=&#34;https://azure.microsoft.com/services/application-gateway/&#34; target=&#34;_blank&#34;&gt;Application Gateway&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;server-group&#34;&gt;Server Group&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;server group&lt;/strong&gt; maps to an Azure&#xA;&#xA;&lt;a href=&#34;https://azure.microsoft.com/services/virtual-machine-scale-sets/&#34; target=&#34;_blank&#34;&gt;Virtual Machine Scale Set&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;instance&#34;&gt;Instance&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;instance&lt;/strong&gt; maps to an Azure &#xA;&lt;a href=&#34;https://azure.microsoft.com/services/virtual-machines/&#34; target=&#34;_blank&#34;&gt;Virtual Machine Instance&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Cloud Foundry</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/cf/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/cf/</guid>
				<description>&lt;p&gt;If you are not familiar with Cloud Foundry (CF) or any of the terms used below, please consult &#xA;&lt;a href=&#34;https://docs.cloudfoundry.org&#34; target=&#34;_blank&#34;&gt;Cloud Foundry&amp;rsquo;s reference documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;account&#34;&gt;Account&lt;/h3&gt;&#xA;&lt;p&gt;In CF, an Account maps to a user account on a CF foundation (where a foundation is a BOSH Director and all the VMs it deploys). This user account is provided via configuration to Spinnaker, and Spinnaker&amp;rsquo;s privileges are determined by the CF user account&amp;rsquo;s permissions; for example, Spinnaker can manage CF apps across all of the &#xA;&lt;a href=&#34;https://docs.cloudfoundry.org/concepts/roles.html&#34; target=&#34;_blank&#34;&gt;orgs and spaces&lt;/a&gt;&#xA; which its CF user account can access.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google App Engine</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/appengine/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/appengine/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;If you are not familiar with App Engine or any of the terms used below, please consult App Engine&amp;rsquo;s &#xA;&lt;a href=&#34;https://cloud.google.com/appengine/docs&#34; target=&#34;_blank&#34;&gt;reference documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;account&#34;&gt;Account&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;account&lt;/strong&gt; maps to a single App Engine &lt;strong&gt;application&lt;/strong&gt;, a top-level resource that contains&#xA;services, versions, and instances. Spinnaker authenticates itself with App Engine&#xA;using service account credentials for a Google Cloud Platform project -&#xA;see the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/appengine&#34;&gt;setup guide&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;load-balancer&#34;&gt;Load Balancer&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;load balancer&lt;/strong&gt; maps to an App Engine &lt;strong&gt;service&lt;/strong&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Cloud Run</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/cloudrun/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/cloudrun/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;If you are not familiar with Cloud Run or any of the terms used below, please consult Cloud Run&amp;rsquo;s &#xA;&lt;a href=&#34;https://cloud.google.com/run/docs&#34; target=&#34;_blank&#34;&gt;reference documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;account&#34;&gt;Account&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;account&lt;/strong&gt; maps to a single Cloud Run &lt;strong&gt;application&lt;/strong&gt;, a top-level resource that contains&#xA;services, versions, and instances. Spinnaker authenticates itself with Cloud Run&#xA;using service account credentials for a Google Cloud Platform project -&#xA;see the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/cloudrun&#34;&gt;setup guide&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;load-balancer&#34;&gt;Load Balancer&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;load balancer&lt;/strong&gt; maps to an Cloud Run &lt;strong&gt;service&lt;/strong&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Compute Engine</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/gce/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/gce/</guid>
				<description>&lt;p&gt;If you are not familiar with Google Compute Engine or any of the terms used below, please consult&#xA;Compute Engine&amp;rsquo;s &#xA;&lt;a href=&#34;https://cloud.google.com/compute&#34; target=&#34;_blank&#34;&gt;reference documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;account&#34;&gt;Account&lt;/h3&gt;&#xA;&lt;p&gt;In &#xA;&lt;a href=&#34;https://cloud.google.com/compute&#34; target=&#34;_blank&#34;&gt;Google Compute Engine&lt;/a&gt;&#xA; (GCE), an &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA;&#xA;maps to a credential able to authenticate against a given &#xA;&lt;a href=&#34;https://cloud.google.com/&#34; target=&#34;_blank&#34;&gt;Google Cloud Platform&lt;/a&gt;&#xA; (GCP)&#xA;project - see the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/gce&#34;&gt;setup guide&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;load-balancer&#34;&gt;Load Balancer&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;load balancer&lt;/strong&gt; maps to a GCE &#xA;&lt;a href=&#34;https://cloud.google.com/compute/docs/load-balancing/&#34; target=&#34;_blank&#34;&gt;load balancer&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;GCE supports many different types of load balancers, including: HTTPS(S), SSL Proxy, Network and Internal. Each of these&#xA;is supported by Spinnaker.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Kubernetes Provider Overview</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/kubernetes/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/kubernetes/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;If you&amp;rsquo;re unfamiliar with Kubernetes terminology, see the &#xA;&lt;a href=&#34;https://kubernetes.io/docs/home/&#34; target=&#34;_blank&#34;&gt;Kubernetes documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;This article describes how the Kubernetes provider works and how it differs&#xA;from other providers in Spinnaker. If you&amp;rsquo;re unfamiliar with Kubernetes&#xA;terminology, see the &#xA;&lt;a href=&#34;https://kubernetes.io/docs/home/&#34; target=&#34;_blank&#34;&gt;Kubernetes&#xA;documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-manifest-based-approach&#34;&gt;The manifest-based approach&lt;/h2&gt;&#xA;&lt;p&gt;The Kubernetes provider combines the strengths of Kubernetes&amp;rsquo;s &#xA;&lt;a href=&#34;https://kubernetes.io/docs/tutorials/object-management-kubectl/declarative-object-management-configuration/&#34; target=&#34;_blank&#34;&gt;declarative&#xA;infrastructure&#xA;management&lt;/a&gt;&#xA;&#xA;with Spinnaker&amp;rsquo;s workflow engine for imperative steps when you need them. You&#xA;can fully specify all your infrastructure in the native Kubernetes manifest&#xA;format but still express, for example, a multi-region canary-driven rollout.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Oracle Cloud</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/oracle/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/oracle/</guid>
				<description>&lt;p&gt;For more information about Oracle Cloud or any of the terms used below, please consult&#xA;&#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/home.htm&#34; target=&#34;_blank&#34;&gt;Oracle Cloud Infrastructure Documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;account&#34;&gt;Account&lt;/h3&gt;&#xA;&lt;p&gt;The Oracle Cloud provider in Spinnaker maps a Spinnaker &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA;&#xA;to an &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/addingusers.htm&#34; target=&#34;_blank&#34;&gt;Oracle Cloud Infrastructure user&lt;/a&gt;&#xA; in&#xA;&#xA;&lt;a href=&#34;https://cloud.oracle.com/&#34; target=&#34;_blank&#34;&gt;Oracle Cloud Infrastructure&lt;/a&gt;&#xA; (OCI).&#xA;Spinnaker authenticates itself with Oracle Cloud using OCI user credentials -&#xA;see the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/oracle&#34;&gt;setup guide&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;load-balancer&#34;&gt;Load Balancer&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;load balancer&lt;/strong&gt; maps to an &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm&#34; target=&#34;_blank&#34;&gt;OCI Load Balancer&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;The OCI Load Balancing service offers a load balancer with your choice of a public or private IP&#xA;address, and provisioned bandwidth. The essential components for load balancing include:&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
