Day-18 | What is CICD ? | Introduction to CICD | How CICD works ? |

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2023
  • Support my work
    www.buymeacoffee.com/abhishekprd Hi Everyone, Today's class (Day-18) is about "Introduction to CICD". In this class we will understand:
    1. Introduction to CICD.
    2. Why CICD ?
    3. Legacy CICD setup
    4. Advanced CICD setup
    5. CICD setup in top MNCs
    6. Preparation for Live Project tomorrow
    Telegram channel
    ===============
    t.me/abhishekveeramalla
    About me:
    -----------------
    LinkedIn: / abhishek-veeramalla-77...
    GitHub: github.com/iam-veeramalla
    Medium: / abhishekveeramalla-av
    TH-cam: / @abhishekveeramalla

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

  • @Cloudnp9458
    @Cloudnp9458 3 หลายเดือนก่อน +9

    6:36. Unit testing is nothing but testing code for a block or specific functionality.
    7:10. Static code analysis is to verify format, all indentation is right, syntax is right, make sure u didn't declare any unnecessary variables.
    Code quality/ vulnerability testing is done to check for vulnerability, that can be misused by hackers
    8:51. Automation testing/functional testing /endtoend testing, in this you verify your application in end to end manner such that one functionality doesn't affect other functionality.
    Reports - reports for how many units test passed , what is code quality etc.
    Deployment stage- deploying your application on a platform so that your customer can access your application.

  • @Blomvi
    @Blomvi ปีที่แล้ว +73

    Started feeling confident that after the end of this series I can apply for devops position. Driving Uber for for 3 years now and it is time for a change. Your way of teaching is awesome

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

      Wow .. Very Nice .. All the very best for your Interviews

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

      Hi Blomvi So what are you doing now did you get the job in dev ops?

    • @Blomvi
      @Blomvi 10 หลายเดือนก่อน +2

      @@sanskargupta8787 not yet but you can’t give up. Keep pushing

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

      @@Blomvi I have completed me graduation I'm just totally confused should I choose cloud Application Developer dev ops for my carrer to get a job or not before this I used to Lear Java and Android but for 5 months I got job in non tech company so I did that now i forget mostly about me Java learnings and some of my people's suggesting to enter in dev ops that's why

    • @surya9762
      @surya9762 9 หลายเดือนก่อน +1

      @@AbhishekVeeramalla Hi Abhishek, In the playlist all days videos are not available

  • @AWasayRajput
    @AWasayRajput 4 หลายเดือนก่อน +1

    "Modern Day CI CD" part was awesome! , Thanks Abhishek for sharing such a great knowledge on CI CD for beginners.

  • @avinash.h2
    @avinash.h2 4 หลายเดือนก่อน +14

    You are one of those rare teachers with great content and humility!

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

      Thanks

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

      ​@AbhishekVeeramalla Can you please guide, I have no experience and want to apply for junior devops. Can you please guide how to create a portfolio 🙏

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

    Clear explanation and simple language, thanks buddy for these concepts clearification.

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

    Thanks for the great introduction to CI/CD.

  • @chandrasekaran4441
    @chandrasekaran4441 28 วันที่ผ่านมา

    Great, awesome clarfication.

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

    The way of teaching is awesome
    I am very much impressed

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

    THIS GUY IS A LEGEND!! Best explanation and teaching. More people need to hit the like button. Thanks for sharing all this knowledge.

  • @akshatabiradar2802
    @akshatabiradar2802 ปีที่แล้ว +7

    The way you explain the things that's amazing, easily understanding and clear, please make videos on how to find open source devops projects and contribute to it, this would be very helpful to get real time experience as beginner

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

    00:02 CI/CD is a process that automates application testing and delivery
    04:28 Delivering your application involves several automated steps.
    08:49 Unit testing, functional testing, reports, and deployment are essential steps in application development.
    13:19 Jenkins is an orchestrator that automates and integrates various tools in a pipeline
    17:34 Deploying applications to different environments for testing and production
    00:03 Jenkins is a binary platform used to deploy and manage services.
    25:39 Using GitHub Actions or GitLab pipelines for CI/CD can help save resources and increase efficiency.
    00:00 CI/CD Solutions are scalable and have emerging alternatives like GitHub Actions, GitLab CI/CD.
    Crafted by Merlin AI.

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

    Thanks, Abhi

  • @Aman-fz1ew
    @Aman-fz1ew 13 วันที่ผ่านมา

    Very Intresting video .

  • @Cloudnp9458
    @Cloudnp9458 3 หลายเดือนก่อน +1

    Whenever you are writing an application, you break them into chunks as jira stores for each of the functionality and keep submitting them to git repository.
    Versions of functionality are pushed to vcs(git,bitby,gitlab). Jenkins keep watch on git repository commits.
    Jenkins will act as a tunnel/orchastrator. That facilitates/integrate all these tools, maven,sonar, alm/reporting, k8s docker.
    Jenkins can promote application to dev env, stage env or production env.
    You install Jenkins master on one host and then you keep connecting ec2 instances to it. Isn't scalable like k8s.
    Jenkins is legacy tool.

  • @Cloudnp9458
    @Cloudnp9458 3 หลายเดือนก่อน +1

    1:42 CI/CD is two step , continuous integration and continuous deli.
    CI is process where you integrate set of tools or set of processes that you follow before delivering your application to your customer.
    CD is a process where you deploy or deliver your application on a specific platform.
    Application has to be tested, scanned for एप्लीकेsn vulnerabilities, finally you deploy your application.
    CI/CD is a pipeline where you automate these things -
    Unit testing,
    Static code analysis,
    Code quality/vulnerability testing,
    Automtion testing (end to end testing of application),
    Report,
    Deployment (so that client can access application)

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

    Its very nice to hear from your end like these type of classes bro u r amazing

  • @yuva2999
    @yuva2999 10 หลายเดือนก่อน +1

    My day starts and ends with ur videos..
    Good content great delivery

  • @practicaldeen5333
    @practicaldeen5333 4 หลายเดือนก่อน +3

    Best explanation and teaching style. I am locked in. Trying complete this series within the next two weeks. 3 sessions at least every day. Much appreciated.

  • @tskishan3000
    @tskishan3000 8 หลายเดือนก่อน +4

    Made it to 18th Day, I want to thank Abhishek sir for providing such high-quality content to such difficult topics in an very simple way.

  • @user-nc5tl8si4g
    @user-nc5tl8si4g 5 หลายเดือนก่อน +1

    Awesome Explanation. Loved❤it.

  • @muralikrishna-dy3sw
    @muralikrishna-dy3sw ปีที่แล้ว +2

    Thanks for explaining the end to end process in DevOps ,really it's a amazing, every DevOps engineer should be know this flow.

  • @user-ho8ki7bq1y
    @user-ho8ki7bq1y 10 หลายเดือนก่อน +1

    Hi Abhishek
    Thank you for teaching CI/CD in simple manner. Can you please make videos on Devops integration for mobile applications.

  • @mrekha1103
    @mrekha1103 9 หลายเดือนก่อน +1

    Thanks for this vedio. Because I'm in very confusion state about this topic.very very clear explanation.

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

    Today is a great explanation CI,CD

  • @user-mt1xw6sd8k
    @user-mt1xw6sd8k 3 หลายเดือนก่อน

    Thanks brother

  • @dinbandhukrsah6804
    @dinbandhukrsah6804 9 หลายเดือนก่อน +1

    Just one thing , it's priceless 👌👌

  • @Gautamkumar-sh8re
    @Gautamkumar-sh8re 9 หลายเดือนก่อน +1

    Nice explanation on CI/ CD!

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

    thanks a lot sir

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

    First video i saw wuihout forwarding. Finally i got a channel where i can understand in simple terms and very crisp and clear teaching. Thanks alot and kudos to your hardwork 🙂

  • @HarryPotter-hf7so
    @HarryPotter-hf7so ปีที่แล้ว +1

    Thanks for giving this videos...keep it sir

  • @sudipadas4359
    @sudipadas4359 ปีที่แล้ว +7

    Hi Abhishek,
    I can't thank you enough for teaching us so simple way.
    Whenever I don't understand some topics, I always visit your chanel. And it makes me understand easily.
    I would suggest you to teach us via course please😊, so will get more deep info and knowledges 😊
    Thank you

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

    That is a very nice explanation.

  • @AshokKumar-nh3wb
    @AshokKumar-nh3wb ปีที่แล้ว +1

    Amazing explnation.

  • @g-jalil6961
    @g-jalil6961 8 หลายเดือนก่อน

    perfect

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

    Thank you bro👍
    Eagerly waiting for the upcoming video to get the HandsOn.. 😇

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

    The GitHub actions part was a bit confusing because like instead of Kubernetes you could have taken another project example, I got a bit of confusion when you told when a new code change will be pushed to GitHub it will spin some new k8s pods/docker containers,
    are Github actions doing that at the backend? are they using that or how it is happening? Does GitHub action use k8s at the backend??

  • @SumitSir07
    @SumitSir07 3 หลายเดือนก่อน +1

    Good work 👊👊

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

    Love all your videos

  • @scorcism.
    @scorcism. 9 หลายเดือนก่อน +1

    awesome oneeeeeee

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

    Great 😊

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

    Great content bro...

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

    Is there a way to run a Jenkins stage with a different userid than other stages?

  • @samuelude6858
    @samuelude6858 6 หลายเดือนก่อน +3

    Hi bro, quality and valuable content as usual. Just for clarification of doubt, @24:11/33:24, you mentioned 20 to 30 master nodes and 3 to 4 worker nodes. Please can you confirm if that was what you meant to say and if yes, why more master nodes than worker nodes? Remain blessed

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

    Thank you sir👌👍👍

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

    Super explanation ❤️❤️❤️❤️❤️

  • @random_Stuffs69
    @random_Stuffs69 10 วันที่ผ่านมา

    I really liked your video, nicely explained. Everything is clear but there is a bit confusion in the last 10 mins where you talked about kubernetes and github action.

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

    awsome

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

    nice explain, sir

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

    Can you explain nodejs project deploying in aws ec2 instance with github actions CICD and how to write yaml file

  • @ashutoshkumarprasad578
    @ashutoshkumarprasad578 24 วันที่ผ่านมา

    after this video should i go for ci/cd playlist that you created??

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

    Legend. Thank you

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

    Nice explanation brother

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

    What is the correct order to watch the videos in theCI/CD playlist?

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

    Nice video sir 🎉

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

    What about the error logging bcz in Jenkins we get it in console output and it's not possible for devops to share kubectl logs with developers when their deployment on qa fail daily for large no of deployments going on

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

    Is there any video where I can learn to write a pipeline from scratch? Any TH-cam channel or video will be a great help.

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

    thanx sir

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

    Hello Abhishek,
    First of all thank you so much for exaplining in such simple manner.
    I wanted to ask you how much knowledge of devops is required to enter in the field?
    if you can guide me with this.

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

    Really beats even paid courses by a margin.

  • @bharathib.bharathi1641
    @bharathib.bharathi1641 ปีที่แล้ว +3

    Good understandable video Sir... And Sir can you create ci/cd pipeline for python application.... Because now a days most of the companies are using python as scripting language....please make it sir it will be useful...

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

    Thanks sir 🙏🙏🙏 first comment 👌👌

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

    SO GitHub Actions uses Kubernetes to spin up VM? Cant we do this with Jenkins instead of Kube? Cant we define in Jenkins that we need specific resources only so that it doesn't get waste. If not then how exactly it is done in Kube as we are only triggering GitHUb action and then Kube is handling rest. Got confused towards the end.

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

    my concern abt tommarow partical video go slow while doing practicals i m not able c while u r moving tabs .... thanks you abhishek of u r valuable time..

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

    Folks can you help me here ....whenever we install plugin will it installs in our jenkins runnins host ?

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

    abhishek at 19:30 i was not clear about the 3/5 master and working node and tier architecture and about the terms dev, staging, production.. could you plz clarify.

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

    Hi Abhishek, thanks for the wonderful session. My question is can staging environment be test system or quality/ pre-production system ?

  • @AlirazaSayyed-kl6ze
    @AlirazaSayyed-kl6ze 13 วันที่ผ่านมา

    it would be much better if you run something beside so we can have better imagination of these things

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

    Thank you Abhishek for the great video and for your hard work! I have a question. What if we install Jenkins master in the k8s cluster and run Jenkins agent in the same Kubernetes cluster? Every time when there is a job, Jenkins will create a pod with Jenkins agent and will delete it after? Is that a good solution for real-world situation?

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

    I didn't understand what is EC2 instance where does it comes

  • @user-kj8wv8ly1k
    @user-kj8wv8ly1k 3 หลายเดือนก่อน

    20:00 Hello Abhishek I have doubts like there is the production environment. After we run tests in staging, is Jenkins capable of deploying applications directly to the customers (or) is it a kind of stage 2 or something?

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

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

    Wow outstanding explanation. Do you have any online classes for devops let me know i want to enrollment. Thanks for your hard working.

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

    what is meant by github actions

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

    Hi Abhishek
    As part of learning through your AWS Zero - Hero series. I have diverted to this CI/CD pipeline to understand it. I have a question that is there any other tools used for CI/CD process as like Jenkins ?

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

      We have covered so many in this playlist , github actions, gitlab

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

      @@AbhishekVeeramalla Thankyou very much

  • @strend2833
    @strend2833 5 หลายเดือนก่อน +2

    Hello Abhishek, I have a question regarding using Github action in place of Jenkins. Apart from scaling using Github action, Can we also use Gibhub Actions to perform unit testing, reporting, static code analysis etc..

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

    Sir can you please share one video base on database connection with wep application

  • @saikiran-tt1ww
    @saikiran-tt1ww ปีที่แล้ว +1

    Hi Abhishek,Does jenkins support microservices as well or not? and cant we deploy jenkins in the k8's and make it autoscalable

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

    Is java based web application deployments experience enough to update cv for job change or .net and python application deployments kexperience are also required?

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

    day-18 done✅

  • @im-monaa
    @im-monaa 3 หลายเดือนก่อน +1

    Hello sir, can you please create a video on CI/CD for Microservices ...please sir 😊

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

      Its already there. Search for ultimate cicd pipeline video

    • @im-monaa
      @im-monaa 3 หลายเดือนก่อน

      @@AbhishekVeeramalla The same is followed in the organisation? , actually I want to know how it's implemented in organisations. If there are 10 0r more then how we do that CI CD process?

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

    ❤️. Hi Abhishek I passed az-900, should I go for AZ-104 (azure administrator) ? or AWS cloud practitioner?

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

      Yes. U can

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

      @@AbhishekVeeramalla my question is going for azure administrator will be more helpful for DevOps or AWS cloud practitioner will be more helpful?

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

    Hi Abhishek I have one doubt can I ask I am suresh b tech civil from year 2015 - 2023 can i get job in IT with Devops i have some knowledge can you please guide me Abhishek how to achieved IT job what way i lear pratical knowledge on Devops I am waiting for you are answer Abhishek thank you

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

    sir what is cluster and node ? time -19:00

  • @NehaOza-ik1wh
    @NehaOza-ik1wh 14 วันที่ผ่านมา

    First of all thank you for everything Abhishek. In this zero to Hero course why Python language tutorial is not included ?

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

      There is a complete playlist for python

    • @NehaOza-ik1wh
      @NehaOza-ik1wh 14 วันที่ผ่านมา

      @@AbhishekVeeramalla Thank you and appreciate your prompt response 🙏

  • @shalinipitla6382
    @shalinipitla6382 25 วันที่ผ่านมา

    Is Github a version control system or is it a CI CD pipeline just like Jenkins. Can someone help me understand this point?

    • @crystalomereife5273
      @crystalomereife5273 10 วันที่ผ่านมา

      Github is a code repository, git is a version control system and github actions is for ci/CD pipelines

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

    Hi Abhishek,
    I am new to this IT platform, could you please tell me like what is scale up and scale down that you explained at 23:30 mins of this video

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

      Scaleup means increasing seevers automatically/Manually if there is a huge traffic.
      Scale down means reducing servers when there is a less traffic

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

      @@chandrasekhar5660 tq so much

  • @sanjeetyadav-lm5ts
    @sanjeetyadav-lm5ts ปีที่แล้ว +2

    god of devops

  • @DileepKumar-th4ib
    @DileepKumar-th4ib 5 หลายเดือนก่อน +1

    Hi bro, this is aws course right but I have azure exp, can I watch this.

  • @user-df1rb9dh5r
    @user-df1rb9dh5r 20 วันที่ผ่านมา +1

    Hi Abhishek i have small Doubt coding is required to learn Devops Engineer or not so please say

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

    Hey Hi Abhishek,
    I am full stack engineer now got a chance I would rather say I took initiative in my org to convert manual process into automation.
    Current Setup : UI : Angular / Backend : Node / Db : MySQL
    No I am planning to do CICD process with the help of Jenkins.
    So could you please guide me how to start exactly.
    I took Ec2 instance and new prod instance ubuntu as deployment web server.
    So how to start exactly in Jenkins with the help of scripted or code pipeline approach.
    Thanks,

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

      please watch my jenkins zero to hero course.
      Go for declarative pipelines over the scripted.

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

      @@AbhishekVeeramalla sure

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

      But how to deploy code from one Jenkins ec2 to remote machine

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

    Can you teach python for devops it is most required now

  • @sumansamanta330
    @sumansamanta330 3 หลายเดือนก่อน +1

    10th Feb, 2024

  • @user-nh6fg7ki6p
    @user-nh6fg7ki6p 7 หลายเดือนก่อน

    PLS DO CICD OF GITHUB ACTIONS VIDEO

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

    We still don't know about kubernetes, pod at this point of time until day 17.
    So understanding this video is really difficult.
    Please make content on how much knowledge we have till now

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

      some of these concepts are very inter related to if you find some topic that is not covered just move on and you can come back to it once you know that concept.

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

    maine traind with shubam se courese lya tha pr mera chutya bna dya gya ...apka free or uska paid cmoapre bhi nhi ho sakty

  • @edrichlewis2427
    @edrichlewis2427 8 หลายเดือนก่อน +1

    @abhishek.veeramala How can we be experts in writing the Jenkins file, Docker file, Kubernettes, Terraform to meet diffrent requirements depending on the projrct in the industry?

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

      They are very simple to write .. if u just write a couple of pipelines, you will master the syntax and you can take help of documentation everytime.

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

      @@AbhishekVeeramalla Thank you, Glad to know.
      Does it hold hold good for Docker file, Terraform, Python boto scripts and Kubernettes as well?

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

    Bro
    What is Your Twitter I'd

  • @user-vq2ez7be6l
    @user-vq2ez7be6l 2 หลายเดือนก่อน

    00:02 CI/CD is a process that automates application testing and delivery
    04:28 Delivering your application involves several automated steps.
    08:49 Unit testing, functional testing, reports, and deployment are essential steps in application development.
    13:19 Jenkins is an orchestrator that automates and integrates various tools in a pipeline
    17:34 Deploying applications to different environments for testing and production
    00:03 Jenkins is a binary platform used to deploy and manage services.
    25:39 Using GitHub Actions or GitLab pipelines for CI/CD can help save resources and increase efficiency.
    00:00 CI/CD Solutions are scalable and have emerging alternatives like GitHub Actions, GitLab CI/CD.
    Crafted by Merlin AI.

  • @KunjaBihariJena
    @KunjaBihariJena 10 หลายเดือนก่อน +1

    thank you sir