AKS CI CD Tutorial in Azure DevOps | Azure Kubernetes Service App Deployment

Поділитися
Вставка
  • Опубліковано 10 жов 2024
  • AKS CI CD Tutorial in Azure DevOps | Azure Kubernetes Service App Deployment
    -Install Java & Maven
    sudo apt-get update
    sudo apt-get install openjdk-8-jdk
    sudo apt-ge install maven
    -Docker install
    docs.docker.co...
    stackoverflow....
    - Install Azure Cli
    learn.microsof...
    - Connect to Aks from Linux
    az login
    az als get-credentials -resource-group ResourceGroupName -name aksName
    az aks update -n AKSName -g ResourceGroupName -attach-acr ACRName
    -Install Kubectl
    kubernetes.io/...
    Github Repo-
    github.com/aka...
    Azure Devops Beginners Tutorial from scratch-
    • Video

КОМЕНТАРІ • 22

  • @sahrukhjethra1505
    @sahrukhjethra1505 Рік тому +3

    Thank you for creating this video! I found it really helpful and informative. Keep up the great work, and I'm looking forward to watching more of your videos in the future!

  • @pt_trainer9244
    @pt_trainer9244 11 днів тому

    Instead of using releases, can you just use multi stage pipelines?
    One for building the app, and another stage for deploying which acts as the release ?

  • @Goa-l3t
    @Goa-l3t 2 місяці тому

    Super useful.... Mallesh anna

  • @ashwinkumarh2422
    @ashwinkumarh2422 Рік тому

    Nice informative video and background music too😀

  • @mimahmed95
    @mimahmed95 Рік тому

    Nice Tutorial. How i set a Static Ip for my AKS loadbalancer ?

  • @praveenteza
    @praveenteza Рік тому

    Thank you

  • @saikumar-mh3zj
    @saikumar-mh3zj Рік тому

    Excellent!! I do not having agent machine access while running release pipeline I am gertting
    Kubectl Client version v1.13.2
    Kubectl Server Version: Could not find kubectl server version

  • @yosharma5210
    @yosharma5210 Рік тому

    Very nice

  • @SushreeSJ
    @SushreeSJ Рік тому

    Thank you so much ...

  • @sunithalakshman9311
    @sunithalakshman9311 Рік тому

    hi..I am trying to follow your tutorial, but not able to establish service connection, it is throwing an Could not find any secrets associated with the Service Account., i am trying to establish a connection using kubeconfig, but it is failing either, can you please help?

  • @abdulmohammed4291
    @abdulmohammed4291 8 місяців тому

    Hi, Thank you very much for the project, I got error at OWASP dependency check and it get failed : Dependency Check failed with message "Dependency Check exited with an error code (exit code: 2), any suggesstion?

    • @hydtechietalks3607
      @hydtechietalks3607 16 днів тому

      may be specific to your code with Security checks? Any tool/package build rules?

  • @devnull8813
    @devnull8813 Рік тому +1

    Would be great to do it through YAML files only

    • @devopsshack
      @devopsshack  Рік тому

      30 Days Of DevOps | Zero To Hero | Kubernetes | Part-1 | Day-9
      ua-cam.com/video/AM1F3Nuj_WA/v-deo.html
      Go through Part-1&2

  • @nithintm2569
    @nithintm2569 Рік тому

    Please can you upload Owasp dependency Track Jenkins integration

  • @deva_2022
    @deva_2022 11 місяців тому

    Hi bro please do reply me soon , i have created azure devops account free account for practice 3-4days back , but i am not able see clasic editor, 😢 how can i learn . All are teaching clasic editor but less videos in yml pipeline. Please do this full video in yml file because i am new for azure devops ..it will helps a lot.

    • @JohnWick-bt7xj
      @JohnWick-bt7xj 10 місяців тому

      ua-cam.com/video/c0UhygUkBrE/v-deo.html

  • @bsaikrishna7860
    @bsaikrishna7860 Рік тому

    How to pull an image from amazon registry [ECR]to aks custer ?

    • @devopsshack
      @devopsshack  Рік тому

      Commands would be same but u need to configure the registry url and credentials and imay

  • @mazensayyed3489
    @mazensayyed3489 Рік тому

    Hello sir want to use veriable group for arm Template can you give me yml ?

  • @knl6345
    @knl6345 Рік тому

    Can please create yaml file with aks