Anand Raja
Anand Raja

Reputation: 3108

What is the usage of rundeck, spinnaker and jenkins

Could anyone help me the relationship between rundeck, spinnaker and jenkins? I have seen jenkins for build and spinnaker for pipeline. And how this run deck is integrated and the usage of them.

I got some info from the below image how spinnaker and jenkins are related. But Run deck also integrated.

enter image description here

Ref: https://www.opsmx.com/what-is-spinnaker/

Upvotes: 1

Views: 607

Answers (1)

MegaDrive68k
MegaDrive68k

Reputation: 4325

Rundeck is focused on automation and operations, Jenkins on CI/CD, you can design workflows integrating Jenkins pipelines on automated Rundeck jobs, take a look at this.

Spinnaker: a multi-cloud continuous delivery platform for releasing software changes.

Rundeck: Enable anyone to safely execute self-service operations tasks. Spinnaker looks closer to Jenkins. With Rundeck you can automate everything, not only CI/CD pipelines.

In fact, you can integrate Rundeck with any other solution to deliver automated tasks and save time avoiding interruptions. This is a good example of that.

Upvotes: 1

Related Questions