Spring Cloud Kubernetes | Discovery Client | Service Discovery in Kubernetes | Tech Primers

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

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

  • @chitthiaayeehai
    @chitthiaayeehai 2 года назад

    Every time i learn something here, Keep rocking !!!

  • @EreshZealous
    @EreshZealous 4 года назад +3

    Thanks for the demo. All your videos were very clear about the concepts.
    One request from my side, Can you do a video on Kubernetes Secrets ?

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

      Yes eresh. That will be the next video

  • @cloud4java
    @cloud4java 4 года назад +2

    Great man! Very clear demo!

  • @PavanKumar-yj8fu
    @PavanKumar-yj8fu 3 года назад +1

    Very good video, thank you

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

    thanks a lot. Great demo

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

    thanks, bro

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

    I tried to add LoadBalancer to the RestTemplate . But it complains "No instances available " Can you pls tell how to do this with multiple server side instances running .

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

    What is the plugin you are using to auto generate those yaml code for Docker, k8s and skaffold. Could you please share the name? thank you

  • @JitendraKumar-ek2ts
    @JitendraKumar-ek2ts 4 года назад

    which kind of example this was, client side service discovery or server side service discovery ?

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

    How we can see eureka like dashboard here or k8 dashboard to use

  • @Isranaks
    @Isranaks 11 месяцев назад

    How to load balance if we have multiple instances of server is running

    • @arghyamitra3281
      @arghyamitra3281 9 месяцев назад

      The service will automatically handle the load balancing.

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

    Thanks for that demo.
    Here Can I used feign respect to RestTemplate ?

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

    I think you just used native Kubernetes discovery, not the spring cloud Kubernetes library. This code will work just fine if you didn't import anything or enable discovery client.

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

    Hi. I have one query. Please help me out. "How my microservices communicate with each other in kubernetes". Say i created 2 microservices i.e Employee-Frontend and Employee-Backend. And i created pods of these 2 services. Now, i will expose employee Frontend service.yaml file , to get external ip which end user uses. But how this frontend services communicate with backend service. Do i suppose to use Spring boot Cloud / Service Discovery or something in kubernetes?

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

      Kubernetes has inbuilt service discovery, you can leverage it or use this

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

      @@TechPrimers I have a doubt, what rest url would i set in frontend service so that it communicate with backend service ?

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

    Complex, I prefer Eureka

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

    can we use loadbalancer by specifying lb in url here also as we usually do in service discovery ???

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

      Nope, kubernetes does LB using tags of the nodes.

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

      @@TechPrimers Just wondering if kubernetes also have a spring cloud gateway alternatives

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

      @@arunrajput1007 Yes, it has something called Ingress by default, however you can bring in your own Ingress Controller like Concur as custom resource definitions (CRDs)

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

      @@TechPrimers It would be of great help to anyone if you can make video on it comparing with spring cloud gateway 😀