Azure DevOps Masterclass | 10-Microservice Real Time Application CICD DevOps Project From scratch

  Рет қаралды 27,140

DevOps Shack

DevOps Shack

Күн бұрын

Пікірлер: 54
@xmnmx3331
@xmnmx3331 10 ай бұрын
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 🚀
@neelisatishkumar6805
@neelisatishkumar6805 10 ай бұрын
This azure devops environment and my current organization ci/cd devops exactly matchs with each other.
@abhisheksoni2324
@abhisheksoni2324 3 ай бұрын
so much learn from this video you have done exellent job, thanks for this video sir.
@prncedrice
@prncedrice 10 ай бұрын
Crisp and clear. Keep up the Great job man.
@arbazkhan-zf8wp
@arbazkhan-zf8wp 10 ай бұрын
Great man ❤❤❤ nice
@ajaygupta659
@ajaygupta659 11 ай бұрын
it is really helpful video sir .
@VetriJV
@VetriJV 8 ай бұрын
11:16 Where to get the sonaqube credentials ,do we need to create one or we need to use existing VM server credentials
@likithaodugu9726
@likithaodugu9726 4 ай бұрын
same username,password = admin
@eashware1513
@eashware1513 3 ай бұрын
HI, Can someone please tell me where is deployment.yaml file at 51:30 min video??
@jagatkrishna1543
@jagatkrishna1543 11 ай бұрын
Thanks 🙏❤
@nforlife
@nforlife 11 ай бұрын
Love this Keep up man!!
@vanessabaer6359
@vanessabaer6359 10 ай бұрын
Awesome Video. Easy to understand and follow. Keep it up. I look forward to more 😊
@ashokkumar1778
@ashokkumar1778 11 ай бұрын
Thank you for sharing.
@cloudfreak9692
@cloudfreak9692 5 ай бұрын
Is their any reason for choosing AWS VM instead of a Microsoft self-hosted agent or Azure VM?
@akshu0207
@akshu0207 4 ай бұрын
same question
@eminembts2832
@eminembts2832 5 ай бұрын
instead of using azure for kube cluster can we use AWS EKS??
@titusbuduediggs8827
@titusbuduediggs8827 11 ай бұрын
Awesome project 👏👏
@ojaslayaskar1091
@ojaslayaskar1091 10 ай бұрын
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 ?
@rj27thug78
@rj27thug78 11 ай бұрын
GREAT WORK SIR
@abdulmohammed4291
@abdulmohammed4291 10 ай бұрын
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
@devopsshack
@devopsshack 10 ай бұрын
Install docker latest
@abdulmohammed4291
@abdulmohammed4291 10 ай бұрын
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
@chaitanyasudhakar
@chaitanyasudhakar 10 ай бұрын
Thank you very useful content
@poorneshks3720
@poorneshks3720 10 ай бұрын
small doubt, on build pipeline whats the source for container repositery (adijaiswal/adservice,and other 9 service u added) ,could you please answer
@poorneshks3720
@poorneshks3720 10 ай бұрын
In place of adijaiswal user your docker hub username
@ebanghaebane2088
@ebanghaebane2088 10 ай бұрын
Awesome
@vishwavishwa8036
@vishwavishwa8036 5 ай бұрын
Please make video with yaml pipelines
@RamKumar-wq7fw
@RamKumar-wq7fw 11 ай бұрын
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
@sujethapai5127
@sujethapai5127 10 ай бұрын
using Azure vm,sonarqube server is not running even after adding port to NSG😑😔
@devopsshack
@devopsshack 10 ай бұрын
Check container , if its running.
@sujethapai5127
@sujethapai5127 10 ай бұрын
ya i got it its error 137 out of memory as u explained in troubleshoot videos..thanks
@RohitAlam-zr7on
@RohitAlam-zr7on 6 ай бұрын
Thanks a lot bro
@parameshnalamasa7601
@parameshnalamasa7601 10 ай бұрын
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 ??
@devopsshack
@devopsshack 10 ай бұрын
Its in latest branch
@parameshnalamasa7601
@parameshnalamasa7601 10 ай бұрын
Thankyou😊@@devopsshack
@xmnmx3331
@xmnmx3331 10 ай бұрын
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?
@devopsshack
@devopsshack 10 ай бұрын
I would recommend to use the latest branch which has the modified deployment-service.yaml file
@xmnmx3331
@xmnmx3331 10 ай бұрын
@@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.
@xmnmx3331
@xmnmx3331 10 ай бұрын
Thanks for the prompt response. Even at this hour. Appreciated 🙏🏻
@pradyumna668
@pradyumna668 11 ай бұрын
Hi Jaiswal, Thank you for doing this can you please mention the setps in a readme file or somewhere where we can follow
@devopsshack
@devopsshack 11 ай бұрын
Its in progress bro Will add the steps once done
@pradyumna668
@pradyumna668 11 ай бұрын
Thank you for the video executed it successfully. Deployment YAML manifest in release folder
@vamshikittu8635
@vamshikittu8635 11 ай бұрын
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?
@devopsshack
@devopsshack 11 ай бұрын
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
@vamshikittu8635
@vamshikittu8635 11 ай бұрын
@@devopsshack got it, thanks aditya
@pradyumna668
@pradyumna668 11 ай бұрын
If possible try to do a yaml pipeline
@nforlife
@nforlife 11 ай бұрын
You are for real a shark
@jayyay693
@jayyay693 10 ай бұрын
Hi anyone can this also be done in visual studio code ??
@jikiran04ji97
@jikiran04ji97 10 ай бұрын
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
@devopsshack
@devopsshack 10 ай бұрын
I see growth in both So whichever suits you, you can ho ahead in that
@jikiran04ji97
@jikiran04ji97 10 ай бұрын
Thank you@@devopsshack
@redmi3s51
@redmi3s51 10 ай бұрын
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?
@princewillopah987
@princewillopah987 6 ай бұрын
You are an example of "humans can NEVER be satisfied".
@dileepkumar-b1r8t
@dileepkumar-b1r8t 2 ай бұрын
Hi bro , Very sorry .You are too fast to catch
The Ultimate CICD Corporate DevOps Pipeline Project
1:36:52
DevOps Shack
Рет қаралды 75 М.
Azure DevOps Real-Time End To End CI/CD Pipeline Project  🔥🔥
26:02
Непосредственно Каха: сумка
0:53
К-Media
Рет қаралды 12 МЛН
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
Counter-Strike 2 - Новый кс. Cтарый я
13:10
Marmok
Рет қаралды 2,8 МЛН
GitOps Masterclass | DevOps CICD Project
2:14:15
DevOps Shack
Рет қаралды 8 М.
Azure DevOps Tutorial for Beginners | CI/CD with Azure Pipelines
36:29
TechWorld with Nana
Рет қаралды 1,4 МЛН
Azure DevOps CICD Pipeline Project | Real-Time DevOps Project
1:34:41
10 Real-Time Corporate Python Automation scripts | Python | DevOps
1:16:54
3-Tier Ultimate DevOps CICD Pipeline Project | DevOps Project
1:38:39
Непосредственно Каха: сумка
0:53
К-Media
Рет қаралды 12 МЛН