<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Spinnaker – Get Help</title>
    <link>https://deploy-preview-629--spinnaker-io.netlify.app/docs/community/get-help/</link>
    <description>Recent content in Get Help on Spinnaker</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="https://deploy-preview-629--spinnaker-io.netlify.app/docs/community/get-help/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Docs: Frequently Asked Questions</title>
      <link>https://deploy-preview-629--spinnaker-io.netlify.app/docs/community/get-help/faqs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://deploy-preview-629--spinnaker-io.netlify.app/docs/community/get-help/faqs/</guid>
      <description>
        
        
        &lt;h2 id=&#34;what-are-the-integrations-available-to-spinnaker&#34;&gt;What are the integrations available to Spinnaker?&lt;/h2&gt;
&lt;h3 id=&#34;cloud-providers&#34;&gt;Cloud providers&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Amazon Web Services&lt;/li&gt;
&lt;li&gt;Google Cloud Platform&lt;/li&gt;
&lt;li&gt;Cloud Foundry&lt;/li&gt;
&lt;li&gt;DC/OS&lt;/li&gt;
&lt;li&gt;Kubernetes&lt;/li&gt;
&lt;li&gt;Microsoft Azure&lt;/li&gt;
&lt;li&gt;Netflix Titus&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Others are avaialble via custom plugins.&lt;/p&gt;
&lt;h3 id=&#34;ci-platforms&#34;&gt;CI platforms&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Jenkins&lt;/li&gt;
&lt;li&gt;Travis&lt;/li&gt;
&lt;li&gt;AWS CodeBuild&lt;/li&gt;
&lt;li&gt;Concourse&lt;/li&gt;
&lt;li&gt;Google CodeBuild&lt;/li&gt;
&lt;li&gt;Artifactory&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;source-repositories&#34;&gt;Source repositories&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;GitHub&lt;/li&gt;
&lt;li&gt;BitBucket Server / Stash&lt;/li&gt;
&lt;li&gt;GitLab&lt;/li&gt;
&lt;li&gt;AND MORE!&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;messaging-support&#34;&gt;Messaging support&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Email&lt;/li&gt;
&lt;li&gt;Slack&lt;/li&gt;
&lt;li&gt;Twilio&lt;/li&gt;
&lt;li&gt;CDEvents&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;docker-registries&#34;&gt;Docker Registries&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Anything with support for the 
&lt;a href=&#34;https://docs.docker.com/registry/spec/api/&#34; target=&#34;_blank&#34;&gt;v2 Docker Registry API&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Any OCI Compliant registry&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you would like to add your own integration, we&amp;rsquo;re happy to help you out in the slack channel.&lt;/p&gt;
&lt;h2 id=&#34;i-want-to-build-my-own-cloud-provider-how-do-i-start&#34;&gt;I want to build my own cloud provider, how do I start?&lt;/h2&gt;
&lt;p&gt;Adding a new cloud provider is not a simple task. You would want to modify Clouddriver and Deck modules to support
your new cloud provider. AN example
of 
&lt;a href=&#34;https://github.com/spinnaker-plugin-examples/nomadPlugin/tree/master/nomad-clouddriver&#34; target=&#34;_blank&#34;&gt;nomad as a plugin&lt;/a&gt;
 has been
created though not fully functional as a starting area.&lt;/p&gt;
&lt;h2 id=&#34;how-do-i-store-my-spinnaker-application-in-version-control&#34;&gt;How do I store my Spinnaker application in version control?&lt;/h2&gt;
&lt;p&gt;There are two kinds of application metadata at play within Spinnaker.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Data unique to Spinnaker, e.g. pipelines and their execution state, active triggers, deployment strategies, etc.
Currently, these are stored inside SQL, but managing pipelines is a process managed externally with various solutions&lt;/li&gt;
&lt;li&gt;Data and relationships between different Spinnaker resources. These come entirely from data available from the
underlying platform (AWS, GCP, etc&amp;hellip;), and are derived from either
a. Platform state, e.g. instance health, load balancer and server group relationships, etc&amp;hellip;
b. Spinnaker&amp;rsquo;s naming conventions. For example, if you create a server group with name &lt;code&gt;myapp-dev-v000&lt;/code&gt;, Spinnaker
picks up this name from the platform and derives that you have an application &lt;code&gt;myapp&lt;/code&gt;, with a cluster named
&lt;code&gt;myapp-dev&lt;/code&gt;, which contains a single server group with version &lt;code&gt;v000&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;where-can-i-find-the-spinnaker-api&#34;&gt;Where can I find the Spinnaker API?&lt;/h2&gt;
&lt;p&gt;If you&amp;rsquo;ve installed Spinnaker, and the API server 
&lt;a href=&#34;https://github.com/spinnaker/spinnaker/tree/main/gate&#34; target=&#34;_blank&#34;&gt;Gate&lt;/a&gt;
 is running and accessible (
usually at &lt;code&gt;localhost:8084&lt;/code&gt;) navigate your browser to &lt;code&gt;&amp;lt;gate_endpoint&amp;gt;/swagger-ui.html&lt;/code&gt; for the auto-generated API docs.
By default this is 
&lt;a href=&#34;http://localhost:8084/swagger-ui.html&#34; target=&#34;_blank&#34;&gt;localhost:8084/swagger-ui.html&lt;/a&gt;
.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Docs: Governance</title>
      <link>https://deploy-preview-629--spinnaker-io.netlify.app/docs/community/get-help/governance/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://deploy-preview-629--spinnaker-io.netlify.app/docs/community/get-help/governance/</guid>
      <description>
        
        
        
      </description>
    </item>
    
  </channel>
</rss>
