diff --git a/docs/src/main/paradox/project/examples.md b/docs/src/main/paradox/project/examples.md index 5707db39e80..c4e1be95ea9 100644 --- a/docs/src/main/paradox/project/examples.md +++ b/docs/src/main/paradox/project/examples.md @@ -78,6 +78,12 @@ This sample illustrates how to form a Pekko Cluster with Pekko Bootstrap when ru This project demonstrates the work pulling pattern using Pekko Cluster. +## gRPC on Kubernetes + +@extref[gRPC on Kubernetes example project](samples:pekko-sample-grpc-kubernetes-scala) + +This project demonstrates how to build services using gRPC module running on Kubernetes. + ## Kafka to Cluster Sharding @extref[Kafka to Cluster Sharding example project](samples:pekko-sample-kafka-to-sharding-scala) diff --git a/docs/src/main/paradox/typed/guide/modules.md b/docs/src/main/paradox/typed/guide/modules.md index c4ff93c8edb..a03dd725f89 100644 --- a/docs/src/main/paradox/typed/guide/modules.md +++ b/docs/src/main/paradox/typed/guide/modules.md @@ -272,6 +272,8 @@ Some of the challenges that HTTP tackles: This library provides an implementation of gRPC that integrates nicely with the @ref:[HTTP](#http) and @ref:[Streams](#streams) modules. It is capable of generating both client and server-side artifacts from protobuf service definitions, which can then be exposed using Pekko HTTP, and handled using Streams. +A sample using the gRPC module can be found at: @extref[gRPC on Kubernetes example project](samples:pekko-sample-grpc-kubernetes-scala) + Some of the challenges that Pekko gRPC tackles: * Exposing services with all the benefits of gRPC & protobuf: