The IDEAL & Practical CI / CD Pipeline - Concepts Overview

preview_player
Показать описание
CI / CD or Continuous Integration / Continuous Delivery is the pinnacle of ideal software development. Using CI/CD, developers can rapidly build, test, and deploy code with the utmost confidence that any breaking change will be caught by the robust pipeline.

In this video, I show you what an Ideal CI / CD pipeline looks like. We focus on the concepts instead of specific technologies, and leave it to you to select the framework of your preference to make this pipeline a reality.

🎉SUPPORT BE A BETTER DEV🎉

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

🌎 Find me here:

#CICD
#Devops
Рекомендации по теме
Комментарии
Автор

Amazing 30, 000 ft view of the CI/CD process, and what the purposes of every step are, not just how to do it but why and what you're going to ac complish strives, love it!

ChrisCox-wvoo
Автор

Well that will be a great addition to our on-boarding procedure ! You described the ideal CI/CD pipeline in such a smooth yet accurate manner and in a 22 minutes video rather than a 2h one ! Well done!

Vandercox
Автор

This was incredibly informative, logical, and easy to understand and follow. I don’t think I’ve ever seen such a clear, comprehensible step-by-step basic structuring of, as you put it, the ideal CI/CD pipeline. I really appreciate it. Thanks so much and I look forward to your subsequent videos.

burrillgray
Автор

Your videos are great, I recommend these to junior developers on my team all the time. You deserve waaay more views for these man. Thanks again.

MrRobertkhall
Автор

Great video! One additional thing you can add either as part of PR approval or build step is code linters / code analysis like check style or sonarqube.

goodmaninc
Автор

Hi, great video. I think you may be conflating Canary and Health Checks. Canary (Deployments) are what you refer to as your 1box approach. The function which you run periodically to check system is a Health Check.

scottdukes
Автор

Thanks! I can see the content came from a very experienced and down to earth devops engineer. I learn a lot from that, really appreciate. Especially you talked a lot about the developer experience which I also think is very important. Most people talk about devops only as a cloud engineer or only talk about the CI/CD pipeline.

aniceguy
Автор

This was excellent, and you did a fantastic job covering what a pipeline should do in just minutes. Awesome! And thanks for making this. It's super handy to share.

ripplesandleaves
Автор

Couldn't have come at a better time. Great video, thank you!

xBBF
Автор

Dude, I've been watching your stuff and I must say that you are a freaking legend for putting so much of yourself into all of this. Thank you! You are the reason why a lot of people will be able to make a better life for themselves, really.

christophermaisch
Автор

From your video, I have 80% confidence you are(or were) Amazon SDE. Some of the terms you mentioned are used by Amazon, but not lot of other places.

AlvinC-szli
Автор

Thanks for the info and loving your video especially as a new junior dev just starting out :)

nhuphan
Автор

this was helpful. Thanks! I took thorough notes and am about to share them with the rest of my team. This was awesome.

BlankFaceAma
Автор

Good explanation of what should be a basic CI/CD pipeline multi-AZ. Thanks man you rock!

victorcosta
Автор

Awesome video! It's really hard to learn these things, if you haven't worked in a large scale company.. Will try to get our startup to implement a similar pipeline!

paulwagner
Автор

One of the best explained videos I have watched on CI/DC pipeline. Liked and subscribed. Now I am just gonne binge watch all of your videos!! thank you.

trekmotion
Автор

15:30 Errors over an extended period of time may also be indicative of a platform issue rather than an issue with the code.
Just because the "canary" detects an issue, this does not mean that a rollback should be performed.

weignerg
Автор

Well explained buddy! You are changing lives and thank you

severtone
Автор

Great, to see such videos exists in youtube

DevenSitapara
Автор

Thanks for the great video. In terms of canary deployment and deployment progression a great tool to look at is Argo Rollouts that can handle this for you.

salborough