So what are you waiting for ? Clone the Repo and try implementing end to end DevOps as shown in the video. go-web-app github.com/iam-veeramalla/go-web-app go-web-app-devops github.com/iam-veeramalla/go-web-app-devops Support the channel and work by sharing it with everyone who is interested in learning DevOps for Free.
this most helpful vedio , atlst code get git main point how replicate same as many teach half , we just see not implement due unavilability document . also anything just try explain basics only even we dont know devops still we und vedio is skill, 0devops still follows vedio skill without any bakgrund
I just completed this video and gained a wealth of technical knowledge. It covers all the essential DevOps topics comprehensively. You have a golden heart-thank you for sharing this knowledge free of cost
Thank you so much for this amazing project, what I love about your lessons is that you always focus on explaining concept rather than just completing a project.
Very amazing project , Most of the students waited for this kind of project from this guru , and he delivered on this auspicious guru purnima. By this project many who follow DevOps 0-H had a wonderful idea of complete CI/CD . May god bless you with good health and amazing future ahead to aspire many people .
@abhishek Thank you so much for this wonderful project on end-to-end DevOps practices, I watched this video 2 times and I am now ready to implement it. lots of love from Kashmir
@Abhishek. All your efforts to give end to end deployment of devops project is really great with you have provided all the details possible thru this TH-cam video. Thanks
I really like implementing the CICD projects that you bring to this channel. Learning about the process, rectifying the issues to finally deploying the application gives me a good level of confidence. Also, posting about this whole project implementation on LinkedIn and waiting for your words of appreciation like a kid, makes me very happy😄 Thank you, Abhishek.
Hello Abhishek, I dont know how should i express that how grateful i am for the wok you are doing. Like, there are 100 s who grab money saying , actual corporate projects, but you are seriously delivering. Thank you
There are many a times a situations in Live Projects, that techies are not provided opportunities to work on different technologies, which results into loss of one's capabilities. With your support it helps us regulate that, so that we can learn and improvise our knowledge. Thank you so much Abhishek for your support.
Incredible Content Everywhere I go, Abhishek, I always end up watching your tutorials, and I find them to be really simple to follow. I appreciate the information, buddy. Using your tutorials, I created a brand-new K8s cluster with Argo that is now smoothly operating more than 20+ services in production.
dang! i finished succesfully this project, run into some issues but it was good to train troubleshoot! sincerely thanks, it was great as first DevOps project, ill definitely get you a coffee once i get a job so im able to. Thank you really.
This is power packed project. Thanks a lot anna for investing your time in making this video and sharing knowledge to us. Happy guru poornima anna. DevOps Guru. May God bless you on this auspicious occasion anna.
Just finished with the practical implementation. It was very informative and learnt lots of stuff. Thankyou for this amazing content Abhishek, always grateful :)
Thank you so much for the video, faced many error since I was using windows machine, troubleshooted one by one, and finally application got deployed just now ❤ weekend is sorted for me .. really happy today 😂
Able to implement this project, Thanks a lot for your time which you have invested in order to give this much valuable content anna. May God bless you anna.
Thanks, Abhishek, for providing such an amazing DevOps project for free, it would be really nice if you can have steps in repo or somewhere about how to install the infra set up as well like setting up local docker and k8s etc, other tools needed for this project
Thanks for your efforts Abhi anna. Such a detailed end to end devops project. Happy Guru Purnami anna. I felt like got a devops project gift from our devops guru...🙏
Awesome video with end to end devops tools. Just one suggestions- I was not able to access the nodes with external IP with nodeport after doing all steps. I debug and added inbound rules in security group for the particular nodeport, it worked then!
you are not born for your family anna you are born for people like me. keep doing this we always support you. Thanks anna by making confident day by day😍
I did complete the project just a small correction which I have observed is that when you have changed from ClusterIP to NodePort Ip to test the application is working or not via k8s , the website will not get loaded as in the security groups of the nodes, there is a restriction with the internet, while editing that peice of video might have trimmed by mistake. It was really a good one to practice for beginners and intermediate level devops engineers
Hello. The website is not loading for me as well. But I don't see any restrictions in the security groups. All traffic is allowed in inbound and outbound rules. Can you suggest further?
@@prajwalgmpp yes its true , we have to do 2 things for that. 1) allow port in sec group of both the nodes . 2) allow the ports in network acl of both the nodes inside VPC.
@@chesslectures9081 I am also facing the same issue website is not loading Why do we need to allow the port explicitly if it is already configured to allow all port and traffic?
I appreciate the effort you put into making this kind of video. I have recently started your DevOps series and it is handy. Kudos for a series like that. But if someone wants to learn it a different way, Can you please suggest an online platform to learn AWS/AZURE cloud and DevOps course
Hi, Abhishek, you are awesome and really great and it is such a pressure time also you are making videos for learners and you are spending more time day and night on videos thank you very much bro, and I am failing to get the prerequisites to execute this project please guide me ....i mean should we create any VM and install Docker and K8s Cluster in it.
@@AbhishekVeeramalla I started in VM installed docker and also build success but when I run with port number 8080 am not able to access in localhost bro any solution.
Hats Off!!. Thankyou for the amazing project Abhishek. With this project, the Kube Cluster has 2 Controllers. Ingress Controller and Argo CD Controller. If I am understanding the project correctly, the Ingress Controller job is to create a Load Balancer and Argo CD job is deploy Helm Updates. Am I Correct here?
52:00 It might help if you are using minikube enable ingress controller in minikibe : minikube addons enable ingress now it will create a deployement in ingress-nginx namespace and we can edit the deployment so that it will look for the ingress.yaml kubectl edit deploy ingress-nginx-controller -n ingress-nginx update --watch-ingress-without-class=true to --ingress-class=nginx
Hello Abhishek, it's really nice to follow your videos and it's great you are helping alot of new comers and as well as experienced folks, I do have a request, if possible can you make videos and do podcasts on devops architect role specific also... I guess that would be helpful for much larger community... Thanks again for your top notch contents @AbhishekVeeramalla
Thank you for this wonderful project abhishek sir.😊 May God bless you with good health and joy in your life. can you plz make a video on how to setup dns mapping by using Route53, Cloudfare and Istio for application . we can also use jenkins of cicd implementing instead of github actions.
Thank you Abhishek and Happy Guru Purnima... Can you also add/help with multi branches or multiple environment (implemented branching strategy in cicd) . And also separate the helm deployment code from application repository. Ye ❤ mange more 😊👍🏻
Hi Bro .Thanks for all of your AWS DEVOPS zero to hero series . I have a small concern if possible could you please make an end to end video about ELK stack and how to implement it in the real time applications .
Superb, very well explained. but sir i have doubt regarding VM's where did you installed docker ? How is VM created that you are installing and configuring everything. Did you created EC2 machines ? and one last question is it microservice based project ? I will be very happy if i get answers above. Thanks in Advance
So what are you waiting for ? Clone the Repo and try implementing end to end DevOps as shown in the video.
go-web-app
github.com/iam-veeramalla/go-web-app
go-web-app-devops
github.com/iam-veeramalla/go-web-app-devops
Support the channel and work by sharing it with everyone who is interested in learning DevOps for Free.
bro do one video on velero, its a simple eks backup tool !
Sure brother will support
Congratulations🎉
Monitoring also can you implement for it?
this most helpful vedio , atlst code get git main point how replicate same as many teach half , we just see not implement due unavilability document . also anything just try explain basics only even we dont know devops still we und vedio is skill, 0devops still follows vedio skill without any bakgrund
Nobody explains DevOps related content better than you anna. You are a torchbearer. Thank you is not enough for the work you are doing.
I just completed this video and gained a wealth of technical knowledge. It covers all the essential DevOps topics comprehensively. You have a golden heart-thank you for sharing this knowledge free of cost
Wow, thanks!
Thank you so much for this amazing project, what I love about your lessons is that you always focus on explaining concept rather than just completing a project.
Very amazing project , Most of the students waited for this kind of project from this guru , and he delivered on this auspicious guru purnima. By this project many who follow DevOps 0-H had a wonderful idea of complete CI/CD . May god bless you with good health and amazing future ahead to aspire many people .
😍😍😍
Just completed my first DevOps project by watching this tutorial and it was an amazing experience. Thanks a lot for providing such valuable content!
😍
@abhishek Thank you so much for this wonderful project on end-to-end DevOps practices, I watched this video 2 times and I am now ready to implement it.
lots of love from Kashmir
@Abhishek. All your efforts to give end to end deployment of devops project is really great with you have provided all the details possible thru this TH-cam video. Thanks
I really like implementing the CICD projects that you bring to this channel. Learning about the process, rectifying the issues to finally deploying the application gives me a good level of confidence. Also, posting about this whole project implementation on LinkedIn and waiting for your words of appreciation like a kid, makes me very happy😄 Thank you, Abhishek.
❤️❤️❤️
Such an amazing help you are doing for all the leaners. Keep going Abhishek.. Once again THANK YOU SO MUCH for being my virtual Tutor !!
so nicely you have explained, and I have done it
you are the road map of my devops journery
thank you abhishek da.
love from bangladesh
Thanks a ton
Hello Abhishek, I dont know how should i express that how grateful i am for the wok you are doing. Like, there are 100 s who grab money saying , actual corporate projects, but you are seriously delivering. Thank you
❤️❤️❤️
There are many a times a situations in Live Projects, that techies are not provided opportunities to work on different technologies, which results into loss of one's capabilities. With your support it helps us regulate that, so that we can learn and improvise our knowledge. Thank you so much Abhishek for your support.
I rarely leave comments on YT videos, But this video and the previous tutorials are fantastic. May God Bless you.
😍
Incredible Content Everywhere I go, Abhishek, I always end up watching your tutorials, and I find them to be really simple to follow. I appreciate the information, buddy. Using your tutorials, I created a brand-new K8s cluster with Argo that is now smoothly operating more than 20+ services in production.
Too Awesome ,Thank You So much Abhishek!
Abhishek you are the best. I am able to learn by implementing directly. Thanks for everything
Glad to hear that
dang! i finished succesfully this project, run into some issues but it was good to train troubleshoot! sincerely thanks, it was great as first DevOps project, ill definitely get you a coffee once i get a job so im able to. Thank you really.
This is power packed project. Thanks a lot anna for investing your time in making this video and sharing knowledge to us. Happy guru poornima anna. DevOps Guru. May God bless you on this auspicious occasion anna.
Straight to the point explanations.. great video @abhishek
Thanks Abhishek.Veeramalla for the greate work you are doing , you are the best
One of the best project i seen in TH-cam Thank You lot for your hard working to improve Devops Practice , you are the kind hearted Thank you lot Sir❤❤
Wow, thank you!
happy guru pournima guruji..
excellent video very rare , having this info in a single video with docs
thanks for your efforts!
Thanks and welcome
Thanks Abhishek for your efforts. As a supporter...just bought coffee using QR code. You are good teacher! Happy Guru Purnima !
😍
This was a solid project bro. Thanks for taking time for bringing to us ❤
Thanks Abhishek sir. I got 2 job offers by using your Content.
How bro
Hello bro can u share your number will connect ? And discuss 😊
@@padavalaramesh3365 Just follow all AWS Devops series. It will help to understand deeply.
Congratulations 🥳.. very happy for you 😍
🎉 congratulations 🙌
Thank you Abhi. It was great learning. I have done this POC successfully in three days :)
😍
Awesome Abhishek, Keep Inspiring.
This absolutely gold worth thank you very much from a 3 year undergrad😍
😍😍😍
Thank you so much for this amazing project. Had a great learning!! : )
You are so welcome!
Excellent Abhishek
kudos to your teaching
Thank you very very very Much 😊
❤️
Just finished with the practical implementation. It was very informative and learnt lots of stuff. Thankyou for this amazing content Abhishek, always grateful :)
😍😍😍
hello can you help me understand how you downloaded the eksctl , I tried the same but its failing
you have a heart of gold sir, thank you.
Thanks a lot for the good explanation. I like the all your videos.
Thank you lotzzz …successfully completed my first project ….pls make video like this we are waiting for upcoming videos
I will try my best
Can you please help me as I got stuck in accessing the app using NodePort and then using Ingress Load Balancer?
what a explanation bhai kudos
Thanks a lot Abhishek,
Faced several errors, troubleshooted one by one and finally application got deployed today❤️ Weekend is sorted for me now 😂
amazing video , everything is crystal clear now it's time to implement this project from my side, Thank your sir
Thank you so much for the video, faced many error since I was using windows machine, troubleshooted one by one, and finally application got deployed just now ❤ weekend is sorted for me .. really happy today 😂
Hi Anna, following your videos from last 1 year and now i got 2 offers in hand anna .. Thank you so much anna
Congratulations Dileep 😍
Thankyou so much for all your contribution to Devops community. Happy Guru Purnima Anna ❤
You're most welcome
finally after sweet amount of time successfully implemented it, thanks abhishek sir for the amazing tutorial 🔥🔥🔥
😍
Thanks a lot abhishek I m starring devops today and I have to Crack interview in usa as I got h1b . Hope I doubts will be cleared ..
amazing teaching skills
This Project.
what a beauty!!
❤️
Awesome 👍👍...no words .... your efforts are making happiness to everyone....
Thanks Abhishek for providing an amazing CICD project 🙂
Able to implement this project, Thanks a lot for your time which you have invested in order to give this much valuable content anna. May God bless you anna.
Thanks, Abhishek, for providing such an amazing DevOps project for free, it would be really nice if you can have steps in repo or somewhere about how to install the infra set up as well like setting up local docker and k8s etc, other tools needed for this project
Hi bro..thanks for making such useful video. Just completed implementing the project🙂
Thanks for your efforts Abhi anna. Such a detailed end to end devops project. Happy Guru Purnami anna. I felt like got a devops project gift from our devops guru...🙏
Thank you so much 🙂
@@AbhishekVeeramalla 🫂😍
i completed this project by using minikube and learned a lot in this ...
Thanks...
😍
Very wonderful you did....making difficult tasks easy to learn....Thanks Thanks.
Abhishek . Hats off ! . Keep up the good work. Happy to be learning from you.
Happy guru poornima Bro. Today is the special day to express our gratitude for your guidance. 🙏🙏
Great Learning. Thank you Abhishek
Thanks for the crestal and clear project❤ anna
Welcome 😊
Thanks Abhishek for sharing the end to end project 🎉
Thanks a lot. Huge learning session❤
You're welcome 😊
Awesome video with end to end devops tools. Just one suggestions- I was not able to access the nodes with external IP with nodeport after doing all steps. I debug and added inbound rules in security group for the particular nodeport, it worked then!
Thank you so much. You are helping and saving lives. God bless you abundantly
Happy Guru Purnima Guruv garu😊🙏🙏🙏
Happy Guru pouranami guruvugaaru❤😊
Thanks alot 🙏
you are not born for your family anna you are born for people like me. keep doing this we always support you. Thanks anna by making confident day by day😍
Means alot bro 😍
BIG thank you 🙏 🙏 🙏, for your dedication and commitment to deliver this content to us.
You're the best Abhishek. Thank you.
great content for practice. Thank you so much.
Brilliant 👍
this video is a gem. THankyou sir
I did complete the project just a small correction which I have observed is that when you have changed from ClusterIP to NodePort Ip to test the application is working or not via k8s , the website will not get loaded as in the security groups of the nodes, there is a restriction with the internet, while editing that peice of video might have trimmed by mistake. It was really a good one to practice for beginners and intermediate level devops engineers
😍
thank you @narasimhamurthy8563
Hello. The website is not loading for me as well. But I don't see any restrictions in the security groups. All traffic is allowed in inbound and outbound rules. Can you suggest further?
@@prajwalgmpp yes its true , we have to do 2 things for that.
1) allow port in sec group of both the nodes .
2) allow the ports in network acl of both the nodes inside VPC.
@@chesslectures9081 I am also facing the same issue website is not loading Why do we need to allow the port explicitly if it is already configured to allow all port and traffic?
Haapy Guru Purnima Abishek Sir ❤🙇♂
😍
Happy guru Purnima Abhishek guru ji
Awesome Video ❤❤❤
I appreciate the effort you put into making this kind of video. I have recently started your DevOps series and it is handy. Kudos for a series like that. But if someone wants to learn it a different way, Can you please suggest an online platform to learn AWS/AZURE cloud and DevOps course
Glad it was helpful!
@@AbhishekVeeramalla can you please reply to my query as well
Hi, Abhishek, you are awesome and really great and it is such a pressure time also you are making videos for learners and you are spending more time day and night on videos thank you very much bro, and I am failing to get the prerequisites to execute this project please guide me ....i mean should we create any VM and install Docker and K8s Cluster in it.
same here.. I am thinking to run this in VM
Yes you use vm .. but dont run k8s in the vm , use eks as explained in the video.
@@AbhishekVeeramalla I started in VM installed docker and also build success but when I run with port number 8080 am not able to access in localhost bro any solution.
bro build is success but am not able to access in local host after applying command run what to do
Thank you Abhishek
Awesome Abhishek :)
Much Awaited Video 🔥🔥
It's simply superb...
Thank you so much for the series
Hats Off!!. Thankyou for the amazing project Abhishek. With this project, the Kube Cluster has 2 Controllers. Ingress Controller and Argo CD Controller. If I am understanding the project correctly, the Ingress Controller job is to create a Load Balancer and Argo CD job is deploy Helm Updates. Am I Correct here?
Yes
Anna … you are the ‘Guru’
We have been waiting bro 🙏
Amazing!!
Thanks, good project
Glad you like it
wonderfulllll😍
Thanks for well explanation
52:00
It might help if you are using minikube
enable ingress controller in minikibe : minikube addons enable ingress
now it will create a deployement in ingress-nginx namespace and we can edit the deployment so that it will look for the ingress.yaml
kubectl edit deploy ingress-nginx-controller -n ingress-nginx
update --watch-ingress-without-class=true to --ingress-class=nginx
Hello Abhishek, it's really nice to follow your videos and it's great you are helping alot of new comers and as well as experienced folks, I do have a request, if possible can you make videos and do podcasts on devops architect role specific also... I guess that would be helpful for much larger community... Thanks again for your top notch contents @AbhishekVeeramalla
Thank you for this wonderful project abhishek sir.😊
May God bless you with good health and joy in your life.
can you plz make a video on how to setup dns mapping by using Route53, Cloudfare and Istio for application . we can also use jenkins of cicd implementing instead of github actions.
Perfect video ❤
This is so good 👍
superb
Thank you so much sir,
Good job ❤
Thank you Abhishek and Happy Guru Purnima... Can you also add/help with multi branches or multiple environment (implemented branching strategy in cicd) . And also separate the helm deployment code from application repository.
Ye ❤ mange more 😊👍🏻
Happy Gurupurnima bro
Hi Bro .Thanks for all of your AWS DEVOPS zero to hero series . I have a small concern if possible could you please make an end to end video about ELK stack and how to implement it in the real time applications .
Thanks bro good explanation
Superb, very well explained.
but sir i have doubt regarding VM's where did you installed docker ? How is VM created that you are installing and configuring everything. Did you created EC2 machines ? and one last question is it microservice based project ?
I will be very happy if i get answers above.
Thanks in Advance
Nice Video Can also show how to use kustomize as well?