It’s helpful for casual observers to understand all the pieces of the stack. You can get an immediate feel if the approach is right for you and your team.
And it’s helpful for engineers to have examples to reference copy when implementing the patterns themselves.
I’ve been working on project similar to this for go, gRPC and Envoy:
It’s helpful for casual observers to understand all the pieces of the stack. You can get an immediate feel if the approach is right for you and your team.
And it’s helpful for engineers to have examples to reference copy when implementing the patterns themselves.
I’ve been working on project similar to this for go, gRPC and Envoy:
https://github.com/nzoschke/gomesh
My project doesn’t go into deployment or K8. If I needed to figure that out I’d look at the OP project.
I also have a project that demonstrates Go and Lambda:
https://github.com/nzoschke/gofaas
If these help even a few engineers learn to be successful with the tools it’s a win.