How to deploy a Azure SQL databases in AKS

Rajamannar A K 86 Reputation points
2022-06-29T07:59:11.467+00:00

I have a spring boot application deployed in AKS, but it also uses a DB for CRUD operations. How to integrate a SQL database into an application in AKS. Although I looked into Statefulset deployment, I was unable to combine the two services.

Azure SQL Database
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,000 questions
0 comments No comments
{count} vote

Accepted answer
  1. Alberto Morillo 33,426 Reputation points MVP
    2022-06-29T10:21:26.67+00:00

    You can integrate them using private endpoints as explained on this article. The same article explains how to make the configuration of the endpoint and related network policies.


0 additional answers

Sort by: Most helpful