[gRPC #17] Load balancing gRPC service with NGINX

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 22

  • @renatospaka
    @renatospaka Год назад

    This is by far the best nGinx hands-on ever. Thank you very much.
    What about you split server and client into two distincts apps, run them in Docker? This would emulate real life situation and would be fantastic to see.

  • @ducphd
    @ducphd Год назад +1

    tiếng anh của bác tốt quá, lúc đầu em đoán là người việt nói, nhưng sau đó nhìn thấy terminal mới dám chắc chắn :))

  • @nossandra
    @nossandra 4 года назад

    Thank you very much!

  • @niteshkumarsukumaran
    @niteshkumarsukumaran 3 года назад +1

    Hello! Thanks for the video! Does it work for streaming as well? Because every request goes thought nginx server does it overload the resource while streaming?

  • @teknolog7107
    @teknolog7107 4 года назад

    would you shoot a deploy video (don't heroku) exactly? and things like security tests. get ready to go live. Are you going to shoot a grpc-web video?

    • @TECHSCHOOLGURU
      @TECHSCHOOLGURU  4 года назад +1

      Thanks for the suggestion. It's not in my plan yet, but I will think about that.

  • @alexandervasilenko7773
    @alexandervasilenko7773 4 года назад

    Really cool and useful channel, but I don't understand why there is so small rating?

    • @TECHSCHOOLGURU
      @TECHSCHOOLGURU  4 года назад

      Thanks. The channel is new, so there's not many people know about it yet. I hope it will grow over time.

  • @i-am-learning-life
    @i-am-learning-life 4 года назад

    Can you make an example for making communication between microservices using jwt

    • @TECHSCHOOLGURU
      @TECHSCHOOLGURU  4 года назад

      Hi Arjun, there's already a video about JWT (lecture 15): ruclips.net/video/kVpB-uH6X-s/видео.html

    • @i-am-learning-life
      @i-am-learning-life 4 года назад

      @@TECHSCHOOLGURU implementing middle ware and communicating between two micro services

  • @_thehunter_
    @_thehunter_ 4 года назад

    very informative videos, learnt a lot.. any plans for Client Side LB?

    • @TECHSCHOOLGURU
      @TECHSCHOOLGURU  4 года назад

      Thanks. No plans for it at the moment, but will try if I have time in the future.

    • @_thehunter_
      @_thehunter_ 4 года назад +1

      @@TECHSCHOOLGURU Thanks... one suggestion, you should write a book on grpc, I have gRPC up and running by O'Reilly and its some what similar with this series, but this series has better examples and more information... neways thanks again

  • @akashjain7378
    @akashjain7378 3 года назад +1

    I get this error after introducing nginx -> failed to create auth interceptor rpc error: code = Internal desc = Bad Request: HTTP status code 400; transport: received the unexpected content-type "text/html"

    • @TECHSCHOOLGURU
      @TECHSCHOOLGURU  3 года назад

      Hi Akash,
      If it returns text/html then it's possible that the request doesn't reach your gRPC server. You can check the logs on your gRPC server and nginx to verify that. Also, make sure your nginx is configured properly.

    • @HelloWorld-tn1tl
      @HelloWorld-tn1tl 2 года назад

      Get same error, just remove "ssl_verify_client on;", then it works.

  • @sacredforcemeditation3677
    @sacredforcemeditation3677 4 года назад

    Its amazing tutorial! would you show how to use gRPC (java) in keep-alive type connection with Client and Client-Side LB?

    • @TECHSCHOOLGURU
      @TECHSCHOOLGURU  4 года назад

      Thanks for the suggestion. I will try to make a video about client side LB when I have time.

  • @miazmat
    @miazmat Год назад

    b