azure-service-operator
azure-service-operator copied to clipboard
Support for Private Link
Azure services such as Azure Database for PostgreSQL, MySQL, SQL support private link. Using private links enables AKS to connect to these database services using private ip addresses. It appears that ASO doesn't provide a way to create services with private endpoint.
Can ASO create Azure services with private endpoint?
This will help to Partners who are building their IP solutions for deployments across multiple clouds. In Azure context, they can use private link support to avoid use of public ip addresses and improve security posture.
We are also looking for the same. Private link enabled service also add a private link to the already existing services.
- https://github.com/Azure/azure-sdk-for-go/blob/master/services/network/mgmt/2020-06-01/network/privateendpoints.go
- https://github.com/Azure/azure-sdk-for-go/tree/master/services/network/mgmt/2020-06-01/network
- https://github.com/Azure/azure-rest-api-specs/blob/master/specification/network/resource-manager/readme.go.md
- https://github.com/Azure/azure-rest-api-specs/tree/master/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01
Have also had a customer request PrivateEndpoint for ServiceBus.
We're still interested in doing this
This is still a priority for us, but it's stuck behind #2323 for now. We're hoping to make progress on this in the near future.
Do we have a timeline for this feature? Thanks
It's a priority for our beta.4
release, which should be coming soon. We don't have an exact date for that, however.
As noted above, this is blocked behind #2323 which we're making good progress on resolving.