00:34 : Architecture 04:15 : Create Virtual Machine(EC2 Instance) to create a self-hosted agent to run Azure Pipelines 06:30 : Pre-requisite installations Java17, Docker and Sonarqube 13:00 : Setup Azure DevOps : Organization 14:35 : Creation of Kubernetes Cluster 16:40 : Azure Repository/project creation 23:35 : Import project from GITHUB 26:40 : Create and setup Agent to run pipeline 32:42 : Creation of Pipeline 45:26 : Pipeline trigger 45:50 : Create Prod Kubernetes Cluster 48:00 : Create the release Pipeline 53:50 : Deployed 🚀
@neelisatishkumar68059 ай бұрын
This azure devops environment and my current organization ci/cd devops exactly matchs with each other.
@abhisheksoni2324Ай бұрын
so much learn from this video you have done exellent job, thanks for this video sir.
@prncedrice9 ай бұрын
Crisp and clear. Keep up the Great job man.
@ajaygupta6599 ай бұрын
it is really helpful video sir .
@arbazkhan-zf8wp9 ай бұрын
Great man ❤❤❤ nice
@ojaslayaskar10919 ай бұрын
Hi Bro, This was a very nice demonstration of CICD, Thanks a lot for this !!!I am very much new to the azure devops, can you pls tell me where is the backend part, where is the data getting stored ?
@nforlife9 ай бұрын
Love this Keep up man!!
@chaitanyasudhakar9 ай бұрын
Thank you very useful content
@ashokkumar17789 ай бұрын
Thank you for sharing.
@rj27thug789 ай бұрын
GREAT WORK SIR
@titusbuduediggs88279 ай бұрын
Awesome project 👏👏
@jagatkrishna15439 ай бұрын
Thanks 🙏❤
@RamKumar-wq7fw9 ай бұрын
Great video bro Seems I have forked old 10 tier git repo all required things agents, projects, organisations settings etc explained in crystal clear I have understood all very deep level learned something new today
@vanessabaer63599 ай бұрын
Awesome Video. Easy to understand and follow. Keep it up. I look forward to more 😊
@ebanghaebane20889 ай бұрын
Awesome
@vishwavishwa80364 ай бұрын
Please make video with yaml pipelines
@RohitAlam-zr7on5 ай бұрын
Thanks a lot bro
@nforlife9 ай бұрын
You are for real a shark
@eminembts28324 ай бұрын
instead of using azure for kube cluster can we use AWS EKS??
@cloudfreak96924 ай бұрын
Is their any reason for choosing AWS VM instead of a Microsoft self-hosted agent or Azure VM?
@akshu02073 ай бұрын
same question
@pradyumna6689 ай бұрын
If possible try to do a yaml pipeline
@parameshnalamasa76019 ай бұрын
Hi Aditya, Hope you are doing good, this is very close to a corporate real world project and very helpful, thanks for sharing and appreciate your efforts all the time. while implementing this project for my practise purpose i coudnt find deployment.yaml file in the github repo which you shared in public. Can you help where the file is ??
@devopsshack9 ай бұрын
Its in latest branch
@parameshnalamasa76019 ай бұрын
Thankyou😊@@devopsshack
@eashware15132 ай бұрын
HI, Can someone please tell me where is deployment.yaml file at 51:30 min video??
@pradyumna6689 ай бұрын
Hi Jaiswal, Thank you for doing this can you please mention the setps in a readme file or somewhere where we can follow
@devopsshack9 ай бұрын
Its in progress bro Will add the steps once done
@pradyumna6689 ай бұрын
Thank you for the video executed it successfully. Deployment YAML manifest in release folder
@abdulmohammed42919 ай бұрын
Hi, Thanks for the video, I have done the above lab but it gives me an error at emailservice job in build pipeline, it says to install the buildx component to build images with Buildkit, any suggestion
@devopsshack9 ай бұрын
Install docker latest
@abdulmohammed42919 ай бұрын
Thanks for the suggestion, its all worked, missing deployment-service.yml file and in my lab build pipeline ran successfully but instead of creating deployment-service.yml file it gives feat(renovte):move to per-language PR grouping, and weekly schedule.@@devopsshack
@VetriJV7 ай бұрын
11:16 Where to get the sonaqube credentials ,do we need to create one or we need to use existing VM server credentials
@likithaodugu97263 ай бұрын
same username,password = admin
@poorneshks37209 ай бұрын
small doubt, on build pipeline whats the source for container repositery (adijaiswal/adservice,and other 9 service u added) ,could you please answer
@poorneshks37209 ай бұрын
In place of adijaiswal user your docker hub username
@xmnmx33319 ай бұрын
Hi Aditya,Thanks for this amazing in-depth walkthrough video. I followed the whole process and was able to deploy but faced the issue with 2 workloads "adservices" and "redis-cart". The website was accessible but instead of main content, all I got was :- > 500 Internal server Error: "code = FailedPrecondition desc = Can't access cart storage. StackExchange.Redis.RedisConnectionException: It was not possible to connect to the redis server(s)". Any Inputs or speculations on this?
@devopsshack9 ай бұрын
I would recommend to use the latest branch which has the modified deployment-service.yaml file
@xmnmx33319 ай бұрын
@@devopsshack yup I used the latest Branch to build the project. I just wanted to check with you if we need to do any additional setup apart from what's shown in the video. If not, then I'll rebuild the project again from the start once again.
@xmnmx33319 ай бұрын
Thanks for the prompt response. Even at this hour. Appreciated 🙏🏻
@vamshikittu86359 ай бұрын
Hi Aditya small clarification i.e., if Dev and Prod are spinning parallel, if we change anything in the Dev environment, does it also affect Prod?
@devopsshack9 ай бұрын
Firstly both clusters are separate and only common thing is the source code. This pipeline is the scenario when we r deploying the same code to prod and dev. So before we deploy to prod we can check the project status in dev environment
@vamshikittu86359 ай бұрын
@@devopsshack got it, thanks aditya
@jikiran04ji979 ай бұрын
HI Aditya, I have 8+ years of experience as Desktop engineer. I am planning to switch job which side is good carrier Devops or Data Engineer, Can you pls suggest
@devopsshack9 ай бұрын
I see growth in both So whichever suits you, you can ho ahead in that
@jikiran04ji979 ай бұрын
Thank you@@devopsshack
@jayyay6939 ай бұрын
Hi anyone can this also be done in visual studio code ??
@sujethapai51278 ай бұрын
using Azure vm,sonarqube server is not running even after adding port to NSG😑😔
@devopsshack8 ай бұрын
Check container , if its running.
@sujethapai51278 ай бұрын
ya i got it its error 137 out of memory as u explained in troubleshoot videos..thanks
@dileepkumar-b1r8tАй бұрын
Hi bro , Very sorry .You are too fast to catch
@redmi3s519 ай бұрын
sir if you are doing masterclass in azure devops, then why are you using aws for vms? doesn't azure provide facility of vms? my concern is when you do the demo of a particular cloud, stick to products from same cloud as much as possible. you are unnecessary creating confusion intially itself. you will defend my argument that it is all same in cloud. but you need to understand that when you do something from one cloud provider, you should be consistent with product line for audience convenience. Simple example is - if you go to a restaurant, would you order roti or sabji from other restaurant or rather get your favourite item cooked from home and simple consume while eating rest of items from restaurant you are sitting? you wouldn't, right?
@princewillopah9875 ай бұрын
You are an example of "humans can NEVER be satisfied".