Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: Git repositories to learn how to develop microservices on k8s
3 points by erkanerol on Sept 7, 2018 | hide | past | favorite | 2 comments
I am looking for git repositories to learn how to develop microservices on k8s. Java and Go are preferred on the backend side.



On the Go side take a look at go-kit

https://github.com/go-kit/kit

You can get a lot of boilerplate out of the box, and it's not hard to extend it with more sophisticated features like custom server timeouts.

The New York Times has a nice set of Go microservice frameworks with simple server boilerplate also:

https://github.com/NYTimes/gizmo


Just FYI, microservices only make sense in an organizational context. They're a way to deal with scaling up very large number of developers working on one giant app.

If you're a sole developer you don't need to use microservices.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: