ArgoCD Installation on Kubernetes : Step-by-Step Guide

preview_player
Показать описание
In this video, I will give an overview of ArgoCD and how it can be used for continuous deployment on Kubernetes. ArgoCD is a popular open-source GitOps tool that allows you to declaratively manage and deploy your applications on Kubernetes.

We'll start by introducing the concepts of GitOps and continuous deployment and how they relate to ArgoCD. We'll then show you how to set up and configure ArgoCD on your Kubernetes cluster.

We will also cover how to connect ArgoCD to your Git repository and how to use it to deploy your applications. You'll learn how to define your desired application state in a Git repository and how ArgoCD will automatically ensure that the cluster matches this desired state.

We will also go over the different features of ArgoCD like the ArgoCD UI, Rollback, and the ability to deploy multiple applications in a single project.

By the end of this video, you will have a good understanding of how ArgoCD works and how it can be used to declaratively manage and deploy your applications on Kubernetes. Whether you're new to ArgoCD or a seasoned user, this video will provide valuable information and help you get started quickly with using ArgoCD for continuous deployment on Kubernetes.

#ArgoCD #kubernetes #GitOps #devops

If you enjoyed watching this video and found it helpful please consider sharing it with your friends and don't forget to subscribe to the channel. For any questions/issues/feedback, please leave a comment and I will be happy to help.
Рекомендации по теме
Комментарии
Автор

If you found this video helpful please consider giving it a thumbs up and subscribing to the channel to be notified of future videos. Also if there is a specific topic or subject you would like me to cover let me know below!

DineshMistry
Автор

Hi, Thanks for this! your effort is really appreciated👏👏

manojvelmani
Автор

Hi, thanks for the video. If I wanted to do this without a minikube, what previous steps should I do? Install a kubernetes cluster and kubectl first and then create the namespace and install the service?

AntonioUzal
Автор

how can i add to the nginx ingree to acess with domain

rezabojnordi
Автор

Has anyone seen this error below

>> kubectl patch svc a1rgocd-server -n argocd -p '{"spec": {"type": "NodePort"}}'
error: unable to parse "'{spec:": yaml: found unexpected end of stream

rajibk
Автор

I had followed the same step on minikube that you mentioned in the video but argocd Ui page is not coming. What might be the reason sir?

prashanthgowda
Автор

how can i add to the nginx ingree to acess with domain

rezabojnordi
visit shbcf.ru