An Apache Spark-based analytics platform optimized for Azure.
Hello @Akash S , I hope you are doing well,
Yes, you can keep the connection fully private.
The Databricks workspace Private Endpoint does not provide outbound connectivity from Serverless compute to AKS. For this scenario, use a Network Connectivity Configuration (NCC) with a private endpoint.
A typical architecture is:
Databricks Serverless → NCC → Private Endpoint → Standard Load Balancer → AKS service
This avoids exposing the AKS application through a public endpoint.
References:
Serverless private connectivity – Microsoft Learn
If my answer helped you, please consider marking it as accepted. This helps others in the community find similar solutions.