Setup kubernetes Cluster On Google Cloud Platform | Deploy Spring boot microservice on GKE| - Part 5

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 19

  • @rambeersharma2091
    @rambeersharma2091 2 роки тому +1

    Nice explanation and content

  • @leninmadala3278
    @leninmadala3278 2 роки тому

    Thanks for the video , How to enable any alerts or monitoring of microservices deployed on GKE , especially the latency or microservice response alerts etc.

  • @ThomasDang-bw6cl
    @ThomasDang-bw6cl Рік тому

    Awesome job. Thank you

  • @kartikmishra1958
    @kartikmishra1958 2 роки тому

    Thank you for the video..learned a lot ❤️

  • @PoojaAgarwal-l1h
    @PoojaAgarwal-l1h 9 місяців тому

    not able to connect external IP of cluster

  • @mdnishadhussain7131
    @mdnishadhussain7131 3 роки тому

    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.

    • @RahulWagh
      @RahulWagh  3 роки тому

      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

    • @mdnishadhussain7131
      @mdnishadhussain7131 3 роки тому

      @@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

    • @akankshyadas3811
      @akankshyadas3811 2 роки тому

      @@mdnishadhussain7131 hey. How did you resolve this ? Facing same issue

    • @mdnishadhussain7131
      @mdnishadhussain7131 2 роки тому

      @@akankshyadas3811 Hi, look into GCP Networking part.

  • @seba23571
    @seba23571 2 роки тому

    one question ....why is http instead ?

    • @RahulWagh
      @RahulWagh  2 роки тому +1

      It is because I did not setup the ssl

    • @seba23571
      @seba23571 2 роки тому

      @@RahulWagh ok

  • @alxx736
    @alxx736 3 роки тому

    Do the same communicating 2 or more proyects

    • @RahulWagh
      @RahulWagh  3 роки тому

      There are more similar sessions in upcoming weeks

    • @alxx736
      @alxx736 3 роки тому +1

      @@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 !