Spring Boot on OpenShift Container Platform | Tech Primers

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

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

  • @DJSS855
    @DJSS855 4 года назад +12

    Please create a CICD from GIT in Openshift

  • @karthik-yx6by
    @karthik-yx6by Год назад

    Hi, i liked your videos. please upload more on open-shifts. Thanks!

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

    thanks for the video tech primers, appreciate it.!!

  • @PappuKumar-ho3ek
    @PappuKumar-ho3ek 4 года назад +1

    good example really need it.....

  • @mackyin
    @mackyin 3 года назад +1

    Thanks 😊

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

    Please make videos on Hashicorp products like vault, terraform, etc.

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

    Nice video, could you please create and deploy same application using command line. Thanks for nice video

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

    hi,
    great video.
    I am looking to automate the entire build and deploy process for spring boot microservices applications on openshift.
    can you recommend some reference materials which go in detail about the entire process.

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

    How is service discovery(Eureka server) managed on openshift environment?

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

    Very good video. Useful and Informative. I have a question here. We have created a db in redhat openshift cluster but not able to understand how to configure the db in spring boot project which later needs to be deployed in redhat openshift cluster. We usually give spring.datasource.url , spring.datasource.username and password in application. properties but how do we need to give the db details which is created in cluster. We tried giving podIP in spring.datasource.url but that doesnt work.

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

    Hello friend, that's like k8s in openshift ?

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

    How to use open shift with Jenkins for CI CD

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

    I have a question. How does Redhat (or any other company for that matter) make money from Openshift?

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

      Support and some paid plans ..

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

      @@GhassenKhalilAti I didn't understand. Let's say I get openshift container platform (www.openshift.com/products/pricing/) and host it on my hardware, why should I pay anyone?

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

    Thank you. I have a question..I have spring boot application which is running on a Openshift pod. And it has scheduler jobs in it, which is preventing me to increase the replicas to more than one. Because if I increase replicas which use same deployment file then it will run multiple times.. How can we handle this scenario. Please suggest.. thank you..

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

      You cannot use deployment. You have to use Job. Yes you cannot scale to multiple instances in Job. Why do u need 2 instances? What's the usecase?

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

    Hey...Its not working... Status=ErrImagePull . What to do?

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

      Yes max. My google account got terminated since my free tier time got over

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

      @@TechPrimers okay....but if I pull any valid docker image, it's says error! Hope to get updated videos from you 😀

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

      Check if it need any authentication to download. Then you have to configure imagePullSecrets

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

    LYea