Dagger: The Universal CI/CD Tool

preview_player
Показать описание
Can Dagger change the way we write CI/CD Pipelines?

CI/CD Pipelines have become an essential part of our software development lifecycle. While they make releasing reliable software a lot easier, they add a a degree of complexity and introduce a bit of a learning curve for development teams.

Dagger aims to solve much of these challenges by standardizing the way we write CI/CD Pipelines. In this video we'll explore what Dagger is and how it makes working with CI/CD pipelines a lot easier.

----------------------------------
Correction:
In the video I mentioned that Dagger has a hard dependency on Docker. That is incorrect. Dagger has a hard dependency on buildkit. Docker is just a convenient way to get started.

----------------------------------
Chapters:
00:00 - Introduction
01:14 - The Promise of Dagger
01:47 - Promise of Portability
02:32 - Promise of Extensibility
04:56 - Pros of Dagger
06:43 - Cons of Dagger
08:36 - Should you use it?

----------------------------------
Related Videos:

#YourTechBud #DevOps #Dagger #CICD
Рекомендации по теме
Комментарии
Автор

Dagger is an amazing way to write CICD pipelines. Want to highlight one correction.

I mentioned that Dagger needs Docker to work. Thats incorrect. The only dependency Dagger has is Buildkit. Docker is just a convenient way to get started.

YourTechBudCodes
Автор

Worth to mention: "As 2023 winds down, we're also bidding goodbye to an important part of Dagger history: the Dagger CUE SDK." So no more CUE with Dagger. Which perhaps simplifies the things...

Jarek.
Автор

Nice video, mate! Good information, great energy!

jeroenkroese
Автор

Great video and explanation about dagger, I'm eager to try it out and make a video about it as well. Great work!

PeladoNerd
Автор

Great video subscribed to your channel for more great info. If im not misunderstanding this, we can actually write pipelines and call them write in the source code using the sdk. Which is a gamechanger. Maybe im wrong about it but if not, changes completely the way we do devops.

lucasvazquez-sklv
Автор

Thank you for the Video. Very interesting.
You say that you pushed an example pipeline to GitHub. Where can I find the link?

chrisre