DevOps Project from Scratch | Jenkins CI CD Pipeline | Simple DevOps Projects for Beginners

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

КОМЕНТАРІ • 36

  • @VirtualTechBox
    @VirtualTechBox  Рік тому +2

    Refer to my below DevOps, AWS and Azure Playlists,
    DevOps Playlist
    ua-cam.com/play/PLmSlOWkfkugmXU1WVTu_fmrOwjRAbbWvL.html
    AWS Playlist
    ua-cam.com/play/PLmSlOWkfkugm1hKjYlwwWCZgHYSuUdruo.html
    Azure Playlist
    ua-cam.com/play/PLmSlOWkfkuglJzo6VOX_vPJHAHBkullPT.html

  • @vivekgupta309
    @vivekgupta309 Місяць тому

    Good Tutorial. I used keypair for user authentication. and in exec section added cd /opt/Docker and it started working. Polling I kept false, as this was just test. Thanks a lot !!!

  • @iftyahmed786
    @iftyahmed786 6 місяців тому +1

    Hi
    I gets error at 32:13 on Mobaxterm. No supported authentication methods available (server sent public key). I set publuc key authentication in sshd_config as YES.

    • @purviiii08
      @purviiii08 5 місяців тому +1

      same errror can you please tell me what you do after?

    • @iftyahmed786
      @iftyahmed786 5 місяців тому +1

      ​@@purviiii08Select the same ubuntu version as shown in the video. You will be alright.

    • @purviiii08
      @purviiii08 5 місяців тому

      @@iftyahmed786 ok thank youu

    • @jessica_6279
      @jessica_6279 Місяць тому

      @@iftyahmed786 Same error i tried again on selecting ubuntu machine

  • @mounikanaragarla151
    @mounikanaragarla151 Місяць тому

    Hi Thanks for you wonderful session... i was facing issue when launching Ubuntu machine without key pair and not able to connect to putty session even after did the changes on sshd_config file to yes and in ubuntu 24.4 i couldn't able to restart the sshd .. it is thoughing the sshd service not available like that.

  • @naren06938
    @naren06938 Рік тому +2

    Each beginner should practice this as mandatory to get into CICD ocean, its key door opened for all by expert(you) 👏🤝👍🙏

  • @chandankundapura4324
    @chandankundapura4324 10 місяців тому +1

    I do not find publish over ssh option at 38:33. What do I do?

    • @VirtualTechBox
      @VirtualTechBox  10 місяців тому +1

      You need to install "publish over ssh" plugin in Jenkins.

  • @vishnupm3672
    @vishnupm3672 Рік тому +1

    Sir this was very cool and wonderful project to learn Devops from scratch😍🙏

  • @motivationThrive1011
    @motivationThrive1011 9 місяців тому +1

    Hi Bro, I'm a total beginner in DevOps and eager to learn. Can you please provide some guidance on where to start? Any recommended resources, tutorials, or steps to follow would be highly appreciated.Thanks

    • @VirtualTechBox
      @VirtualTechBox  9 місяців тому +1

      Start practicing the basic projects.
      ua-cam.com/play/PLmSlOWkfkuglKq_4xZfV0d_oKwVkUo5LW.html

    • @motivationThrive1011
      @motivationThrive1011 9 місяців тому

      Thanks Brother@@VirtualTechBox

  • @mubinbhojani2779
    @mubinbhojani2779 3 місяці тому

    Hello sir
    should we add this project in resume as a fresher ?

  • @jessica_6279
    @jessica_6279 Місяць тому

    it works when i dont use pairkey for ubuntu setup and clone of this repo.
    Is there a way to set up the git repo so that it works for any project?
    why is using user and pwd not working for docker-host set up
    getting error: No supported authentication methods available (server sent public key). I set publuc key authentication in sshd_config as YES.

    • @vivekgupta309
      @vivekgupta309 Місяць тому

      you can clone git repo. and keypair also working fine. you need to upload keypair to -r-------- 1 jenkins jenkins 1700 Nov 12 10:58 /var/lib/jenkins/abc.pem location. and use this location as path to key. Hope this helps.

  • @AMITKUMAR-bz4gv
    @AMITKUMAR-bz4gv 11 місяців тому

    Hello Sir,
    Whenever i am executing my job new image is not getting created, but new container is getting started.
    Also, i am unable to get any echo commands output in the console output logs which i given in my exec command section. Please help.

    • @VirtualTechBox
      @VirtualTechBox  11 місяців тому

      You might be missing something. Kindly verify all the steps as per video once again.

    • @AMITKUMAR-bz4gv
      @AMITKUMAR-bz4gv 11 місяців тому

      @@VirtualTechBox I did it once again... still same issue. Not sure where is the problem.

  • @ankushjindal9452
    @ankushjindal9452 Рік тому +1

    Amazing

  • @addurisuresh5156
    @addurisuresh5156 7 місяців тому

    sir am getting error at ERROR: Exception when publishing, exception message [Failed to connect and initialize SSH connection. Message: [Failed to connect session for config [docker host]. Message [Auth fail for methods 'publickey']]]
    Build step 'Send build artifacts over SSH' changed build result to UNSTABLE
    Finished: UNSTABLE

  • @RohitGupta-j8z
    @RohitGupta-j8z Рік тому

    changes made in the code is not reflected in webapp sir.

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

      For that Under "Send build artifacts over SSH" give below commands
      docker build -t webapp:v1 .
      docker stop registerapp
      docker rm registerapp
      docker run -d --name registerapp -p 8086:8080 webapp:v1

    • @techtronics433
      @techtronics433 8 місяців тому

      @@VirtualTechBox still no changes visible in webapp sir

  • @ezazamber007
    @ezazamber007 Рік тому +1

    Make videos in Hindi

  • @JeetneKiSanak
    @JeetneKiSanak 7 місяців тому

    where is the key link to download, where is repo link, what is epel...stop wasting time of viewers

    • @VirtualTechBox
      @VirtualTechBox  7 місяців тому

      Repo & commends link is available in description.