Let's do GitOps in Kubernetes! ArgoCD Tutorial

  Рет қаралды 59,243

Christian Lempa

Christian Lempa

Күн бұрын

We start taking a look at CI-CD, especially the CD part with the free and open-source Argo CD. In this video, we will automate the deployment of a Nginx Web server on my Kubernetes Cluster. #Kubernetes #GitOps #ArgoCD
DOCS: github.com/christianlempa/vid...
Datree-**: datree.io
Install Kubernetes /k3s in your Home Lab: • Using *HA* Kubernetes ...
Follow me:
TWITTER: / christianlempa
INSTAGRAM: / christianlempa
DISCORD: / discord
GITHUB: github.com/christianlempa
PATREON: / christianlempa
MY EQUIPMENT: kit.co/christianlempa
Timestamps:
00:00 - Introduction
00:59 - Advertisement-*
01:14 - What is CI-CD?
03:57 - Install Argo CD in Kubernetes
07:38 - Login to Argo CD Web interface
09:12 - Create and link a Git Repository
10:33 - Add Kubernetes Manifests
11:31 - Verify files with Datree.io-*
12:45 - Create an Application in Argo CD
15:24 - Synchronization and Updating
________________
All links with "*" are affiliate links.

Пікірлер: 57
@Tom-n5tti
@Tom-n5tti Жыл бұрын
Another Great video Christian. You always do an excellent job covering the issues one may encounter on these builds!
@christianlempa
@christianlempa Жыл бұрын
Thank you so much :)
@alexandruciobotaru5085
@alexandruciobotaru5085 7 ай бұрын
Loved the vid!
@maxiu..
@maxiu.. Жыл бұрын
Few tools which integrate nicely with Argo - helm (also creating Argo application resources as helm charts gives some benefits) - renovate (like watchtower for docker but this one watches your repo and auto commits updates to docker image/helm chart versions) - reloader (for when you apply new version of configmap and need your app to restart) I have been running Argo in production for over 2 years now, even for self hosted k3s kubernetes it is IMO the best way to deploy your apps.
@christianlempa
@christianlempa Жыл бұрын
Oh they sound nice, thank you for sharing!
@miraccan00
@miraccan00 9 ай бұрын
I have confusin while CI pipeline get into this situation how we going to change our helm manifest without second push ?
@TheOnlyEpsilonAlpha
@TheOnlyEpsilonAlpha 9 ай бұрын
Very handy tool! Will take a look at it
@ArielS
@ArielS Жыл бұрын
Great, big thanks! Yesterday I was thinking in to deploy ArgoCD into my home lab. :D
@christianlempa
@christianlempa Жыл бұрын
Oh what a great timing :D
@alanscelza6397
@alanscelza6397 Жыл бұрын
Absolutely incredible video! Thank you for sharing your knowledge I'm kinda new workings as a devops, and this kind of material is priceless
@abdelrahimahmad7801
@abdelrahimahmad7801 Жыл бұрын
Great topic, man. Thank you.
@christianlempa
@christianlempa Жыл бұрын
My pleasure!
@Fayaz-Rehman
@Fayaz-Rehman 8 ай бұрын
Thank you for the Good Stuff.
@christianlempa
@christianlempa 8 ай бұрын
Thanks for watching
@agelosnm
@agelosnm Жыл бұрын
Excellent video! A really intersting topic regarding ArgoCD is Helm charts deployments instead of using simple manifests files!
@christianlempa
@christianlempa Жыл бұрын
Thank you mate! Glad it was useful!
@alesiobita365
@alesiobita365 Жыл бұрын
You made it looks easier! Excellent work, I’ve learned a lot from you! I also added argo image updater with strategy as rolling-update to have the CD on fire :) i would be interest for rollback (restore) procedures, if any release doesn’t work and to go back to the previous release. Thanks again :)
@christianlempa
@christianlempa Жыл бұрын
Thank you! :) I'm still testing a lot with ArgoCD, but I hope to make more videos about it.
@drbyte2009
@drbyte2009 Жыл бұрын
A fantastic video !! 👍👍
@christianlempa
@christianlempa Жыл бұрын
Thank you very much!
@DanielRolfe
@DanielRolfe Жыл бұрын
Awesome vid thanks 🙏
@christianlempa
@christianlempa Жыл бұрын
Glad you enjoyed it!
@cybersecurehacks
@cybersecurehacks Жыл бұрын
my favourite tech nerd is back 🔥
@christianlempa
@christianlempa Жыл бұрын
Haha it's good to be back :D
@mav29
@mav29 Жыл бұрын
great video, this one got me subbed @5min
@christianlempa
@christianlempa Жыл бұрын
Awesome, thank you!
@MisterCoder
@MisterCoder Жыл бұрын
Really goof video, appreciate it
@christianlempa
@christianlempa Жыл бұрын
Thx! :)
@diogodias6694
@diogodias6694 Жыл бұрын
I work as DevOps and I was curious about this technology since a long time. Your video just gave me a great idea for implementation on my company! Nice explanation, simple and fast! Many thanks 🙏 Keep going!
@christianlempa
@christianlempa Жыл бұрын
Glad I could help!
@shriker1995
@shriker1995 Жыл бұрын
Nice overview. Did you tried the different views? (You can switch dem on the top-right corner)
@RaviSharma-vw7py
@RaviSharma-vw7py Жыл бұрын
wow informative contents Christian ! Thanks ! Kindly also create one more video related Argo workflow to build docker image & push to dockerhub using kaniko on the same way like SSL ,traefik & ingress/ ingressroute as you did this one! Thanks!
@wicksy39
@wicksy39 Жыл бұрын
maybe you should give it a go first
@christianlempa
@christianlempa Жыл бұрын
Thank you so much! :) Glad that you like it. Considering doing a video about github actions and argocd maybe...
@bassemkaroui4914
@bassemkaroui4914 Жыл бұрын
@@christianlempa That would be really cool, can't wait for that video. Thanks Christian, you're videos are real gems.
@AndrewBlakeOxford
@AndrewBlakeOxford Жыл бұрын
I use gitlab running on docker to do this type of thing - Never used ArgoCD before but I'll check it out
@christianlempa
@christianlempa Жыл бұрын
Oh nice! I wonder if there is another tool working with Docker apart from gitlab runners
@alexelizarov
@alexelizarov 7 ай бұрын
What about private repositories?
@rebelavie7772
@rebelavie7772 10 ай бұрын
Hey.. Christian... Do you have some experience using jsonnet? ( data templating language) in kubernetes... If yes Can do a video about it..? I heard it could be a good alternativ to kustomize or helm
@bjrnhjjakobsen2174
@bjrnhjjakobsen2174 Жыл бұрын
Nice “speed” in this episode - any faster and you loose me as I get annoyed 😂 your content is very well done and it deserves the right pitch - please
@christianlempa
@christianlempa Жыл бұрын
Thank you so much ;)
@kamilgregorczyk8680
@kamilgregorczyk8680 Жыл бұрын
is it possible to store deployment templates on argo side so every app uses the same way for deploy ?
@peterthverdokhleb5689
@peterthverdokhleb5689 Жыл бұрын
Chris, what theme are you using in powershell ? Like ofc
@christianlempa
@christianlempa Жыл бұрын
Using a custom colour scheme and the starship prompt
@Lars-ju9pw
@Lars-ju9pw Жыл бұрын
Does anyone happen to know what color scheme vscode is running? ArgoCD and datree community are both about to be deployed in my home cluster because of this video. Thanks!
@christianlempa
@christianlempa Жыл бұрын
Nice! ;) I'm using my own vscode scheme, "The Digital Life"
@rampanwar1316
@rampanwar1316 Жыл бұрын
How to build docker image using the argo.
@christianlempa
@christianlempa Жыл бұрын
That might be a project for an upcoming video about CI ;)
@collimarco
@collimarco Жыл бұрын
Please make a video about Cuber
@christianlempa
@christianlempa Жыл бұрын
Hm, any reason why this should be better than argocd?
@collimarco
@collimarco Жыл бұрын
@@christianlempa it's not the same as ArgoCD, totally different project with different goal
@meyou118
@meyou118 Жыл бұрын
fantastic video - wish there was a way to turn the very annoying background music off!!!
@imjavierpalma
@imjavierpalma Жыл бұрын
VS Code theme?
@christianlempa
@christianlempa Жыл бұрын
Just search for "The Digital Life" ;)
@jonandez91
@jonandez91 Жыл бұрын
First.
@christianlempa
@christianlempa Жыл бұрын
Second :)
the ULTIMATE kubernetes management tools comparison!
19:12
Christian Lempa
Рет қаралды 54 М.
ArgoCD Tutorial for Beginners | GitOps CD for Kubernetes
47:53
TechWorld with Nana
Рет қаралды 567 М.
PILIHLAH PASANGAN KAUS KAKI 🧦 MEMBERSIHKAN KAKI
00:17
One More Indonesia
Рет қаралды 109 МЛН
Don't Waste!🚫 Turn Ham Into Delicious Food😊🍔 #funnycat #catmemes #trending
00:25
ЗРЯ Я 24 ЧАСА СТОЯЛ НА ГВОЗДЯХ! #нонале
00:35
Introduction to Flux CD on Kubernetes | GitOps | CICD
33:32
That DevOps Guy
Рет қаралды 18 М.
ArgoCD [02]
39:00
Артур Крюков
Рет қаралды 3,1 М.
ArgoCD Starter Guide: Full Tutorial for ArgoCD in Kubernetes
33:41
DevOps Journey
Рет қаралды 50 М.
5 Ways to DevOps-ify your App - Github Actions Tutorial
12:12
Fireship
Рет қаралды 666 М.
What is GitOps, How GitOps works and Why it's so useful
11:33
TechWorld with Nana
Рет қаралды 326 М.
Flux GitOps Tutorial - DevOps and GitOps for Kubernetes
11:55
Techno Tim
Рет қаралды 66 М.
ArgoCD Masterclass | ArgoCD Tutorial From Scratch
58:21
DevOps Shack
Рет қаралды 7 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 191 М.
Kubernetes Explained in 15 Minutes | Hands On (2024 Edition)
15:18
Travis Media
Рет қаралды 41 М.