What is CICD?

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

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

  • @mezykin
    @mezykin 4 года назад +11

    wow i swear, this one video made devOps seem a lot easier to understand. thank you so much.

  • @innigaadu
    @innigaadu 4 года назад +4

    Best explanation of CI CD Ever. NOT a single second within that video was redundant... Every second of that video was valuable

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

      @Robin Mai I have a little basics on CI CD and I found it useful... All those who are at my level will find it useful..
      If you don't like it then you must be an expert in which case I wonder why you even bother to watch this video which was supposed to be an introduction

  • @sonricssss
    @sonricssss 3 года назад +9

    I love your udemy courses, fast, to the point and good quizes!

  • @fm51431
    @fm51431 2 года назад +1

    Very good explanation of CI/CD. Thank you!

  • @gkv2306
    @gkv2306 3 года назад +4

    Hi Mareek , your Explanation is simply Awesome God Bless You keep rocking. Stay safe,i would request you to Make more videos on Kubernetes if time is flexible.

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

    very clear and understanding, respect from China

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

    You are awesome mate. I like your simple approach

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

    Very informative... Thank you very much.

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

    Super video explanatory video, thanks Stephane!

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

    Great video!

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

    How does the testing work? If I commit code, is this simple a syntax check? How does it know how to test the functionality?

  • @aamirpalsehmi6938
    @aamirpalsehmi6938 4 года назад +2

    Nice explanation!
    I have a Ques:
    If we remove the optional step of approval in CDelivery, What will be deffrence in both CDs? Ref:03:30
    Thanks!

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

      If there is no manual step, then it will become continuous deployment. If they is a manual approval step, it will be continuous delivery.

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

    Very good video and good explanation

  • @HumayunKabir-ob3kr
    @HumayunKabir-ob3kr 4 года назад +1

    nice explanation

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

    Thanks ❤

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

    great video!

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

    What is the easiest way for a backend developer to do CD CI in a micro service architecture without necessarily using very advanced tools?

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

    well explained. thanks

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

    Thanks a lot 😊

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

    Hi Stephane, what about testing ? who is doing and what kind of testing can be done... Is it possible to testing 100% automtically ?

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

      Developers can write their own test scripts (unit test, integration test, regression test...etc. you can find the whole list using Google).
      In most companies, before deploying a code into production, it has to be deployed into other environments, ex: Dev -> QA -> UAT -> Prod (the number/name of the environments may vary from a company to another). The QA (Quality Assurance) environment is where software testers perform their tests to make sure there are no major bugs...etc.
      And, NO! there's no 100% automated tests. A CI/CD software (such as Jenkins, Gitlab CI) is used to perform automatic tests only. The rest should be performed by the QA team.
      Hope it helps

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

    Stephen, why is your Sysops Admin course double the cost of the other course, even the professional courses?

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

      Here is my Ultimate AWS Certified SysOps Administrator Associate 2020 course discounted: links.datacumulus.com/aws-certified-sysops-coupon
      It should be a lot cheaper now :)

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

      @@StephaneMaarek thanks for the response, but that’s not my point. The course is still close to twice the cost of other instructors’ courses and also much more than your own other courses. Why the disparity?
      I run study groups for AWS certification and need for everyone to be working off of the same instructor’s course material for it to be effective. But people are pushing back on buying your sysops administrator course because of the cost differential.

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

      @@rjpoddar9472 udemy controls the price, I don’t. The link provided is the best discount I can offer. Hope that helps !

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

    hi good morning Marrek feel free could you answer the following questions if time permits
    The customer is approaching u to deploy a highly secured infrastructure. What was the best practice to suggest
    So many aspects are they how you will implement in the cloud (AWS) from the scratch.
    So in that scenario what are the security best practices that u follow?
    How will we configure AWS infrastructure? How will u take from scratch to Kubernetes
    How will you plan to implement the infrastructure?
    Best practices we follow for infrastructure?
    AWS Alb + ingress controller have u tried?
    How u can implement Autoscaling at pod level?
    On what component HPA relies on in order to bring up the Autos calling we have to bring up
    Some file or what the dependent controller for HPA
    What are k8s managed services u have used?
    Have u implemented any self-managed clusters?
    What are the security best practices that u follow in k8s?
    Where do u store secrets?
    Have u created any helm chats from scratch?
    What are the policies u used for k8s?
    What is the backend used for storing secrets?
    What are the monitoring and logging solutions u used for this?
    Have u used any lambda functions?
    Have u used the API gateway?API gateway what are the features or just like a router?
    Have u ever hosted a static website on AWS using S3 + cloud front or cloud formation?
    IAAC(Terraform)
    What are the best practices in terraform to bring up ur infra or developing the terraform
    Template?
    How u will secure Main.tf and state file mgmt?
    CI/CD tools u r familiar with?
    How do you reduce the docker image?
    Have u ever used docker-compose and docker swarm?
    Difference between k8s and docker swarm