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

Поділитися
Вставка
  • Опубліковано 10 жов 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

  • @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 2 роки тому

    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

  • @jaimehumbertocadenamendoza3611
    @jaimehumbertocadenamendoza3611 4 роки тому +1

    thanks a lot. Great demo

  • @JitendraKumar-ek2ts
    @JitendraKumar-ek2ts 4 роки тому

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

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

  • @jackbijar2355
    @jackbijar2355 4 роки тому

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

  • @yaroslavkiryak4554
    @yaroslavkiryak4554 4 роки тому +1

    thanks, bro

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

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

  • @Isranaks
    @Isranaks Рік тому

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

    • @arghyamitra3281
      @arghyamitra3281 10 місяців тому

      The service will automatically handle the load balancing.

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

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

  • @pguti778
    @pguti778 Рік тому

    Complex, I prefer Eureka