Does garden replace Dagger.io or complement it?
# 🤖|ask-kapa
m
Please stand by @tall-hair-97318 as I search the knowledge base. I normally take about 20 seconds or so. :wave:
---------------------- Hmm, I don't know enough to give you a confident answer yet. The provided extracts do not mention Dagger.io, so I can't definitively say whether Garden replaces or complements it. However, Garden is designed to streamline the process of managing and operating microservices architectures. It automates the process of building, deploying, developing, and testing applications. It's not intended to replace traditional CI systems but rather to simplify tasks within CI pipelines. For more information, you might find the Garden documentation () helpful. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
Let me check the knowledge base for you. One moment! :books:
t
@microscopic-river-74022 Can garden offload the CI part in general?
m
---------------------- Garden is not intended to replace traditional CI systems. In fact, the most common use-case for Garden is to use it within CI pipelines. Garden can automate the process of building, deploying, and testing a graph of components, which can greatly simplify tasks within CI pipelines. For example, it can help in creating ephemeral environments for every pull request, deploying to a staging environment on merges to the main branch, and running test suites involving one or more runtime components. However, Garden does not offload the CI part entirely. It's designed to work in conjunction with CI systems to streamline and simplify the process. It can reduce the amount of YAML in CI pipeline definitions, as deploying an environment or running a test suite can be done with simple commands like
garden deploy
or
garden test
. Developers and DevOps engineers can also run Garden from their development machines to reproduce anything that goes wrong in CI, eliminating the need to repeatedly re-trigger pipelines to see if a fix works. For more information, you can refer to the Garden documentation (). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
2 Views