Spring Cloud Kubernetes | ConfigMaps | Config Server in Kubernetes | Tech Primers

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

КОМЕНТАРІ •

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

    Superlike to this video.... wonderful crisp to the point video ...

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

      Thank you Ayan. Glad it's useful

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

    a really Value Video. Thank you man :) I will do the same with helm charts

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

    This example stands ok for scenario of post init but what about the situation of bootstrap like initializing the DB connection during container start, that config probably has to stay outside the code and has to be managed with kube deployments?

  • @PavanKumar-yj8fu
    @PavanKumar-yj8fu 3 роки тому +1

    Very good video, thank you. Your videos on Spring cloud Kubernetes are very helpful. Can you please do a video on Kubernetes cron job which runs a component in the Spring boot application?

  • @DeepakPandey-ij3bz
    @DeepakPandey-ij3bz 4 роки тому

    Thanks for the tutorial. When we will deploy this setup on gcp or aws the refresh will update the messages on all the nodes?

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

    is there a way to auto refresh the spring boot application instead of manually hitting the /actuator/refresh endpoint??

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

      spring cloud config server can be used with spring cloud bus to auto refresh changes whenever you commit in to git

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

    We have dev and qa pods in the same namespace and the configurations are different from environment to environment do i have to create 2 configmap and update bootstrap.yml accordingly? or any other solution

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

      Ideally, thats not a good practice to have dev and qa in same namespace. If thats not possible to move out of a namespace, use different configmaps for each of your env. control the usage of the configmap via runtime arguments in ur deployment.yml while provisioning ur pod.

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

    Wouldn't the refresh just hit any one of the pods ?

  • @amitpadgaonkar8830
    @amitpadgaonkar8830 5 років тому +1

    Which IntelliJ plugin(s) did you use to autocomplete 1) @RestController 2) Maven Dependencies 3) Dockerfile?

    • @TechPrimers
      @TechPrimers  5 років тому +2

      It’s an inbuilt plug-in - Live Template.

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

    Hi, first of all thank you very much for the video!!
    One question, 16:03 I tried to run the skaffold but it said command not found. How can I configure it?

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

      You can take a look at Skaffold video. You need to install that CLI

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

      @@TechPrimers Cool! I'm taking a look at it, thanks!!!!

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

    How can we use multiple configmaps for multiple environments? Let's say I have the develop and production environments. How could I set different properties to each?

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

      i created one for above example.checkout main branch
      github.com/asimarunava/spring-kube-usermicro.git

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

    Thanks for this video.
    Have 1 question...since you are calling the refresh URL using service and if you have multiple pods the request will hit only one pod (if I am not wrong). How would you make sure that refresh is called in all pods ?
    Do we have to implement another solution for that like a fanout exchange which will trigger a programmatic refresh on all pods?

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

      i created one for above example.checkout main branch
      github.com/asimarunava/spring-kube-usermicro.git

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

      Hi Mahesh do you have any solution found for the multiple PODS refresh If so please let me know

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

      @@aparnapericherla3961 No. But you can use reloadable properties for this purpose.

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

    If we don’t keep the local application.yml file the how do we do local development?

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

      You can keep them in a separate config repo

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

    Is this one still working? It always returns default message to me.

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

      make sure a pod that runs with spring-cloud-kubernetes has access to the Kubernetes API. github.com/spring-cloud/spring-cloud-kubernetes/blob/master/docs/src/main/asciidoc/security-service-accounts.adoc

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

    In my case, I have to add @RefreshScope in the test controller, I'm using spring boot 2.2.6.RELEASE

  • @genuine.identity
    @genuine.identity 3 роки тому +1

    Thanks

  • @amitpadgaonkar8830
    @amitpadgaonkar8830 5 років тому

    I had emailed you to join your slack channel, however I didn't receive any reply

    • @TechPrimers
      @TechPrimers  5 років тому

      Is it. You can join directly using this link - bit.ly/JoinTechPrimers

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

      @@TechPrimers this is not working

  • @hskoder
    @hskoder 5 років тому

    how to access to your slack channel?

    • @TechPrimers
      @TechPrimers  5 років тому

      Sign up at bit.ly/JoinTechPrimers