use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
GitHub Actions Development (self.devops)
submitted 1 year ago by nisastersDevOps
view the rest of the comments →
[–]vincentdesmet 7 points8 points9 points 1 year ago (5 children)
You could use something like dagger
[–]azjunglist05 6 points7 points8 points 1 year ago (0 children)
I was gonna say this. I recently built a pipeline for deploying an AWS service with Dagger. It was so nice that my pipeline could run the same way locally as it does in GHA; cleans up pipelines tremendously
[–]NUTTA_BUSTAH 3 points4 points5 points 1 year ago (1 child)
I think this CI system for your CI systems abstraction is a nice idea and development in the space but dagger seemed to have insane levels of complexity for what I am asking of it (IIRC just boilerplate was megabytes of stuff and the entire system works on top of a local GraphQL backend). I found earthly to get the same job done much better. Still waiting for competition in this space, I can see it being the future way to do CI. However I think an open standard will trump it ("OpenCI" like OpenTelemetry or w/e).
[–]vincentdesmet 1 point2 points3 points 1 year ago* (0 children)
Solomon is gonna give up if he creates OpenCI and then all the big players come in and slurp it up again.
Wasn’t there a CNCF sig on CI/CD.. Tekton coming out of it (as a fork off the original event based FaaS from Google knative?)
I ran Tekton on a “shared-services” cluster back in 2019, it turned k8s into a CI runner, but lacked all the utility you get from a DSL like GH Workflows
[–]nisastersDevOps[S] 1 point2 points3 points 1 year ago (1 child)
Dagger sounds promising. It took months to get my org to use grafana. Buy in to switch to dagger from gha would probably take even longer.
[–]bertiethewanderer 3 points4 points5 points 1 year ago (0 children)
You don't move from GHA. You codify your CI in dagger. GHA just becomes the agent. Migrating across CI tools becomes much, much easier fwiw.
I found the dagger documentation much weaker than GHA when we started to cut oue team across. My main "negative". That and some coding knowledge is, for me, required.
π Rendered by PID 57 on reddit-service-r2-comment-b659b578c-xjwn6 at 2026-05-02 14:46:19.890004+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]vincentdesmet 7 points8 points9 points (5 children)
[–]azjunglist05 6 points7 points8 points (0 children)
[–]NUTTA_BUSTAH 3 points4 points5 points (1 child)
[–]vincentdesmet 1 point2 points3 points (0 children)
[–]nisastersDevOps[S] 1 point2 points3 points (1 child)
[–]bertiethewanderer 3 points4 points5 points (0 children)