Re: [go-nuts] gRPC [Kubernetes] FOSS projects

2017-01-30 Thread davidpbaerg
The open source backend code for The Things Network uses gRPC for communication between the three (or maybe more now) different components of the server that communicate with each other in a serial, bidirectional fashion -- You received this message because you are subscribed to the Google Grou

Re: [go-nuts] gRPC [Kubernetes] FOSS projects

2017-01-29 Thread Alejandro Sanchez Acosta
: golang-nuts Subject: [go-nuts] gRPC [Kubernetes] FOSS projects Hi I am looking for any FOSS projects (or a tutorial) which covers the following end-to-end aspects of gRPC services (implemented via golang) 1) Authentication and Session management 2) Deployment of these gRPC services via kubernetes

[go-nuts] gRPC [Kubernetes] FOSS projects

2017-01-29 Thread sankar2u
Hi I am looking for any FOSS projects (or a tutorial) which covers the following end-to-end aspects of gRPC services (implemented via golang) 1) Authentication and Session management 2) Deployment of these gRPC services via kubernetes locally as well as in production 3) Testing practices for th