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 Жыл бұрын
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 :))
@TECHSCHOOLGURU Жыл бұрын
Thanks :D
@niteshkumarsukumaran3 жыл бұрын
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?
@nossandra4 жыл бұрын
Thank you very much!
@TECHSCHOOLGURU4 жыл бұрын
Welcome!
@teknolog71074 жыл бұрын
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?
@TECHSCHOOLGURU4 жыл бұрын
Thanks for the suggestion. It's not in my plan yet, but I will think about that.
@_thehunter_4 жыл бұрын
very informative videos, learnt a lot.. any plans for Client Side LB?
@TECHSCHOOLGURU4 жыл бұрын
Thanks. No plans for it at the moment, but will try if I have time in the future.
@_thehunter_4 жыл бұрын
@@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
@sacredforcemeditation36774 жыл бұрын
Its amazing tutorial! would you show how to use gRPC (java) in keep-alive type connection with Client and Client-Side LB?
@TECHSCHOOLGURU4 жыл бұрын
Thanks for the suggestion. I will try to make a video about client side LB when I have time.
@i-am-learning-life4 жыл бұрын
Can you make an example for making communication between microservices using jwt
@TECHSCHOOLGURU4 жыл бұрын
Hi Arjun, there's already a video about JWT (lecture 15): kzbin.info/www/bejne/oYfTc2CrfZuLY9U
@i-am-learning-life4 жыл бұрын
@@TECHSCHOOLGURU implementing middle ware and communicating between two micro services
@akashjain73783 жыл бұрын
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"
@TECHSCHOOLGURU3 жыл бұрын
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 Жыл бұрын
Get same error, just remove "ssl_verify_client on;", then it works.
@alexandervasilenko77734 жыл бұрын
Really cool and useful channel, but I don't understand why there is so small rating?
@TECHSCHOOLGURU4 жыл бұрын
Thanks. The channel is new, so there's not many people know about it yet. I hope it will grow over time.