TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Goose, a service to simplify adding gitops functionality to systems

3 pointsby justinlillyabout 3 years ago

1 comment

geoahabout 3 years ago
Thank you for sharing this. It’s really nice to see ways other people might be solving similar problems, and open sourcing something early on is really a great way of seeing the evolution of such tools.<p>Configuration files with gitops is always a very interesting problem whatever your underlying infra is. In my current places we’re getting them copied into gcs, importing them into databases, and even making them into config maps. Having the ability to abstract this a bit is an interesting proposition.<p>If you wouldn’t mind sharing a bit more on the flow you are using this in, did you have the need to push different configs to different environments? And if so, do you just ended up having different patterns and urls for each env, or is there a nicer way to do this with goose?