This is going to be a short post because the "meat" is on my GitHub/sabbour. I realized that search engines index this blog much better than they index my GitHub repository, this is a pointer posts for the actual content.

What is this about?

This is an instructional post on how to setup a CI/CD pipeline for a Java Spring Boot application using Maven, Jenkins Pipeline and Azure Kubernetes Service (AKS).

The choice of Java Spring Boot + Maven was arbitrary, a customer choice, but nothing prevents you from adapting these instructions to your liking. This isn't a "best practice" setup, there might be other ways to do this and you may want to modify the pipelines to conform to your choices.

Where is it?

View it on GitHub: Setting up a CI/CD pipeline with Maven and Jenkins on Azure