Difference between revisions of "Spinnaker"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
 
* <code>[[hal config provider]] [[kubernetes]] enable</code>
 
* <code>[[hal config provider]] [[kubernetes]] enable</code>
  
<pre>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</pre>
+
* <code>hal config deploy edit --type distributed --account-name my-k8s-account</code>
  
 
== [[Docker]] installation ==
 
== [[Docker]] installation ==

Revision as of 09:01, 19 July 2021

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]


  • hal config provider kubernetes account add my-k8s-account --context minikube
  • hal config deploy edit --type distributed --account-name my-k8s-account

Docker installation

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

See also

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