Connecting Azure Kubernetes Service and Azure Database for PostgreSQL using Azure Key Vault .

Rajasekhar 16 Reputation points
2020-09-22T06:53:26.12+00:00

Connecting Azure Kubernetes Service and Azure Database for PostgreSQL using Azure Key Vault .

  • AKS : Cluster is ready
  • Azure Database for PostgreSQL : DB is ready

I would like to know the steps to connect to PostgreSQL DB on existing the AKS cluster using Key Vaults.

Right we are passing we are passing DB username and Password ,etc details are passing configmap yaml file level .

Now we want to integrate the credentials with azure key vault and use them as part of AKS deployment with PostgreSQL connection .

Please let me know if anyone across with the same use case .

Thank you!

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.
1,961 questions
Azure Database for PostgreSQL
{count} votes

1 answer

Sort by: Most helpful
  1. prmanhas-MSFT 17,901 Reputation points Microsoft Employee
    2020-09-22T18:25:50.867+00:00

    @Rajasekhar Apologies for the delay in response and all the inconveinince caused because of the issue.

    Azure Kubernetes Service (AKS) provides a managed Kubernetes cluster you can use in Azure. This article has options and steps to consider when using AKS and Azure Database for PostgreSQL together to create an application.

    Moreover you can use Azure CLI to set up and manage data encryption for your Azure Database for PostgreSQL Single server using Azure KeyVault as mentioned here.

    Hope it helps!!!

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics

    0 comments No comments