ArgoCD Image Updater: Decouple CI from CD! #2

  Рет қаралды 22,560

Anton Putra

Anton Putra

Күн бұрын

🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
▬▬▬▬▬ Experience & Location 💼 ▬▬▬▬▬
► I’m a Senior Software Engineer at Juniper Networks (12+ years of experience)
► Located in San Francisco Bay Area, CA (US citizen)
▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
► LinkedIn: / anton-putra
► Twitter/X: / antonvputra
► GitHub: github.com/antonputra
► Email: me@antonputra.com
▬▬▬▬▬▬ Related videos 👨‍🏫 ▬▬▬▬▬▬
👉 [Playlist] Kubernetes Tutorials: • Kubernetes Tutorials
👉 [Playlist] Terraform Tutorials: • Terraform Tutorials fo...
👉 [Playlist] Network Tutorials: • Network Tutorials
👉 [Playlist] Apache Kafka Tutorials: • Apache Kafka Tutorials
👉 [Playlist] Performance Benchmarks: • Performance Benchmarks
👉 [Playlist] Database Tutorials: • Database Tutorials
▬▬▬▬▬▬▬ Timestamps ⏰ ▬▬▬▬▬▬▬
0:00 Intro
2:31 Install ArgoCD Image Updater
8:13 ArgoCD Kustomize Examples
32:29 ArgoCD Helm Examples
39:42 Sealed Secrets
▬▬▬▬▬▬▬ Source Code 📚 ▬▬▬▬▬▬▬
► GitHub: github.com/antonputra/tutoria...
#argocd #kubernetes #devops

Пікірлер: 77
@AntonPutra
@AntonPutra 8 ай бұрын
🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
@LifeHappy-
@LifeHappy- 2 ай бұрын
I love this: 08:47, most of the tutorials forget the typical scenarios.
@rrckguy
@rrckguy 9 ай бұрын
Much better than paid courses. Thanks for your time.
@AntonPutra
@AntonPutra 9 ай бұрын
Thank you!
@tuvoxuan1894
@tuvoxuan1894 7 ай бұрын
thank you bro, you do great for your channel.... it help me alot!!
@AntonPutra
@AntonPutra 7 ай бұрын
Thank you, Tú Võ Xuân!
@prashlovessamosa
@prashlovessamosa Жыл бұрын
Quality of you Videos is super awesome it is very easy to learn.
@AntonPutra
@AntonPutra Жыл бұрын
Thanks!
@mihailyurukov5942
@mihailyurukov5942 11 ай бұрын
Спасибо! Thanks very much for the in-depth guide!
@AntonPutra
@AntonPutra 11 ай бұрын
Thanks!
@havefun599
@havefun599 2 ай бұрын
Best Teacher Ever
@Vol4ikk
@Vol4ikk 3 ай бұрын
Thanks for your videos!
@asrn1739
@asrn1739 5 ай бұрын
Thank you definitely helpful
@yassinekhouaja1257
@yassinekhouaja1257 Жыл бұрын
Hi @AntonPutra , I really enjoy watching your videos. I was wondering if it would be possible for you to make a video that delves into the subject of secret management? this is an important topic that deals with the safekeeping of sensitive information such as passwords, API keys, and other types of credentials.
@AntonPutra
@AntonPutra Жыл бұрын
Sure, thanks for the feedback
@dmitriydiachenko5648
@dmitriydiachenko5648 Жыл бұрын
many thanks man!
@AntonPutra
@AntonPutra Жыл бұрын
Welcome Dmitriy
@longtran12345678
@longtran12345678 Жыл бұрын
interesting and very meaningful video as usual. Before viewing this video, I was thinking about using events to have CD / CI but with ArgoCD Image Updater, it simplies the approach a lot. Many thanks for your video Anton :)
@AntonPutra
@AntonPutra Жыл бұрын
Thank you, events?
@AntonGorbachevDev
@AntonGorbachevDev 3 ай бұрын
​@@AntonPutraYes, they have Argo Events, Workflows and Rollouts. CI part can be implemented with events and workflows
@verp4658
@verp4658 3 ай бұрын
Thanks for this video. Its explained everything iam wondoring. :)
@chasim1982
@chasim1982 Жыл бұрын
Great Video as always, please make a video regarding argocd canary deployment & adding multiple clusters like eks & gke in a single argocd for easier managements, thanks for an amazing high class production grade content 🥰
@AntonPutra
@AntonPutra Жыл бұрын
Thanks!
@DuyNguyen-gm2jk
@DuyNguyen-gm2jk Жыл бұрын
Thank you very much for this content, hope you can make more videos about Argocd, specifically AppProject and Applicationset 😍
@AntonPutra
@AntonPutra Жыл бұрын
Sure, thanks!
@awssoorinje747
@awssoorinje747 10 ай бұрын
@@AntonPutra thanks a lot, please upload more videos on argocd.
@user-bc7lj7uy4z
@user-bc7lj7uy4z Жыл бұрын
super useful for me
@AntonPutra
@AntonPutra Жыл бұрын
Glad to hear that
@g-luu
@g-luu Жыл бұрын
Thank you so much for this thorough video. Curious if its possible to use something like key vault or aws kvm for secrets. Would be an awesome video.
@AntonPutra
@AntonPutra Жыл бұрын
Thanks, yes it's possible. I have one video regarding eks and aws secrets manager integration, but it's quite old i would need to update soon
@AminM459
@AminM459 8 ай бұрын
note, when adding a helm repo, you can update local index for that repo only (faster) helm repo add XYZ url helm repo update XYZ
@AntonPutra
@AntonPutra 8 ай бұрын
thanks good to know
@user-hv3hg9gp5o
@user-hv3hg9gp5o 9 ай бұрын
Hi Anton! Your videos are great! Thanks a lot! I am curious, how do you version kustomize artifacts? Let's say I have development and production environments. I am going to migrate from regular Deployment with rolling update to flagger and I want to commit that to the repository but affect development environment only. If we use the same app-base folder - that is a bit problematic. Or let's say I want to rollback, do I have to git revert? If I use helm, I can version charts in chartmuseum or OCI repository and upgrade/rollback independently
@AntonPutra
@AntonPutra 9 ай бұрын
Yes, it's a trade-off. You can't really version control Kustomize; you can only override some parameters in each environment. Usually, it's enough. If not, consider creating a new folder for Kustomize.
@domw2391
@domw2391 Жыл бұрын
Thanks for the video, Sorry I have a question again. Should we make our backend app into tf code? Because in this example, we only use kubectl apply to put the application into Argocd. But I am trying to use terragrunt with combine with ArgoCD. However I don't know should I transform my application into tf code. Because both kustomise and helm also in yaml format which can not be called by using terraform / terragrunt apply. So I am quite confuse when we should put the application into argoCD, or we just run kubectl apply -f application at the end of infrastructure deployment. Below are my developed steps of terragrunt plan Group 1 - infrastructure-live/dev/vpc Group 2 - infrastructure-live/dev/eks - infrastructure-live/dev/iam-admin Group 3 - infrastructure-live/dev/argocd (argocd+image-updater+chart_museum) - infrastructure-live/dev/kube-prometheus-stack Group 4 - infrastructure-live/dev/external-ingress-nginx - infrasturcture-live/dev/my-backend-app
@Diego_UG
@Diego_UG Жыл бұрын
uff thank you, its content is incredible, good practices can be understood, I like it a lot, what do you think of staging or production-like test environments and how should databases be managed? I have seen environments that from staging select a branch and send it to be deployed to a cluster that sees a url, where I work they want to make it possible to have n self-assembling virtual environments, but in their experience from what you have seen, or What do you think would be a good practice?
@AntonPutra
@AntonPutra Жыл бұрын
I saw that some companies take a snapshot of production data and load it to "staging" environments for tests.
@Diego_UG
@Diego_UG Жыл бұрын
@@AntonPutra Yes, and with respect to creating test environments in kubernetes? What is the most common, the correct, the best practice? What would the flow of the team or the developer be like?
@vinayhegde9888
@vinayhegde9888 8 ай бұрын
Great content!!!! Thanks for sharing. Can you please share terraform code to install Argo Rollout as well if available.
@AntonPutra
@AntonPutra 8 ай бұрын
Thank you, Vinay. It can be installed using the same helm provider as I did with other components. You can find it with - helm repo add argo argoproj.github.io/argo-helm - "helm search repo argo-rollouts"
@jamallmahmoudi9481
@jamallmahmoudi9481 5 ай бұрын
Hi, Anton great video, Thanks a lot for sharing I have a question in this scenario what is exactly ArgoCD " app of apps " ???
@AntonPutra
@AntonPutra 5 ай бұрын
To deploy regular application using Argocd we need to apply argocd custom resource with reference to kubernetes deployment manifests. if you need to deploy 10 apps you need to manually apply 10 argocd custom resources. App of apps is the same argocd custom resource that you use to apply a single resource but instead it has reference to all argocd custom resources. So it automates deployments of all apps from the git
@alidadgar445
@alidadgar445 Жыл бұрын
hi,thanks for videos, pls make video for secret management.
@AntonPutra
@AntonPutra Жыл бұрын
Okay sure
@ahmadhassan2321
@ahmadhassan2321 Жыл бұрын
Hi @AntonPutra Thank you so much for your content. I have a question regarding how do we manage github repository when you have multiple environments, like how will the folder structure look like, application.yaml file . with image updater being setup too.
@AntonPutra
@AntonPutra Жыл бұрын
Something like this - github.com/antonputra/tutorials/tree/main/lessons/158/lesson-158/environments/staging
@ahmadhassan2321
@ahmadhassan2321 Жыл бұрын
@@AntonPutra Thank you so much for your response. Unfortunately it doesn't address my problem statement, I am looking for a solution when you have your microservices managed by helm and you need to deploy them to different environment, Secondly i need to setup application.yaml file to each environment since i have argocd setup on each environment. Looking forward to hear from you :)
@AntonPutra
@AntonPutra Жыл бұрын
@@ahmadhassan2321 check out argocd autopilot, they have very opinionated folder structure that may work for you - argocd-autopilot.readthedocs.io/en/stable/
@StephanDuToit
@StephanDuToit 6 ай бұрын
Thanks!
@AntonPutra
@AntonPutra 6 ай бұрын
Thank you, Stephan!
@StephanDuToit
@StephanDuToit 6 ай бұрын
No, thank YOU! Your content is fantastic. Keep it up
@sakshamatwork
@sakshamatwork 9 ай бұрын
Hi Anton, what method would you suggest for authorization for AWS ECR?
@AntonPutra
@AntonPutra 8 ай бұрын
The only appropriate option now is to create an IAM role and use IRSA for the K8s ArgoCD service account. By the way I'll create a video soon ArgoCD + EKS..
@jianjiatan7599
@jianjiatan7599 11 ай бұрын
What is your preference? Helm or kustomize? And why?
@AntonPutra
@AntonPutra 11 ай бұрын
I use Helm to deploy ephemeral environments that are typically torn down after you run tests or are done with development. It's also used for some open-source applications. If you decide to use Helm to manage applications in your production environments, over time, you may get new requests to add more deployments, expose them using ingress, etc. Any kind of change in Helm must be associated with additional commits and the release of a new Helm version. If you have hundreds of apps, managing Helm can sometimes be very annoying. With Kustomize, it’s a bit easier to manage in the long term.
@rohmersicat3429
@rohmersicat3429 7 ай бұрын
Hi seems like aws ecr not supported on the updater config registry do you have any work around for aws ecr ?
@AntonPutra
@AntonPutra 7 ай бұрын
Not sure regarding ArgoCD and AWS; for the last 4 years, I've been running FluxCD. It supports all cloud providers 100%. I'll check in the future, looks like there isa workaround - github.com/argoproj-labs/argocd-image-updater/issues/112
@rohmersicat3429
@rohmersicat3429 7 ай бұрын
@@AntonPutra Thank you in your opinion what do you prefer for CD FluxCD or ArgoCD ? specially when it comes of complexity
@AntonPutra
@AntonPutra 7 ай бұрын
@@rohmersicat3429 ​​⁠Argocd is more popular just because it has UI, I don’t use it anyway. I’ve been running Fluxcd in prod for I few years and only had issue due to my mistake and built-in garbage collection
@rohmersicat3429
@rohmersicat3429 7 ай бұрын
@@AntonPutra Thank you master! been following you and watching your video always :)
@Davidlavieri
@Davidlavieri 9 ай бұрын
wouldn't it be simpler to use say "github actions" to make the 2nd example, PR -> master -> action: (1) build app and push to docker hub (2) commit&push tag release it wont separate ci/cd but keep it simpler
@kasvith
@kasvith 8 ай бұрын
Hi Anton, what do you think of following strategy 1. CI pipeline builds new docker image in the app repo and push it to CR 2. CI(we are still in App build CI pipeline) knows image tag, it pull deployment repo, use kustomize to update image tag in deployment, update deployment repo, push it 3. ArgoCD watches for the deployment repo and notice the tag change 4. ArgoCD does the deployment In here we use a single CI pipeline to build docker image, push it to CR, update deployment repo(which is a separate one) and let argo do the rest
@AntonPutra
@AntonPutra 8 ай бұрын
I think I described exactly the same strategy in either in the first video or in this one😊
@kasvith
@kasvith 8 ай бұрын
@@AntonPutra yeah just noticed it, keep up the good work
@AntonPutra
@AntonPutra 8 ай бұрын
@@kasvith thanks will do :)
@kasvith
@kasvith 8 ай бұрын
@@AntonPutra hi anton, i finshed the vid, i think main difference with your vid and my approach was, in your one ArgoCD writes to the git repo about the latest tag, in mine CI server does this when certain criterias are met for example after staging deployed, CI server will update the deployment repo with image tag into prod env, causing argo cd to deploy the app to prod this way, we control the entire flow from a CI script and we control how same image tag promoted different multiple environments. I prefer to use git SHA for image tag, so we can correlate image version with our code at any given time. this allow us to simply promote same image across multi environments keeping things more consistent let me know what you think
@AntonPutra
@AntonPutra 8 ай бұрын
​@@kasvith Most of the time, I prepare some simplified versions of the pipelines. Production pipelines can have a lot more steps and validation, so I'm not surprised.
@erickvillatoro5683
@erickvillatoro5683 Жыл бұрын
Can you do a Flux V2 tutorial?
@AntonPutra
@AntonPutra Жыл бұрын
Sure
@s_dee_13
@s_dee_13 11 ай бұрын
Couldn't you use renovate bot for this
@AntonPutra
@AntonPutra 11 ай бұрын
i haven't used it before
@OlegKorsak
@OlegKorsak Жыл бұрын
isn't ArgoCD a bloatware? FluxCD looks simpler
@AntonPutra
@AntonPutra Жыл бұрын
Agree, i use fuxcd in my environments. But looks like argocd is much more popular..
ArgoCD Tutorial for Beginners: GitOps CD for Kubernetes #1
38:51
Anton Putra
Рет қаралды 40 М.
CAN YOU HELP ME? (ROAD TO 100 MLN!) #shorts
00:26
PANDA BOI
Рет қаралды 36 МЛН
WHY DOES SHE HAVE A REWARD? #youtubecreatorawards
00:41
Levsob
Рет қаралды 39 МЛН
NO NO NO YES! (50 MLN SUBSCRIBERS CHALLENGE!) #shorts
00:26
PANDA BOI
Рет қаралды 102 МЛН
How many pencils can hold me up?
00:40
A4
Рет қаралды 18 МЛН
GitOps con ArgoCD y Gitlab-CI
29:40
Kevo Rojas
Рет қаралды 3,7 М.
ArgoCD Notifications (Successful/Failed Deployments)
11:23
Anton Putra
Рет қаралды 7 М.
GitOps Secrets Management with Argo CD
41:37
Akuity
Рет қаралды 9 М.
Using Helm Values Files with Argo CD
17:27
Akuity
Рет қаралды 12 М.
Terragrunt Tutorial: Create VPC, EKS from Scratch!
1:01:09
Anton Putra
Рет қаралды 38 М.
ArgoCD Starter Guide: Full Tutorial for ArgoCD in Kubernetes
33:41
DevOps Journey
Рет қаралды 54 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 219 М.
ArgoCD Masterclass | ArgoCD Tutorial From Scratch
58:21
DevOps Shack
Рет қаралды 9 М.
Which Phone Unlock Code Will You Choose? 🤔️
0:14
Game9bit
Рет қаралды 13 МЛН
Main filter..
0:15
CikoYt
Рет қаралды 291 М.
👎Главный МИНУС планшета Apple🍏
0:29
Demin's Lounge
Рет қаралды 514 М.
😱НОУТБУК СОСЕДКИ😱
0:30
OMG DEN
Рет қаралды 2,9 МЛН
Выложил СВОЙ АЙФОН НА АВИТО #shorts
0:42
Дмитрий Левандовский
Рет қаралды 1,6 МЛН
Индуктивность и дроссель.
1:00
Hi Dev! – Электроника
Рет қаралды 1,6 МЛН