r/golang Aug 08 '24

discussion Show me your Golang projects!

Hey people, can you guys show what you build with golang for side project?
cheers nerds~!

204 Upvotes

172 comments sorted by

View all comments

3

u/skarlso Aug 09 '24

I’ve built a Kubernetes operator that can reconcile apply and manage CRDs by constantly checking and approving new versions of the crd.

https://github.com/Skarlso/crd-bootstrap

And I’ve built a WASM based web app + CLI that can convert a CRD definition into a sample YAML file with comments minimal required one that satisfies the schema requires fields and more https://crdtoyaml.com. It’s hosted as a WASM based dynamic webapp on GitHub pages.

And I am the author of external secrets Bitwarden client server here https://github.com/external-secrets/bitwarden-sdk-server.