I am trying to configure linkerd, and consul to load balance my GRPC service, I am finding it difficult to configure. Could any one please help me to figure it out that what I am doing wrong or if I am missing something? Everything is running as Docker container.
Hey @nikeshgupta I noticed that your configuration looks very similar to this linkerd example. One thing that I noticed that was different was the ports linkerd used to listen to requests. It would be good to try changing this to 4140 and also make sure the linkerd service in the docker-compose file exposes the same port as well. In regards to figuring out the correct configuration, what errors are you seeing in the logs? Is there any information in the logs from the linkerd image that may provide additional clues?
Thanks for your response. The way yo suggested to use the port number, I did it but not success so far. And from the logs of linkerd image I couldn’t figure it out that if something is wrong there.
I am completely lost while trying to make it working