Tootfinder

Opt-in global Mastodon full text search. Join the index!

@frankel@mastodon.top
2025-05-16 08:14:00

#PlatformEngineering: Evolution or Rebranding? #DevOps
pulumi.com/blog/platform-eng-r

@guerda@ruhr.social
2025-07-17 13:20:54

Heute habe ich 24 Fehlversuche gebraucht, eine #GitLab Pipeline zu bauen. Wenn es beim 25. Mal funktioniert, weiß man: das war ein erfolgreicher Tag.
#devops #developer

@alsutton@snapp.social
2025-06-12 16:35:34

Thanks to the Dependency Track daily scan, vulnerabilities like this now get flagged pretty quickly so we can do an out-of-schedule dependency bump.
One less thing to worry about :)
#DevOps

@stephane_klein@social.coop
2025-07-11 16:23:30

J'ai découvert Kiln, un outil de gestion de secret basé sur Age.
#DevOps

@alsutton@snapp.social
2025-06-08 10:18:03

#devops rabbit hole for the weekend; Setting up a dependency analyser for monorepo. Turns out that with the right tools it’s not that difficult, and only costs the price of hosting some docker containers.
The parts of the puzzle are;

@castarco@hachyderm.io
2025-05-07 08:49:52

#DevOps people, Is there any well known good approach to combine #Terraform / #OpenTofu with #Ansible ?
I suppose most #cloud environments have relatively good & complete providers and perhaps that makes it easy to have single sources of truth and all that jazz... but I'm using #Hetzner's cloud and there are some things that can't be exported through datasources outputs (for example private IP addresses).
I had to script my way around, adding Moonrepo and Deno on top of that... but my setup is extremely custom and probably not taking advantage of some common practices in the field.