grpc-ecosystem / grpc-simon-says

Multiplayer Simon Says game using bidirectional gRPC streaming
Apache License 2.0
133 stars 34 forks source link

Updates to gRPC 1.0 and Kubernetes Deployments #8

Closed markmandel closed 7 years ago

markmandel commented 7 years ago

This commit moves the go dependencies to gRPC 1.0, as well as switching to using the official gRPC Docker images for development.

On top of this, ReplicaControllers have been removed in favour of ReplicaSets/Deployments.

markmandel commented 7 years ago

This PR will fix #4