Azure DevOps YAML Pipeline | Azure DevOps CI CD Pipeline| Azure Kubernetes Service with Azure DevOps

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

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

  • @VirtualTechBox
    @VirtualTechBox  10 месяцев назад +3

    Refer to my below playlists👇
    Microsoft Azure
    ruclips.net/p/PLmSlOWkfkuglJzo6VOX_vPJHAHBkullPT
    DevOps Playlist
    ruclips.net/p/PLmSlOWkfkugmXU1WVTu_fmrOwjRAbbWvL
    VMware vSphere Playlist
    ruclips.net/p/PLmSlOWkfkugnrD_VdpiaXRWppa0U4u0gt

  • @praveen_1805
    @praveen_1805 6 месяцев назад

    Whats the difference between this approach and the other which u did through the acr and aks via build and release pipeline? When do we use these two different approach? Please answer

    • @VirtualTechBox
      @VirtualTechBox  6 месяцев назад

      In this approach all the things build & release will happen via yaml file.

  • @karthikgatla-fx3uo
    @karthikgatla-fx3uo 8 месяцев назад

    im getting error during deploy process; Unhandled: input required: Kubernetes service connection.

    • @VirtualTechBox
      @VirtualTechBox  8 месяцев назад

      Delete service connection and recreate.

    • @shaikkareem4675
      @shaikkareem4675 8 месяцев назад

      Hi Sir, Its build pipeline, how I can make release pipeline by using artifacts.

    • @VirtualTechBox
      @VirtualTechBox  8 месяцев назад

      In YAML Pipeline contains both build & release@@shaikkareem4675

    • @shaikkareem4675
      @shaikkareem4675 8 месяцев назад

      thank you @@VirtualTechBox

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

    Thanks for making azure videos bro..thanks a lot...

  • @saisivakiran8467
    @saisivakiran8467 7 месяцев назад

    In deployment manifest, how image tag reference matched with build tags of azure pipeline.
    I tried to grab tags with #{Build.BuildId}# but this doesn't work for me any other suggestions would be helpful.

    • @VirtualTechBox
      @VirtualTechBox  7 месяцев назад

      I have configured to take latest tag, but it can be configured to update the tag according to build number in manifest file.

    • @saisivakiran8467
      @saisivakiran8467 7 месяцев назад

      @@VirtualTechBox thanks for responding!! Any idea how to get the build number in manifest?

  • @manamuchatlu12
    @manamuchatlu12 10 месяцев назад +1

    Hi sir when I opened azure devops under pipeline there is no release and deployment group options

    • @VirtualTechBox
      @VirtualTechBox  10 месяцев назад

      No need to go to release or deployment group options. Just go to pipelines and create yaml ci/cd pipeline.

  • @manamuchatlu12
    @manamuchatlu12 10 месяцев назад +1

    Hi sir here we are able to understand how to create a pipeline very well. But I have doubt.in azure we are creating vms ,dbs and different infrastructure.but where is the connection we are making between infra and pipeline.

    • @VirtualTechBox
      @VirtualTechBox  10 месяцев назад +1

      We are making service connection for Azure Resource Manager which connects Azure DevOps to Resources on Azure.

  • @akashmillan5549
    @akashmillan5549 9 месяцев назад +1

    useful videos!!!!!!!! please upload more azure devops videos

  • @akashmillan5549
    @akashmillan5549 9 месяцев назад

    Hi i cant create Azure service connection Automatic bec azure and devop account different id,in that case what should i do?

    • @VirtualTechBox
      @VirtualTechBox  9 месяцев назад +1

      Same account you have to use at both the end. Create the Azure DevOps account with the email id which you are using at Azure Portal.

    • @akashmillan5549
      @akashmillan5549 9 месяцев назад

      Thanks @@VirtualTechBox
      made both accounts in same id
      while running pipeline getting this error
      Build and push an image to container registry ,docker engine is running still getting below error
      ERROR: error during connect: this error may indicate that the docker daemon is not running: Get "%2F%2F.%2Fpipe%2Fdocker_engine/_ping": open //./pipe/docker_engine: Access is denied.
      ##[error]The process 'C:\Program Files\Docker\Docker
      esources\bin\docker.exe' failed with exit code 1
      please advise.

    • @VirtualTechBox
      @VirtualTechBox  9 месяцев назад

      Are you using self hosted agent? Have you installed Docker Desktop?@@akashmillan5549

    • @akashmillan5549
      @akashmillan5549 9 месяцев назад

      Yes i am using self hosted agent and also installed docker desktop, i have done some of your practical videos through docker desktop s @VirtualTechBox

    • @VirtualTechBox
      @VirtualTechBox  9 месяцев назад

      Hope your Docker Desktop application is running while using the self hosted agent
      Refer - stackoverflow.com/questions/67788960/error-during-connect-this-error-may-indicate-that-the-docker-daemon-is-not-runn@@akashmillan5549

  • @deva_2022
    @deva_2022 10 месяцев назад

    Hi sir please do a video for java application from getting Java source code from GitHub and building, testing and dockerizng the application and upload to docker hub and from then deploy to the k8s cluster.