ULTIMATE CI PIPELINE ON GITLAB | LIVE DEMO|GITLAB END TO END PROJECT |

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

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

  • @sharukshaik7181
    @sharukshaik7181 ปีที่แล้ว +17

    No youtuber providing this much information redagrding DevOps more than you.. thanking you was a very small thing which we can do and you should reach million subscribers in less time.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +3

      Thanks alot Sharuk. Please share the channel with your friends and colleagues 🙏

  • @naren06938
    @naren06938 ปีที่แล้ว

    Excellent గా చెప్పావు అన్నయ్య....తెలుగు లో కూడా ఒక 20 videos (Github to ArgoCD అన్నీ tools) తో full playlist పెడ్తే superb help అవుతుంది, కాన్సెప్ట్ easy గా grasp చేసుకోటానికి beginners కి.....

  • @vishnuteja9500
    @vishnuteja9500 6 หลายเดือนก่อน +1

    I Appreciate your help, I don’t know how much money you make with these videos. But you earned my respect and i hope others who want to understand how things happen feel the same. Thanks again and God bless you.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  6 หลายเดือนก่อน +1

      Thanks, TH-cam doesn’t pay much for Indian TH-camrs 😅

  • @jaswanth_kumar_k
    @jaswanth_kumar_k 2 หลายเดือนก่อน +1

    On this teachers day [5th Sep 2024], wants to learn new topic . landed in gitlab 😇. Thanks a lot Abhishek for such a grt guidance and motivation . Happy teachers day 🙂

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  2 หลายเดือนก่อน +1

      Most welcome 😊

    • @jaswanth_kumar_k
      @jaswanth_kumar_k 2 หลายเดือนก่อน

      @@AbhishekVeeramalla replying to 1 yr old video too... Literally No words for your commitment 🤗

  • @chuck.dev007
    @chuck.dev007 ปีที่แล้ว +3

    Awesome demo...
    Thank you Abhishek for all you do.
    All your learning videos are beginner's friendly.
    Waiting for the CD part.

  • @saiprasad3171
    @saiprasad3171 8 หลายเดือนก่อน +2

    Waiting for the CD part and your explanation clears all confusion on ArgoCD and Kubernetes

  • @sushantkapare1717
    @sushantkapare1717 ปีที่แล้ว +2

    Thank you for sharing your knowledge, experiences, and talents with the world through your TH-cam channel. You have a real talent for creating engaging and informative content, and I can't wait to see what you come up with next.

  • @KapilS-n5t
    @KapilS-n5t 11 หลายเดือนก่อน +4

    You are amazing Abhishek. I follow your channel for outstanding DevOps learning. The content and excitement are unparallel. Thank you so much for your time and effots. Could you please upload the CD part? Thank you in advance.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  11 หลายเดือนก่อน +1

      Thanks and sure

    • @KapilS-n5t
      @KapilS-n5t 11 หลายเดือนก่อน +1

      @@AbhishekVeeramalla when do you think you would be able to do this. My apologies, I know you maybe very busy.
      I tried the CD part but even though docker is running on GitLab runner ec2 machine, but the 'dockerization' stage is failing. The 'docker build -t gitlab-cicd-demo:latest . -f Dockerfile command is failing -
      level=error msg="failed to dial gRPC: cannot connect to the Docker daemon. Is 'docker daemon' running on this host?: dial tcp: lookup docker on x.x.x.x:53: no such host"'
      Can you please help? Any tips please? Thank you so much in advance.

  • @mirowahedali3962
    @mirowahedali3962 11 หลายเดือนก่อน +1

    Your way of explanation is very lucid and simple and details. I like your explanation...

  • @sainirmalreddygavini2392
    @sainirmalreddygavini2392 7 หลายเดือนก่อน

    Thankyou Abhishek, after the clear presentation worked on this and finally this project got executed , Your teaching is just Awesome😊😊

  • @shivadevops
    @shivadevops 9 หลายเดือนก่อน

    super chepthunaru bro real time poitn of view lo

  • @maheshkoheda9194
    @maheshkoheda9194 11 หลายเดือนก่อน +1

    Thanks abhishek..completed handson for this pipeline

  • @kushalkumar9569
    @kushalkumar9569 8 หลายเดือนก่อน +2

    Need CD part as well much needed and great explanation...!

  • @amrutamanwatkar4878
    @amrutamanwatkar4878 ปีที่แล้ว +2

    We are waiting for cd ....
    Thank you very much for CI
    You are taking so efforts
    Really thank you

  • @Cevap05
    @Cevap05 ปีที่แล้ว +1

    I haven't even watched this yet, but thank you for the video release. I see you are reading our requests in comments, thanks! :)

  • @verma-kunal
    @verma-kunal ปีที่แล้ว +1

    I've been working on your CI/CD project in Gitlab. It took me like around 1 n 1/2 week to learn + configure everything from scratch, but my CI is at last working 🎉 Now, working on the CD part with Argo CD! Thanks for sharing such nice project ideas

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +2

      Awesome Kunal. The CD part is also ready .. I will make a video on that soon :)

    • @verma-kunal
      @verma-kunal ปีที่แล้ว +1

      @@AbhishekVeeramalla Thats great! Actually, thats the part I'm stuck on. Specifically, when we want the image tag to be updated in the deployment.yml file. The bash script we are using - "sed -i "s/{{IMAGE_TAG}}/${COMMIT_SHA}/g" deployment/deployment.yml" only works once because the "sed" command looks for the exact keyword to change. Once the tag is changed and committed to git, this command isn't working again, as the "sed" command is not able to find the keyword - {{IMAGE_TAG}}, to change it to the latest commit hash. I'm not sure if I am missing some step here or doing something wrong! This is the part i've been stuck since 2 days, tbh! Trying to figure out a work-around. If you could pls suggest some solutions here. Thanks

    • @danialsaeed8131
      @danialsaeed8131 ปีที่แล้ว

      Are you done with CD part?If yes can you let us know too?

  • @handsomevillian
    @handsomevillian 5 หลายเดือนก่อน

    That's Simply awesome sir.

  • @sunkamvenkatesh1086
    @sunkamvenkatesh1086 ปีที่แล้ว +2

    Thank you thank you so much 😊 waiting fir CD part

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว

      Already uploaded

    • @KapilS-n5t
      @KapilS-n5t 11 หลายเดือนก่อน

      @@AbhishekVeeramalla can you please provide the link for the CD part?

  • @sahithipraveen3725
    @sahithipraveen3725 11 หลายเดือนก่อน +3

    Hi @Abhishek , this video is Awesome please do a video on deployment part as well.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  11 หลายเดือนก่อน

      sure, in future

    • @18mazeed
      @18mazeed 7 หลายเดือนก่อน +1

      ​@@AbhishekVeeramallaIs deployment part available?

  • @yashsingh2135
    @yashsingh2135 ปีที่แล้ว +5

    Hi Abhishek, thanks for dedication and support to community who want to learn from open source. Second part is not uploaded for the GITLAB Deployment part with ArgoCD. We are waiting.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +2

      Sure, will try to do CD

    • @maheshkoheda9194
      @maheshkoheda9194 11 หลายเดือนก่อน +1

      @@AbhishekVeeramalla Hi Abhishek, request to upload CD part too. Facing issues at Argocd operators rollingout.

  • @javeedjafar4973
    @javeedjafar4973 ปีที่แล้ว +2

    Kudos to your content bro ❤
    Thank you sharing

  • @rekkhashri3026
    @rekkhashri3026 9 หลายเดือนก่อน

    Thanks for such useful video bro. Waiting for cd part and more gitlab project videos🎉

  • @gayathrikannan4335
    @gayathrikannan4335 3 หลายเดือนก่อน

    Hi Abhishek,
    Congrats on your work contributing to devops.
    Expecting the CD PART for this pipeline, with gitlab container registry to push images. also, expecting end to end gitlab course, docker executor....
    Thanks.

  • @rashmidevaraj203
    @rashmidevaraj203 6 หลายเดือนก่อน

    Thanks Abhishek for the CI Part !! Please share the CD part Video too it will be very helpful

  • @vback4238
    @vback4238 ปีที่แล้ว +1

    Thank you!!! This training is awesome!!!

  • @ManojJena-d6k
    @ManojJena-d6k 2 หลายเดือนก่อน

    Very helpful video.

  • @yashdotrv
    @yashdotrv ปีที่แล้ว +1

    Thank you, Abhishek, for delivering an excellent GitLab demonstration . I am currently in the early stages of exploring the GitLab ecosystem and have a query regarding the .gitlab-ci.yml file. This file allows us to define the stages involved in the process, thereby determining their execution order. Hence, I have the following questions:
    - Is it possible to define a job without associating it with any specific stages?
    - If such a scenario is possible, what would be the sequence of its execution relative to other stages in the file?

  • @ashishpandey8766
    @ashishpandey8766 9 หลายเดือนก่อน

    King Abhi, Thanks

  • @mfaraz669
    @mfaraz669 ปีที่แล้ว

    thank you abhishek, waiting for CD part.

  • @chakriatwork3062
    @chakriatwork3062 ปีที่แล้ว +2

    Awesome 😎, waiting for part 2

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +2

      Both the GitLab CD and Argo CD will be out very very soon

  • @vinaystricker9930
    @vinaystricker9930 ปีที่แล้ว +2

    Hello Abhishek... Waiting for the part 2

  • @SumitSingh-sl2jl
    @SumitSingh-sl2jl ปีที่แล้ว +1

    Thanks for sharing the knowledge.❤
    I have one request. Can you please create a video one service mesh practical demo covering all features. I am not finding any good video like yours on service mesh. Thanks🙏

  • @akhilpitla6670
    @akhilpitla6670 5 หลายเดือนก่อน

    Thanks for the great explanation on each topic bro.. please do a video on CD pipeline on GitLab also..

  • @bewithprasanth
    @bewithprasanth ปีที่แล้ว +1

    Really serching for this❤❤❤❤

  • @rfansari5508
    @rfansari5508 ปีที่แล้ว +1

    Thanks for CI, it was amazing waiting for CD part

  • @ghareeshkumar
    @ghareeshkumar 11 หลายเดือนก่อน +2

    Hi Abhishek, This is helpful video. As every time you are taking java application only, what if any swift related code we have to use. My intention of question is, In which areas, changes need tobe done? Please clear this point too And As a devOps engineer, we have to work on all these things?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  11 หลายเดือนก่อน

      Because many people understand Java, I take that example. In general, you should not be worried about the programming language of the app. You just need to know how to build it.

  • @prashlovessamosa
    @prashlovessamosa ปีที่แล้ว +1

    This is massive thank you.

  • @RajeshKumarRamesh
    @RajeshKumarRamesh ปีที่แล้ว

    Awesome tutorial Abhishek 😊

  • @Learn_IT_with_Azizul
    @Learn_IT_with_Azizul ปีที่แล้ว

    Awesome !! Please give us content on the OpenShift e2e project. Very little content for OpenShift in TH-cam! Thank you

  • @dhanikonda6097
    @dhanikonda6097 11 หลายเดือนก่อน +1

    Hi abhishek, very helpful . Please do video on Gitlab cd as continuation video

  • @rajkiransenapaty5379
    @rajkiransenapaty5379 ปีที่แล้ว +1

    Thank you so much for best and best GitLab pipeline flow explanation. How can we expand this pipeline by adding stages like artifact store management stage and kubernetes after dockerization stage . Can you please add these stages also for end to end pipeline flow if possible. Thank you once again.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว +1

      Yes .. that will be covered in the gitlab CD part .. don't worry :)

    • @rajkiransenapaty5379
      @rajkiransenapaty5379 ปีที่แล้ว

      @@AbhishekVeeramalla Thank you 😀

  • @fitness-dose-xp
    @fitness-dose-xp ปีที่แล้ว +1

    Really usefull video love from sri lanka

  • @nehaavasekar3878
    @nehaavasekar3878 ปีที่แล้ว

    Thanks Abhishek for this project..!

  • @bhanutejakuchipudi9483
    @bhanutejakuchipudi9483 ปีที่แล้ว +1

    Super... Information

  • @aamirimran9373
    @aamirimran9373 ปีที่แล้ว

    Omg 😮 thankyou sir

  • @Aniruddhdwivedi
    @Aniruddhdwivedi ปีที่แล้ว +1

    Hi Abhishek, thanks for this video. Could you explain in one video about integration of Bitbucket with Gitlab? Also how can we use this gitlab cicd with Teamcity?

  • @numanmaavia8575
    @numanmaavia8575 ปีที่แล้ว

    Thanks for gitlab detailed session

  • @GopalMaliSnk
    @GopalMaliSnk ปีที่แล้ว

    Hi Abhishek
    Gitlab-cicd-demo is missing from Gitlab Zero-to-Hero project

  • @Gopikrishna-mi1lz
    @Gopikrishna-mi1lz ปีที่แล้ว +2

    Hi Abhishek really thanks for sharing awesome knowledge and we also waiting for the python project demo part..?

  • @shaikirfii
    @shaikirfii ปีที่แล้ว +1

    You very nicely explain

  • @sandipadhikari5427
    @sandipadhikari5427 ปีที่แล้ว

    Great video. Thank you so much

  • @johnfinny100
    @johnfinny100 10 หลายเดือนก่อน

    Can you plse share CD pipeline for Gitlab using ArgoCD which youve informed . Thanks

  • @zikou6405
    @zikou6405 2 หลายเดือนก่อน

    why the jar file is available for the second stage, since the file will not be available for the second stage so we need to add artifact block to the pipeline, so why in the video work fine

  • @iibdev2666
    @iibdev2666 7 หลายเดือนก่อน +2

    @abhishek.Veeramalla Can you please create a video on migration from Jenkins to Gitlab
    I think it will be great help for many who are working on that use case of Jenkins decommission
    Thank you

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  6 หลายเดือนก่อน

      I did one for github actions to azure pipelines. Please watch that. It might help

  • @naren06938
    @naren06938 ปีที่แล้ว

    Sonarqube docker container లాగా run చేయొచ్చు కదా....-p 9000:9000 sonar:latest అని and Sonarqube-webhook add చేయలేదు మీరు gitlab లో, not needed here like in jenkins?

  • @RKRK-ix7id
    @RKRK-ix7id ปีที่แล้ว +1

    Thank you abhishek... Good content pls do a video on CD alswo

  • @sagarmohapatra9003
    @sagarmohapatra9003 ปีที่แล้ว

    Great content😊

  • @rainbowp19
    @rainbowp19 ปีที่แล้ว

    Abhishek, i have a question, all the gitlab yaml instructions were run in ec2 instance correct ? Which has docker installed, sonarqube, runner instructions- how about mvn commands run which is not installed - also source code where not checkout, i think u have code in ec2 already copied so you used cd to directory to do mvn clean n test command

  • @bachuvarun
    @bachuvarun 10 หลายเดือนก่อน

    Hi sir, it’s really nice video and explanation was good.
    I have one doubt regarding this Gitlab ci.. question is if my stage is successful or failure, I should get the notification to my mail id. In Jenkins we were able to get that but in Gitlab ci I am not sure how to achieve that.. in repo settings I have integrated “pipeline status emails” and I have configured my cooperate mail id. But still I am not getting any notifications. Any help can you suggest me regarding this.. thanks in advance

  • @ThecookBoy
    @ThecookBoy ปีที่แล้ว

    Hai @Abhishek. Veeramalla could you please make CD part also

  • @rfansari5508
    @rfansari5508 ปีที่แล้ว

    Sir plz do CD part on ec2 instance if possible, thans again for the beautifully presented CI part

  • @danialsaeed8131
    @danialsaeed8131 9 หลายเดือนก่อน

    Sir when will part 2 come?it has been months.

  • @gnadha123
    @gnadha123 ปีที่แล้ว +1

    Bro does helm is required in case if we use argo cd for deployment

  • @gummalapatidushyanth7209
    @gummalapatidushyanth7209 ปีที่แล้ว

    If gitlab runner and sonarqube are installed in different machine than is there any plugins required?

  • @kushalkumar9569
    @kushalkumar9569 8 หลายเดือนก่อน

    Hi Abhishek , I have one doubt here after deploying the application and a end user can access it and suppose he give some input for a web page so what is the database we are using here and where those input exactly get stored Thanks in advance..!

  • @mariajayaraj3341
    @mariajayaraj3341 11 หลายเดือนก่อน +1

    Hi Brother
    I know that saying "thank you" is insufficient for the work you've done....
    and i have small doubt why should the former pipeline be terminated? Given that we are utilizing the Docker executor, why did it not run in parallel? could you pls reply ?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  11 หลายเดือนก่อน

      Because it can run a single process at once

  • @ayangefelix1648
    @ayangefelix1648 ปีที่แล้ว +1

    Amazing content. Could you please provide us the gitlab link for the CICD

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว

      Which link ? The one shown in the video ?

    • @ayangefelix1648
      @ayangefelix1648 ปีที่แล้ว

      @@AbhishekVeeramalla Yes, but I have gotten it already. Thank you

    • @harishshetty14
      @harishshetty14 ปีที่แล้ว

      @@AbhishekVeeramalla Yes Please share the link

  • @sejalmaniyar3741
    @sejalmaniyar3741 ปีที่แล้ว +1

    The github repository shows another code. Can you please share the code again.

  • @Pranavdazzler
    @Pranavdazzler ปีที่แล้ว +3

    Need CD part ASAP

  • @m.harshareddy7676
    @m.harshareddy7676 ปีที่แล้ว

    Hi Abhishek
    Shall i know how to copy existing gitlab pipelines present in prod subscription into a dev environment another npe subscription

  • @sreekanth5143
    @sreekanth5143 ปีที่แล้ว +1

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว

      Thanks alot

    • @sreekanth5143
      @sreekanth5143 ปีที่แล้ว

      @@AbhishekVeeramalla be blessed always bro..good point to point explanation... There is no lag in video.From now I am going to follow all your videos I have good hands-on experience with Gitlab CI/CD based on my experience I can say that the content here is top notch and real time.

  • @TheoKhalid
    @TheoKhalid 5 หลายเดือนก่อน

    Hi Abishek, im not sure what happened with this repo but your gitlab-ci.yml file is not present in the repo link you provided!

  • @veerendrakumar4141
    @veerendrakumar4141 ปีที่แล้ว

    Hi, when I try to move already existed repos into GitLab group, pipeline failed and env, CI variables ,webhooks ,registry images ,all infra part not transferred into group ,,,,suggest me best way,,,

  • @rajneeshmishra9692
    @rajneeshmishra9692 3 หลายเดือนก่อน

    we need cd session also.

  • @BalaChandrudu-ff6cn
    @BalaChandrudu-ff6cn 2 หลายเดือนก่อน

    If it possible could u pls explain taking nodejs application

  • @muralisrmcst
    @muralisrmcst 10 หลายเดือนก่อน

    Hi abhishek how to fail the pipeline if sonarqube is fail due to vulnerability

  • @zeeshanali2805
    @zeeshanali2805 ปีที่แล้ว

    please release video of GITLAB CD with argocd

  • @NiharikaMU
    @NiharikaMU 8 หลายเดือนก่อน

    Got repository is missing please provide that it would be very helpful

  • @bhargavkrishna8767
    @bhargavkrishna8767 ปีที่แล้ว

    Bro one req,
    Can u make videos on top aws services and its use cases.
    As i can see there is no such content on youtube with clear explanation like how u are explaining on devops tools.
    I hope u consider this req

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว

      Hi Bhargav, I already made that video. Please check using the below link
      th-cam.com/video/leWJypzVyQ4/w-d-xo.html

  • @ChandraReddy-w2y
    @ChandraReddy-w2y ปีที่แล้ว

    Where the continues video of cd, i coudn't find

  • @ChandraReddy-w2y
    @ChandraReddy-w2y ปีที่แล้ว

    installation steps are not available to register the runners git lab to ec2

  • @charantangisetti6824
    @charantangisetti6824 ปีที่แล้ว +1

    Tq bro

  • @SAM-il3mu
    @SAM-il3mu 11 หลายเดือนก่อน

    Runner is giving error as registrations token are deprecated it shows unhealthy requetsts

  • @Airas1006
    @Airas1006 ปีที่แล้ว

    Hi thanks for the videos
    Can u please share tutorial on splunk plz

  • @ashishpandey8766
    @ashishpandey8766 9 หลายเดือนก่อน

    I'm not able to find the CD for this episode, Is anyone?

  • @ashutoshkumar6436
    @ashutoshkumar6436 3 หลายเดือนก่อน

    where is Part 2? can some one plz help me

  • @shaikirfii
    @shaikirfii ปีที่แล้ว +1

    Sir I am pratice for Amazon Linux for

  • @user-rk7mn8cn2w
    @user-rk7mn8cn2w ปีที่แล้ว

    for cicd in gitlab it is asking for debit card detail . what to do now?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  ปีที่แล้ว

      If you follow the video .. I told to uncheck the Shared Runner and use Self Hosted Runner . in that case it will not ask any details

  • @savitapadarya6744
    @savitapadarya6744 หลายเดือนก่อน

    Anyone wants to help me ,to migrate jenkins pipeline to gitlab pipeline..

  • @yogeshgowda8493
    @yogeshgowda8493 หลายเดือนก่อน

    Getting the below error when running the pipeline. Not able to debug. Plz help...
    .gitlab-ci.yml`: (): did not find expected key while parsing a block mapping at line 1 column 1

  • @KarthiKeyan-vk9ui
    @KarthiKeyan-vk9ui ปีที่แล้ว

    I couldn't find the .gitlab-ci.yml file

  • @jeevankumarrk5187
    @jeevankumarrk5187 9 หลายเดือนก่อน

    I am facing issue while integrating gitlab with Jenkins. After I create project access token and try to add that in Jenkins I am getting client error 401 unauthorised.. can you pls help me?