🚀 GitOps CI/CD Pipeline with Jenkins Container, Minikube Container, ArgoCD, Docker, and Trivy 🌟

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025

ความคิดเห็น •

  • @shahfeerdeen2001
    @shahfeerdeen2001 20 วันที่ผ่านมา +1

    thanks a lot mam
    😇

    • @iQuantConsult
      @iQuantConsult  20 วันที่ผ่านมา

      @@shahfeerdeen2001 you’re welcome

  • @ranukathilakarathna
    @ranukathilakarathna 20 วันที่ผ่านมา +1

    awesome man. such a great video. keep it up brother

    • @iQuantConsult
      @iQuantConsult  20 วันที่ผ่านมา +1

      @@ranukathilakarathna thank you. I will keep them coming.

  • @DurulŞengün
    @DurulŞengün 21 วันที่ผ่านมา +2

    great content thank you so much

    • @iQuantConsult
      @iQuantConsult  21 วันที่ผ่านมา +1

      @@DurulŞengün you’re welcome

  • @kvs7720
    @kvs7720 21 วันที่ผ่านมา +2

    nice video

    • @iQuantConsult
      @iQuantConsult  21 วันที่ผ่านมา +1

      @@kvs7720 thank you

  • @paapanyinph
    @paapanyinph 21 วันที่ผ่านมา +2

    Really needed this. Thanks man

    • @iQuantConsult
      @iQuantConsult  21 วันที่ผ่านมา +1

      @@paapanyinph glad it helps

  • @durulsengun8929
    @durulsengun8929 14 วันที่ผ่านมา +1

    Hello,Firstly İt is an amazing content. Thank you so much!!! ,I set up this scenario on my local minicube on wsl2... and followed the same steps but I got the error "Error testing connection 127.0.0.1:35191: java.io.IOException: Failed to connect to /127.0.0.1:35191" how can I fix it?

    • @durulsengun8929
      @durulsengun8929 14 วันที่ผ่านมา +1

      this is the error: "Error testing connection 127.0.0.1:35191: java.io.IOException: Failed to connect to /127.0.0.1:35191"

    • @iQuantConsult
      @iQuantConsult  14 วันที่ผ่านมา

      @ It's quite hard to debug an error like that. At what point in the project do you get this error?

    • @durulsengun8929
      @durulsengun8929 13 วันที่ผ่านมา +1

      @@iQuantConsult hello! thanks for your quick reply, as I stated before,I cretaed minicube and jenkins server on my local wsl2 without no issue, I have only issue when I try to integrate the jenkins into the minicube,I did the same configs like you on jenkins server( changed the .kube/config like you) but when I try to test btwn minicube and jenkins I got the above error) I am not sure maybe it is releated with the wsl2 minicube network issue. I swa the the people who faced this problem like me

    • @iQuantConsult
      @iQuantConsult  13 วันที่ผ่านมา

      @ okay. Yeah, it’s most likely the wsl2. I have not done this project on wsl2 before so I’m not privy to this problem.
      If the wsl2 is Ubuntu, try opening the NodePort of the minikube and port 8080 of the Jenkins server to see how it goes. For Jenkins (port 8080), the command will look like this:
      sudo ufw allow 8080/tcp