How to create AKS Cluster and Deploy Springboot Microservices into AKS Cluster using Azure Pipeline
DevOps Coach DevOps Coach
21.2K subscribers
14,042 views
232

 Published On Jul 1, 2022

https://www.coachdevops.com/2022/06/h...

We will learn how to automate springboot microservices builds using Azure Build pipeline and Deploy into AKS Cluster with help of Azure Release pipelines.

We will use Springboot Microservices based Java application. I have already created a repo with source code + Dockerfile. The repo also have K8S manifest file for AKS Deployment.:

Pre-requistes:
Setup AKS Cluster and ACR Repo - You can do it by following steps in this link - https://www.coachdevops.com/2020/10/h...
Make sure AKS has pull access to ACR.

We will be achieving the following:
- Automating builds using Azure Pipeline
- Automating Docker image creation
- Automating Docker image upload into ACR
- Automating Deployments to Kubernetes Cluster

show more

Share/Embed