How to connect onpremises database to application which is running in Azure Kubernet Services

haritha ch 0 Reputation points
2023-10-19T04:21:26.1933333+00:00

Hi can any one one tell me how to configure the on-premises database with application which is running in Azure Kubernet Services

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,139 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dillon Silzer 57,431 Reputation points
    2023-10-19T04:52:43.54+00:00

    Hello,

    What you can do is use a Azure VPN solution to communicate to on-prem services from AKS:

    Using Azure kubernetes managed service in private cloud topology

    https://www.cloudready.club/azure/hubspoke-topology/

    User's image

    You need to establish a VPN Gateway between your on-prem LAN and Azure tenant.

    What is Azure VPN Gateway?

    https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways

    "Azure VPN Gateway is a service that uses a specific type of virtual network gateway to send encrypted traffic between an Azure virtual network and on-premises locations over the public Internet. You can also use VPN Gateway to send encrypted traffic between Azure virtual networks over the Microsoft network. Multiple connections can be created to the same VPN gateway. When you create multiple connections, all VPN tunnels share the available gateway bandwidth."


    If this is helpful please accept answer.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.