Thanks for the video , How to enable any alerts or monitoring of microservices deployed on GKE , especially the latency or microservice response alerts etc.
Hi Rahul, Hope you are doing good. I have a very small doubt which I have been facing for so many days and did not find any solution regarding that. I have created a three-node cluster on GCP containing one Master and two worker-node. Created an Nginx Pod and expose it to NodePort service but the challenge now is. I can curl it with the given IP but can't access it in the browser. So if you have any idea or solution with regards to the above problem then it would be a great help. Thanks.
If you are using GCP then do not use NodePort to expose your service. Use load balancer to expose your service because loadbalancer will give dynamic public ip address and you can use that public ip address to access your service
@@RahulWagh I agree with you to use the load balancer. But the problem was not that . Like I mentioned above the challenge I was facing before. However, I finally resolved the issue. and thanks once again for you help.. May God Bless you..Take care
@@RahulWagh Great ! All examples on the web are about 1 nicroservice . They never talk about communication between microservices, service discovery and etc .So it will be a great idea abd ver helpful to do that !
Nice explanation and content
Glad you liked it
Awesome job. Thank you
Glad it worked for you
Thank you for the video..learned a lot ❤️
You’re welcome 😊
Thanks for the video , How to enable any alerts or monitoring of microservices deployed on GKE , especially the latency or microservice response alerts etc.
not able to connect external IP of cluster
Hi Rahul,
Hope you are doing good.
I have a very small doubt which I have been facing for so many days and did not find any solution regarding that.
I have created a three-node cluster on GCP containing one Master and two worker-node.
Created an Nginx Pod and expose it to NodePort service but the challenge now is. I can curl it with the given IP but can't access it in the browser.
So if you have any idea or solution with regards to the above problem then it would be a great help.
Thanks.
If you are using GCP then do not use NodePort to expose your service. Use load balancer to expose your service because loadbalancer will give dynamic public ip address and you can use that public ip address to access your service
@@RahulWagh I agree with you to use the load balancer. But the problem was not that . Like I mentioned above the challenge I was facing before. However, I finally resolved the issue.
and thanks once again for you help..
May God Bless you..Take care
@@mdnishadhussain7131 hey. How did you resolve this ? Facing same issue
@@akankshyadas3811 Hi, look into GCP Networking part.
one question ....why is http instead ?
It is because I did not setup the ssl
@@RahulWagh ok
Do the same communicating 2 or more proyects
There are more similar sessions in upcoming weeks
@@RahulWagh Great ! All examples on the web are about 1 nicroservice . They never talk about communication between microservices, service discovery and etc .So it will be a great idea abd ver helpful to do that !