akka / akka-grpc

Akka gRPC
https://doc.akka.io/docs/akka-grpc/
Other
431 stars 124 forks source link

Guide to deployment with Kubernetes #381

Open TimMoore opened 6 years ago

TimMoore commented 6 years ago

It would be useful to have a documentation page or Tech Hub guide on deployment of an Akka gRPC application to Kubernetes, covering:

raboof commented 6 years ago

This work has started in http://github.com/akka/akka-grpc-sample-kubernetes-scala .

In currently uses Service Discovery for inter-service communication, but does not configure cluster bootstrap (https://github.com/akka/akka-grpc-sample-kubernetes-scala/issues/4) nor configures an ingress for HTTP/2 (https://github.com/akka/akka-grpc-sample-kubernetes-scala/issues/5).