Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.41 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.41 KB

Sample project for Spring Boot application on AKS with Azure Database for MySQL - Flexible Server

This sample project is used in the Deploy a Spring Boot application on AKS cluster with MySQL Flexible Server in a VNet Microsoft documentation tutorial.

Prerequisites

Running the project

Download the project, change directory to springboot-mysql-aks folder and follow the steps outlined in this tutorial :

  1. Create an Azure Database for MySQL - Flexible Server
  2. Create an Azure Container Registry
  3. Build the image and push to ACR
  4. Create a Kubernetes cluster on AKS
  5. Deploy the application to AKS cluster
  6. Test the application
  7. Clean up resources