How to setup AKS Cluster & Deploy Springboot App into AKS Cluster using Helm and Jenkins Pipeline

Описание к видео How to setup AKS Cluster & Deploy Springboot App into AKS Cluster using Helm and Jenkins Pipeline

https://www.coachdevops.com/2023/05/h...

This video provides steps to Automate build and deploy of Springboot Microservices App into Azure Kubernetes Cluster(AKS) using Helm and Jenkins pipeline.

Pre-requisites:
1. Jenkins instance is up and running
2. Install Docker in Jenkins and Jenkins have proper permission to perform Docker builds
3. Install Azure CLI on your Jenkins machine. (We will be creating AKS cluster from Jenkins machine running in Azure Cloud)
4. Helm installed on Jenkins instance
5. Install Kubectl on Jenkins instance
6. AKS cluster needs to be up running. You can create AKS cluster, ACR Repo using shell script provided in my website.
7. Make sure to Install Docker, Docker pipeline
8. ACR is also setup in Azure cloud.
9. Make sure AKS has pull access from ACR
10. Dockerfile created along with the application source code for springboot App.

Комментарии

Информация по комментариям в разработке