stefanprodan / podinfo

Go microservice template for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add gPRC API

stefanprodan opened this issue · comments

Implement a gPRC version of the API (on a different port) for podinfo and generate the client in podcli.

@stefanprodan I would like to take up this issue.

looks like https://github.com/grpc/grpc-go/tree/master/health will give us the health check mentioned in fluxcd/flagger#278 for free so that's an easy win.