Difference between revisions of "Spinnaker"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
* <code>[[hal config provider]] [[kubernetes]] enable</code>
 
* <code>[[hal config provider]] [[kubernetes]] enable</code>
  
<code> hal config provider kubernetes account add my-k8s-account --context [[minikube]]
+
* <code>[[hal config provider]] kubernetes account add my-k8s-account --context [[minikube]]</code>
hal config deploy edit --type distributed --account-name my-k8s-account</code>
+
* <code>[[hal config deploy]] edit --type distributed --account-name my-k8s-account</code>
  
 
== [[Docker]] installation ==
 
== [[Docker]] installation ==
Line 20: 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: