Hi

I'm running a grpc-java application in a kubernetes cluster on gke. This 
application listens for request from the user, reads google cloud bigtable over 
grpc using the official bigtable client and trouble with the rows scanned with 
some simple parsing. It seems like whenever I run the server process on my 
laptop with 8 cores and 4gb heap everything is really fast but on the 
kubernetes cluster with resource sizes at 4 GB and 2 cores I consistently see 
very high latencies in addition to long pauses in RPC. 

Is there any guidance on what size pods I should run a grpc container. What 
should I look for in terms of monitoring?

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/81ee34e0-8481-47db-8536-9f467aa5b530%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to