very detailed and perfectly explained video and it worked flawlessly.Just one small issue i faced was that with the 'minikube service' command it was not creating a tunnel for me.I solved it by using 'kubectl port-forward' command.
@@AbhishekVeeramalla I am using minikube on AWS EC2, minikube service command not creating tunnel for me. Please help me with the next steps. I am stuck in middle of the practice.
@@AbhishekVeeramallaHi Abhishek please help I am not able to access the Argocd url from outside of EC2 machine, in Security group everything is allowed still facing the issue . Have edited the Argocd manifest to node port as you did but still the same issue
Please share the next video too. I would like tosay thanks to you. I paid 45000 to be a devops engineer. The class was the worst of all time. They didn't even explain whats comes after what. They never mentioned ARGOCD or any deployment part in their entire session of 8 months. I am learning everything now and fianlly all the job descriptions have been making sense...Thanks Abishek....
Thank very much, this video has helped me know gitOps, ArgoCD and kubernates, I started watching from volume 1 2 and this volume 3. Thanks again for hard work you are doing, keep it up.
This is the best video in the RUclips to learn practicle install of argoCD . Big Thanks abhishek bro I highly recomend watch and practice this before going to lean abhishek jenkins argoCD otherwise we will be stuck in CD part. Thank you so much , We need 1 more video on how to learn POM.xl file reading and writing some jenkins docker files using pom.xml
Hi Veeramall, it's been quite sometime bro! You got me Worried 😟 Its really good to have your Videos back. Was waiting....... Excited to learn. Thankyou! God bless you.
Really needs a video on advance topics. You leave bunch of burning questions, like how argocd handle secrets if secrets are store in voult and how it handle mutating webhooks... Please try to make part4 on argo cd. Thanks in advance..
Thanks Abhi for another great presentation. If possible, please can you give us the concluding part of this video before we dive into aws. This will help us digest the topic as a whole. Thanks once again bro.
Sir, I kindly request you to make your channel a one-stop solution for DevOps. As you have already covered Docker, Kubernetes, and CI/CD in depth, it would be great if you could also complete the ArgoCD playlist. Once that's done, an in-depth playlist on Istio would be highly appreciated. Thank you for your great work!
Hi @Abhishek thank you for providing such a nice playlist that we rarely find on RUclips on argocd topic, if possible then please provide next video part 4 of this series. i know you are busy with terraform playlist bust just a kind request . Thank you again.
Hi Abhishek, thankyou for making such helpful videos. It would be a request please complete this series and show us how argoCD works in a production environment. Would be grateful
Amazing explanation. Can you also do a mini series on ISTIO and ServiceMESH? You make everything seem so easy, i don't wanna refer any other youtube content.
Great explaination , one small request if you can put one video on applicationset-controller and for some customization in argocd terminal that will be great.Thanks!
Hi Abhishek, it would be great if you can cover advanced configuration on ArgoCD in future, I have one small doubt that the node port service port number which you have used for exposing argo server is 53337 but the node port range falls in 32000-32767 so can you shed some light on that how is that port generated out of the range.
You cannot access using node port from the browser, so I established tunneling using minikube and that is tunneling port Using that port I accessed the argocd server using the browser
Abhishek, will you please help us by doing advance configuration also. This tutorial is nice how to deploy app using helm and simple manifest way. Thanks once again for your help.
Hi Mate, thanks a lot for that wonderful knowledge sharing; one thing - you forgot to answer the question, asked in previous video, what would happen to the already deployed applications in k8s cluster, when we didn't use ArgoCD, can those applications by still sync with Argocd? or do we need to redeploy those applications? Please guide, thanks!
They will be pruned if pruning is enabled.. it depends on how u want to handle orphaned resources basically. The good practice is to give complete ownership of namespace to argo .. so yes deploy everything through argo .. u can just add the manifests to git for deployed resources
Hello Abeshik Sir, The ArgoCD secret "argocd-initial-admin-secret" password is in Base64 encoded format, not Base64 encrypted. This is just a small correction.
nice informative video thanks for making this. i have one doubt like if i have muliple application like helm-guestbook, like helm-visitbook do we need to manually add in the argocd UI ?
I am using minikube on AWS EC2, minikube service command not creating tunnel for me. Please help me with the next steps. I am stuck in middle of the practice.
Hi Abhishek, you said like we cannot modify any thing in K8s cluster while using the argoCD, but here i modified service from ClusterIP to NodePort, it has changed and it accepted. while using ArgoCD If we change anything in K8s cluster its needs to be self heal and it has to come same state right.... But in my case its working... Can you please help Is anything wrong?
Hi Abhishek thanks for videos on gitops. As said in the videos are you going to make any videos specific to infrastructure management using the gitops tools like argocd or is it already created. If yes please let me know the link. Thank you
Hi,, I have tried to create the tunnel using the command you have shown here but its not getting created ,tried multiple times ,,showing problem loading page ,,I have created the minikube cluster in Azure ...what to do please give any suggestions ??
You can also use the argo cd cli if you are finding it difficult to access the ui Coming to ui, tunneling should work , if the minikube thnneling is not woring try the kubectl thnneling
Hi@@tanayabanerjee2380 did you find any solution? I tried a lot but still unable to land the server ui. I am also using minikube in an ec2 instance aws. I dont know why its not coming up. tried a lot :(
I am stuck at logging in to argo UI interface I am getting invalid password error. I have followed same instructions from the video and decoded using base64 but still couldn't get through. Can you please help?
Thanks Abhi for the awesome session I have a doubt How can we generate auth_token for argocd My requirement is -I need to deploy from terraform Where I used argocd provider and it needs to authenticate with argocd Got api adress from load balancer But no idea how to take auth token
Hey, one question - What if I made any changes in my source code which is simple refactoring and doesn’t need deployment, but I commited it to git? Will ArgoCd again tries to deploy it even though no changes are made in values.yaml file ?
My Application is running in private node groups and installed argocd. Now how can I access the argocd gui ? How can I use ingress to get the argocd for CD? Please help me out .
I have a question. What about CI part. Now, if i want to do some tests before I deploying the project to k8s. Is there any way that ArgoCd will trigger only after CI part is completed.
Hi abhishek I have created the application in argocd cli but post application created pods are in image pull backoff state, getting error like failed to authorize: failed to fetch oauth token:unexpected status: 401 unauthorized Could please suggest me where to add tokens to get the image from the private registry
After deploying the application through the Bitbucket pipeline, we're encountering a recurring issue where Argo CD gets out of sync, necessitating a manual prune sync each time. Furthermore, if we update the service while the Bitbucket pipeline is running, we find ourselves needing to manually sync to ensure everything is in sync. Can you provide assistance with resolving this?
Awesome Explanaton , i've small issue i coudnt able to get password using base64 command - Error -base64: The term 'base64' is not recognized as a name of a cmdlet, function, script file, or executable program?
bro i am geting this errpr : Unable to load data: Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.
very detailed and perfectly explained video and it worked flawlessly.Just one small issue i faced was that with the 'minikube service' command it was not creating a tunnel for me.I solved it by using 'kubectl port-forward' command.
If u r running minikube on a vm, yeah u need to port forward.
@@maheshpenna2508 linux ec2 mein browser se to nhi ho paega argocd cli se hi krna pdega sab
@@AbhishekVeeramalla I am using minikube on AWS EC2, minikube service command not creating tunnel for me. Please help me with the next steps. I am stuck in middle of the practice.
@@AbhishekVeeramallaHi Abhishek please help I am not able to access the Argocd url from outside of EC2 machine, in Security group everything is allowed still facing the issue . Have edited the Argocd manifest to node port as you did but still the same issue
ssh -L 8080:localhost:8080 -i /path/to/your/key.pem ec2-user@
With the help of this cmd finally got this
we need advanced topics, sir. Bundle of thanks for such amazing videos. Your way of explaining the topic is amazing.
So nice of you
Please share the next video too. I would like tosay thanks to you. I paid 45000 to be a devops engineer. The class was the worst of all time. They didn't even explain whats comes after what. They never mentioned ARGOCD or any deployment part in their entire session of 8 months. I am learning everything now and fianlly all the job descriptions have been making sense...Thanks Abishek....
Welcome 🙏
Love from Pakistan..!! Fan of your teaching skills..!! Stay blessed ❤
Thanks alot
Thank very much, this video has helped me know gitOps, ArgoCD and kubernates, I started watching from volume 1 2 and this volume 3. Thanks again for hard work you are doing, keep it up.
Glad it helped!
I am starting to learning so much through your videos.Thank you for this
This is the best video in the RUclips to learn practicle install of argoCD .
Big Thanks abhishek bro
I highly recomend watch and practice this before going to lean abhishek jenkins argoCD otherwise we will be stuck in CD part.
Thank you so much , We need 1 more video on how to learn POM.xl file reading and writing some jenkins docker files using pom.xml
Thanks a ton
Hi Abhishek thanks for this.
We are willing to learn more advanced wayzl, Can please continue with this.
Your content is top notch, Please do continuation videos . Thank you Abhishek
Thank you, I will
The content was easy to understand. Please continue this argocd series and show us some advanced configurations in argocd...
Great indepth toturial. thank you😊 for sharing this amazing content.
Most welcome
Excellent training videos, and become a fan of you now
Please continue this series abhishek, it is a very usefull informatiom of argo-cd
Sure I will
Thanks abhi for adding this gitops videos. Your content is good, please keep adding more topics of gitops and advanced concepts also.
Sure
Could you add more ArgoCD topics to the playlist? Practical, project-based examples would be great since we've covered theory already. Thanks!
Hi Veeramall, it's been quite sometime bro! You got me Worried 😟 Its really good to have your Videos back. Was waiting....... Excited to learn. Thankyou! God bless you.
Sorry, I was on vacation .. will upload on time going ahead
Great video.. Kindly upload next video of this series..
sure
Really needs a video on advance topics.
You leave bunch of burning questions, like how argocd handle secrets if secrets are store in voult and how it handle mutating webhooks...
Please try to make part4 on argo cd. Thanks in advance..
thank you abhishekh..it helped me a lot@ my projects..
Most welcome 😊
Waiting for this !! stay blessed
Thanks alot
Thanks you for good content and good explanation, Please continue the ArgoCD concept.
One of my best trainer, @abhishek.veeramalla
i will definately recommend this channel for every one,.INSHALLAH..Ammazing
❤️
Thanks Abhi for another great presentation. If possible, please can you give us the concluding part of this video before we dive into aws. This will help us digest the topic as a whole. Thanks once again bro.
Sure
This mordern day tool looks very much efficient and easy to automate. Abhi plzz do deep drive into it.
sure, noted
We need advance topics Abhishek ... Eagerly waiting for your amazing videos
Already uploaded episode 4
Sir, I kindly request you to make your channel a one-stop solution for DevOps. As you have already covered Docker, Kubernetes, and CI/CD in depth, it would be great if you could also complete the ArgoCD playlist. Once that's done, an in-depth playlist on Istio would be highly appreciated. Thank you for your great work!
Noted
very well explained and easy to understand 😍
Hi @Abhishek
thank you for providing such a nice playlist that we rarely find on RUclips on argocd topic,
if possible then please provide next video part 4 of this series.
i know you are busy with terraform playlist bust just a kind request .
Thank you again.
Will upload soon
@@AbhishekVeeramalla thank you sirji 🙏
It's an amazing video on GitOps. Could you plz make more videos on this?
Yes yes
Can we expect advance configuration of Argo CD in this playlist? Along with it real time interview Questions for Argo CD?
Hi Abhishek, thankyou for making such helpful videos. It would be a request please complete this series and show us how argoCD works in a production environment.
Would be grateful
Noted
Hello Abhishek, Thanks for the awesome demo and detailed explanation, It would great if you share the advanced configurations in argocd.
Thanks yes please continue the series with argocd and helm
noted
Amazing explanation. Can you also do a mini series on ISTIO and ServiceMESH? You make everything seem so easy, i don't wanna refer any other youtube content.
Thank you Abhishek for your awesome explanation. Please create ArgoCD and Istio playlists.
I will continue this playlist
Thank you Abhishek for sharing. I am interested in knowing about the advanced configuration. Please, if possible do a video on that 🙏
Please upload more for ArgoCD advanced topics.. waiting for it
Hi Abhishek, thanks a lot for the awesome content. Can you please complete this playlist 🙏
sure, will try after python playlist
@@AbhishekVeeramalla thanks a lot sir
Willing to see the advance configuration if u could make the video its highly appreciated and valued Abhishek Thank you❤.
Sure 👍
Great explaination , one small request if you can put one video on applicationset-controller and for some customization in argocd terminal that will be great.Thanks!
Got it .. noted
Please continue this series 🙏🏻
thanks
thanks Abhishek, it helps a lot🐙🐙🐙
Glad to hear that
need advanced topics abhishek which will be very helpful
Hi Abhishek, it would be great if you can cover advanced configuration on ArgoCD in future, I have one small doubt that the node port service port number which you have used for exposing argo server is 53337 but the node port range falls in 32000-32767 so can you shed some light on that how is that port generated out of the range.
You cannot access using node port from the browser, so I established tunneling using minikube and that is tunneling port
Using that port I accessed the argocd server using the browser
In case of eks cluster we can access it through public ip of node and port number of nodeport.
@@AbhishekVeeramalla could we use port-forward on service and decide a port from our end to expose it and access using localhost on the same port?
@@AbhishekVeeramalla Can't we access this in browser using node ip adress (minikube ip in this case) along with nodeport?
Abhishek, will you please help us by doing advance configuration also. This tutorial is nice how to deploy app using helm and simple manifest way. Thanks once again for your help.
Sure I will
Thanks for such good content sir.
Hi Abhishek, Application deployment through ArgoCD is covered here. Can we expect a video on infra deployment via ArgoCD?
Yes
Hi Mate, thanks a lot for that wonderful knowledge sharing; one thing - you forgot to answer the question, asked in previous video, what would happen to the already deployed applications in k8s cluster, when we didn't use ArgoCD, can those applications by still sync with Argocd? or do we need to redeploy those applications? Please guide, thanks!
They will be pruned if pruning is enabled.. it depends on how u want to handle orphaned resources basically.
The good practice is to give complete ownership of namespace to argo .. so yes deploy everything through argo .. u can just add the manifests to git for deployed resources
please upload more content on terraform and python scripts
Abhishek plz bring advanced concepts video on argocd soon.
Please make the follow up videos explaining the advance concepts anna
sure
Can you share videos regarding how argo CD work with other tools like Istio, Keda, karpenter .etc . It will be helpful 🧑💻 .
Sir please teach all devops tutorial in windows operating system,facing alot of problem while I am studying .
If you are on windows, use virtual box and create a vm and try things on top of it or use a vm on any cloud provider .. windows is not devops friendly
Thanks Abhishek for wonderful topic GitOps and Argo CD .. I wanted to know how many videos for this course, only 3 or you will do more ?
Will do more
Hello Abeshik Sir,
The ArgoCD secret "argocd-initial-admin-secret" password is in Base64 encoded format, not Base64 encrypted. This is just a small correction.
Agreed
HI Abhishek, Your way of explaing is very amazing.
But how can we advance in this topic and get industry level expertise. as it is good for beginners.
Sir, kindly upload remaining topic.
nice informative video thanks for making this.
i have one doubt like if i have muliple application like helm-guestbook, like helm-visitbook do we need to manually add in the argocd UI ?
I am using minikube on AWS EC2, minikube service command not creating tunnel for me. Please help me with the next steps. I am stuck in middle of the practice.
Use kubectl port-forwarding
Hai Abhishek.Veeramalla could please complete this GitOps Series
There will be 2 more episodes .. I will do it once I get time
@@AbhishekVeeramalla thanks for reply and thank you
thanks brother for the handson
Any time
hi Abhishek can you explain 3 tier architecture in practical way
Sure
Hi Abhishek,
you said like we cannot modify any thing in K8s cluster while using the argoCD, but here i modified service from ClusterIP to NodePort, it has changed and it accepted.
while using ArgoCD If we change anything in K8s cluster its needs to be self heal and it has to come same state right.... But in my case its working... Can you please help Is anything wrong?
Which service ? Argo CD does not autoheal changes everywhere in the cluster, only the resources it created.
Please share advanced concepts on argocd asap sir
Sure
Hi anna me explanation speed konchem tagginchandi anna concept antha speed ga cheptea ardam chesukovadam kastam
noted, thanks for the feedback
Thanks for reply
Abhishek waiting for argocd advanced topics please do asap🙏
Need video on application set and oidc please
Ok sure
Thank you for giving a video
Thanks alot
Hi Abhishek thanks for videos on gitops. As said in the videos are you going to make any videos specific to infrastructure management using the gitops tools like argocd or is it already created. If yes please let me know the link. Thank you
Can you please make advanced topics of ArgoCD
Hi,, I have tried to create the tunnel using the command you have shown here but its not getting created ,tried multiple times ,,showing problem loading page ,,I have created the minikube cluster in Azure ...what to do please give any suggestions ??
You can also use the argo cd cli if you are finding it difficult to access the ui
Coming to ui, tunneling should work , if the minikube thnneling is not woring try the kubectl thnneling
@@AbhishekVeeramalla thanks for the reply.. Okay I will try using kubectl once..Actually I want to access the Ui also...
Hi@@tanayabanerjee2380 did you find any solution? I tried a lot but still unable to land the server ui. I am also using minikube in an ec2 instance aws. I dont know why its not coming up. tried a lot :(
@@priyamsaha8018 no not yet... I have also tried many times but still unable to access the ui...
I am stuck at logging in to argo UI interface I am getting invalid password error. I have followed same instructions from the video and decoded using base64 but still couldn't get through. Can you please help?
May be some spaces while copying ? Please check
Thanks Abhi for the awesome session
I have a doubt
How can we generate auth_token for argocd
My requirement is -I need to deploy from terraform
Where I used argocd provider and it needs to authenticate with argocd
Got api adress from load balancer
But no idea how to take auth token
Hey, one question -
What if I made any changes in my source code which is simple refactoring and doesn’t need deployment, but I commited it to git? Will ArgoCd again tries to deploy it even though no changes are made in values.yaml file ?
No
@@AbhishekVeeramalla but it will sync and verify with the git just to make sure manifests in git and kubernetes cluster are same?
Abhishek Sir, how can we access the argocd api server with https?
how do we configure the TLS?
Thank you
😍
Argocd on eks cheppandi bro.
Sure
My Application is running in private node groups and installed argocd. Now how can I access the argocd gui ? How can I use ingress to get the argocd for CD? Please help me out .
I have a question.
What about CI part. Now, if i want to do some tests before I deploying the project to k8s. Is there any way that ArgoCd will trigger only after CI part is completed.
Bro please do vedios on argocd advanced topics
Okay sure
hello abhishek can i install argocd in master cluster infrastructure? if yes same process like minikube?
Thanks!
Welcome!
Hi abhishek
I have created the application in argocd cli but post application created pods are in image pull backoff state, getting error like failed to authorize: failed to fetch oauth token:unexpected status: 401 unauthorized
Could please suggest me where to add tokens to get the image from the private registry
After deploying the application through the Bitbucket pipeline, we're encountering a recurring issue where Argo CD gets out of sync, necessitating a manual prune sync each time. Furthermore, if we update the service while the Bitbucket pipeline is running, we find ourselves needing to manually sync to ensure everything is in sync. Can you provide assistance with resolving this?
Hi Abhi,
After install the Argo CD, unable to open the ArgoCD UI.
Install Argo CD in Ec2 -Ubuntu instance
Bro can i tell argocd tool to interviewers instead of ansible for deployment in production?
For sure
@@AbhishekVeeramalla thankx
Hi Abhishek, how to install Argo cd in openshift 4.14. 3 node cluster without internet because i am not getting operator is not created.
Thank u anna for uploading
Welcome
Great one Abhishek, Has the next level of video been released for ArgoCD?
Not yet!
Awesome Explanaton , i've small issue i coudnt able to get password using base64 command - Error -base64: The term 'base64' is not recognized as a name of a cmdlet, function, script file, or executable program?
Run the command in gitbash
Hum first hum first 😂😂
Thanks alot
minikube automattically stopped within 2-10 minutes pls explain why and how to resolve
Please do Git Actions CI with Argo CD
Already available on the channel bro
@@AbhishekVeeramalla link please
Hi Abhishek Good Morning Argocd is not running Do i have to give port number in inbound rules? can you please get out of this
Anna please do vedios on argocd advanced topics
Sure, noted
minikube service argocd-server -n argocd
for me this command will not create tunnel what will i do sir please let me know
How does kuberentes get permission to get the docker images using secret?
Bro difference between gitops and gitlab
Gitlab is just like github .. there is no connection with gitlab bro .. watch the first episode of gitops playlist .. you will understand very clearly
@@AbhishekVeeramalla As we are using git actions in git for cicd, is it called as Gitops???
bro i am geting this errpr :
Unable to load data: Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.
We are waiting for new video.