Difference between revisions of "Spinnaker"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[wikipedia:Spinnaker (software)]] (2015, [[Kotlin]])
+
[[wikipedia:Spinnaker (software)]] (2015, [[Kotlin]]) [[continuous delivery]] software.
  
[[Docker]] installation:
+
Spinnaker is an open-source, multi-cloud continuous delivery platform that combines a powerful and flexible pipeline management system with integrations to the major cloud providers. <ref>https://spinnaker.io/</ref>
 +
 
 +
* Supported providers: [[App Engine]], [[AWS]], [[Azure]], [[Cloud Foundry]], [[DC/OS]], [[GCE]], [[Kubernetes]], [[Oracle]]
 +
 
 +
 
 +
* <code>[[hal deploy apply]]</code>
 +
* <code>[[hal deploy connect]]</code>
 +
* <code>[[hal config provider]] [[kubernetes]] enable</code>
 +
 
 +
* <code>[[hal config provider]] kubernetes account add my-k8s-account --context [[minikube]]</code>
 +
* <code>[[hal config deploy]] edit --type distributed --account-name my-k8s-account</code>
 +
 
 +
== [[Docker]] installation ==
 
  [[docker run]] -p 8084:8084 -p 9000:9000 \
 
  [[docker run]] -p 8084:8084 -p 9000:9000 \
 
     --name [[halyard]] --rm \
 
     --name [[halyard]] --rm \
Line 8: Line 20:
 
     [[gcr.io]]/spinnaker-marketplace/halyard:stable
 
     [[gcr.io]]/spinnaker-marketplace/halyard:stable
  
==Related terms ==
+
== Related terms ==
 
* [[Netflix]]
 
* [[Netflix]]
 
+
* [[Amazon EKS Workshop]]
  
 
== See also ==
 
== See also ==
 +
* {{Spinnaker}}
 
* {{CD}}
 
* {{CD}}
 
* {{CI}}
 
* {{CI}}

Latest revision as of 23:42, 24 May 2022

wikipedia:Spinnaker (software) (2015, Kotlin) continuous delivery software.

Spinnaker is an open-source, multi-cloud continuous delivery platform that combines a powerful and flexible pipeline management system with integrations to the major cloud providers. [1]


Docker installation[edit]

docker run -p 8084:8084 -p 9000:9000 \
   --name halyard --rm \
   -v ~/.hal:/home/spinnaker/.hal \
   -it \
   gcr.io/spinnaker-marketplace/halyard:stable

Related terms[edit]

See also[edit]

  • https://spinnaker.io/
  • Advertising: