Tag open-source

 Like

Liked Getting Forked by Microsoft
Post details
Three years ago, I was part of a team responsible for developing and maintaining Kubernetes clusters for end user customers. A main source for downtime in customer environments occurred when image registries went down. The traditional way to solve this problem is to set up a stateful mirror, however we had to work within customer budget and time constraints which did not allow it. During a Black Friday, we started getting hit with a ton of traffic while GitHub container registries were down. This limited our ability to scale up the cluster as we depended on critical images from that registry. After this incident, I started thinking about a better way to avoid these scalability issues. A solution that did not need a stateful component and required minimal operational oversight. This is where the idea for Spegel came from.

 Repost

Reposted Thib (@thibaultamartin@mamot.fr)
Post details
Contributing to open source is a privilege. It doesn't mean you have cheated to do it or that you don't deserve praise for doing it! It only means that not everyone can do it. You need the skills, time and will to do it in addition to doing whatever you need to have a good life. Not everyone has that time. Not everyone works in the field. We must acknowledge it to meaningfully convey the value of open source in society. #opensource #privilege

 Note

For the last ~7 weeks on-and-off rewriting the documentation for oapi-codegen which has needed a fresh version for a bit of time. On top of that, I've spent pretty much the last two days solidly finishing it off, and am very glad to have just merged it!

Documentation can be difficult to do - especially if you're redoing it all in one go - but am hoping it's in a much better place for new and existing users alike!

Also introduces a CONTRIBUTING.md for the first time, and I ended up adding 14 new examples to the examples directory because I couldn't quite remember how things worked 😅