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

Поделиться
HTML-код
  • Опубликовано: 26 янв 2024
  • Azure DevOps Masterclass | 10-Microservice Real Time Application CICD DevOps Project From scratch
    Zero To Hero [Batch-2 + Batch-3] DevSecOps & Cloud DevOps-
    www.devopsshack.com/single-ch...
    Complete Documentation: In Progress
    Project Repo: github.com/jaiswaladi246/10-M...
    Telegram:
    t.me/+9roGPjX1YI42Yzdl
    Instagram: / devopsshack
    LinkedIn: / devops-shack

Комментарии • 51

  • @xmnmx3331
    @xmnmx3331 5 месяцев назад +1

    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 5 месяцев назад

    This azure devops environment and my current organization ci/cd devops exactly matchs with each other.

  • @prncedrice
    @prncedrice 5 месяцев назад

    Crisp and clear. Keep up the Great job man.

  • @nforlife
    @nforlife 5 месяцев назад

    Love this
    Keep up man!!

  • @ashokkumar1778
    @ashokkumar1778 5 месяцев назад +1

    Thank you for sharing.

  • @ajaygupta659
    @ajaygupta659 5 месяцев назад +1

    it is really helpful video sir .

  • @rj27thug78
    @rj27thug78 5 месяцев назад

    GREAT WORK SIR

  • @arbazkhan-zf8wp
    @arbazkhan-zf8wp 5 месяцев назад +1

    Great man ❤❤❤ nice

  • @chaitanyasudhakar
    @chaitanyasudhakar 5 месяцев назад

    Thank you very useful content

  • @titusbuduediggs8827
    @titusbuduediggs8827 5 месяцев назад

    Awesome project 👏👏

  • @jagatkrishna1543
    @jagatkrishna1543 5 месяцев назад +1

    Thanks 🙏❤

  • @RohitAlam-zr7on
    @RohitAlam-zr7on Месяц назад

    Thanks a lot bro

  • @ebanghaebane2088
    @ebanghaebane2088 5 месяцев назад

    Awesome

  • @ojaslayaskar1091
    @ojaslayaskar1091 5 месяцев назад

    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 ?

  • @vanessabaer6359
    @vanessabaer6359 4 месяца назад

    Awesome Video. Easy to understand and follow. Keep it up. I look forward to more 😊

  • @VetriJV
    @VetriJV 3 месяца назад

    11:16 Where to get the sonaqube credentials ,do we need to create one or we need to use existing VM server credentials

  • @nforlife
    @nforlife 5 месяцев назад

    You are for real a shark

  • @eminembts2832
    @eminembts2832 2 дня назад

    instead of using azure for kube cluster can we use AWS EKS??

  • @vishwavishwa8036
    @vishwavishwa8036 11 дней назад

    Please make video with yaml pipelines

  • @poorneshks3720
    @poorneshks3720 5 месяцев назад

    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 4 месяца назад

      In place of adijaiswal user your docker hub username

  • @pradyumna668
    @pradyumna668 5 месяцев назад

    If possible try to do a yaml pipeline

  • @abdulmohammed4291
    @abdulmohammed4291 5 месяцев назад

    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  5 месяцев назад

      Install docker latest

    • @abdulmohammed4291
      @abdulmohammed4291 4 месяца назад

      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

  • @RamKumar-wq7fw
    @RamKumar-wq7fw 5 месяцев назад +2

    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

  • @vamshikittu8635
    @vamshikittu8635 5 месяцев назад

    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  5 месяцев назад

      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 5 месяцев назад

      @@devopsshack got it, thanks aditya

  • @parameshnalamasa7601
    @parameshnalamasa7601 5 месяцев назад

    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 ??

  • @pradyumna668
    @pradyumna668 5 месяцев назад

    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  5 месяцев назад +1

      Its in progress bro
      Will add the steps once done

    • @pradyumna668
      @pradyumna668 5 месяцев назад

      Thank you for the video executed it successfully. Deployment YAML manifest in release folder

  • @xmnmx3331
    @xmnmx3331 5 месяцев назад

    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  5 месяцев назад +1

      I would recommend to use the latest branch which has the modified deployment-service.yaml file

    • @xmnmx3331
      @xmnmx3331 5 месяцев назад

      @@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 5 месяцев назад

      Thanks for the prompt response. Even at this hour. Appreciated 🙏🏻

  • @jayyay693
    @jayyay693 4 месяца назад

    Hi anyone can this also be done in visual studio code ??

  • @sujethapai5127
    @sujethapai5127 4 месяца назад

    using Azure vm,sonarqube server is not running even after adding port to NSG😑😔

    • @devopsshack
      @devopsshack  4 месяца назад

      Check container , if its running.

    • @sujethapai5127
      @sujethapai5127 4 месяца назад

      ya i got it its error 137 out of memory as u explained in troubleshoot videos..thanks

  • @jikiran04ji97
    @jikiran04ji97 5 месяцев назад

    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  5 месяцев назад

      I see growth in both
      So whichever suits you, you can ho ahead in that

    • @jikiran04ji97
      @jikiran04ji97 5 месяцев назад

      Thank you@@devopsshack

  • @redmi3s51
    @redmi3s51 4 месяца назад

    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 Месяц назад +1

      You are an example of "humans can NEVER be satisfied".

  • @udaykumar-tb5kn
    @udaykumar-tb5kn 5 месяцев назад

    This, video part of which playlists bro pls help