Jenkins Pipeline for Docker App Deploy to AKS Cluster | Jenkins Kubernetes Deployment to AKS Cluster

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

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

  • @biswajit4631
    @biswajit4631 Год назад +1

    Hi, the kubernetes plugin what you have mentioned, is now no more. So how can we do the process

    • @DevOpsCoach
      @DevOpsCoach  Год назад

      That’s a good question. Use kubectl cli plugin

    • @biswajit4631
      @biswajit4631 Год назад

      Can you please provide any syntax please, so that I can update

  • @adeakin3467
    @adeakin3467 3 года назад +1

    Mr Success!! Successful build as always. lol

    • @DevOpsCoach
      @DevOpsCoach  3 года назад +2

      Awesome, thanks for your support Mr.Ade!!!

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

    Kubernetes deployment plugin is no more.Which plugin to use now?
    pls help

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

      Hi there, you need to use kubernetes cli plug-in.
      I would recommend to watch this updated video. ruclips.net/video/Tx_CFz4_6Bg/видео.html
      www.coachdevops.com/2022/11/how-to-deploy-springboot-app-into-aks.html

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

      @@DevOpsCoach Thanks for helping out

  • @tonycavanagh1929
    @tonycavanagh1929 Год назад

    Slight confusion with step 3 Setup Jenkins slave, install docker in it.
    Do you mean set up the slave then install docker on it. Do you mean just install the docker plugin. Or set up the node as a docker image. I just installed the docker plugin.

    • @DevOpsCoach
      @DevOpsCoach  Год назад +1

      Hi Tony, I would recommend to watch this new and updated video. ruclips.net/video/Tx_CFz4_6Bg/видео.html
      www.coachdevops.com/2022/11/how-to-deploy-springboot-app-into-aks.html

    • @DevOpsCoach
      @DevOpsCoach  Год назад

      you dont need separate slave, you can install Docker on Jenkins master and achieve it

  • @arieff1508
    @arieff1508 3 года назад

    Hi, I have scenario like jenkins and ansible server two different aws ec2 servers i have been trying to deploy an app by using jenkins pipeline. Please tell me how to integrate jenkins and ansible b/w two different sever. Please suggest how write jenkins pipeline job

  • @vinnybunny852
    @vinnybunny852 3 года назад

    Can we integrate Terraform in this pipeline to provision for AKS containers ? If yes, the I assume we set up a terraform code in git and run it in the Jenkins pipeline ? But in which step in the groovy script, then at what stage would be invoking that TF code ? I'm just starting up with these technologies. Correct me if I'm wrong.

    • @DevOpsCoach
      @DevOpsCoach  3 года назад

      Hi Vinny, yes you can do this very much. I do have sample video which will execute TF files using Jenkins pipeline for provisioning resources in AWS cloud. Please watch this video to learn more. ruclips.net/video/vRG_JqTwb94/видео.html

    • @vinnybunny852
      @vinnybunny852 3 года назад

      @@DevOpsCoach thank you.

  • @sounakchakraborty8653
    @sounakchakraborty8653 Год назад +1

    Thanks