Kubernetes deployment plugin is no more.Which plugin to use now? pls help
@DevOpsCoach5 ай бұрын
Hi there, you need to use kubernetes cli plug-in. I would recommend to watch this updated video. kzbin.info/www/bejne/iqnCdHmwacRpeMk www.coachdevops.com/2022/11/how-to-deploy-springboot-app-into-aks.html
@sarthak74135 ай бұрын
@@DevOpsCoach Thanks for helping out
@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 Жыл бұрын
Hi Tony, I would recommend to watch this new and updated video. kzbin.info/www/bejne/iqnCdHmwacRpeMk www.coachdevops.com/2022/11/how-to-deploy-springboot-app-into-aks.html
@DevOpsCoach Жыл бұрын
you dont need separate slave, you can install Docker on Jenkins master and achieve it
@biswajit4631 Жыл бұрын
Hi, the kubernetes plugin what you have mentioned, is now no more. So how can we do the process
@DevOpsCoach Жыл бұрын
That’s a good question. Use kubectl cli plugin
@biswajit4631 Жыл бұрын
Can you please provide any syntax please, so that I can update
@adeakin34673 жыл бұрын
Mr Success!! Successful build as always. lol
@DevOpsCoach3 жыл бұрын
Awesome, thanks for your support Mr.Ade!!!
@vinnybunny8523 жыл бұрын
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.
@DevOpsCoach3 жыл бұрын
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. kzbin.info/www/bejne/rIOqkH2nidyVb5Y
@vinnybunny8523 жыл бұрын
@@DevOpsCoach thank you.
@sounakchakraborty8653 Жыл бұрын
Thanks
@DevOpsCoach Жыл бұрын
You welcome 🙏
@arieff15083 жыл бұрын
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