주 콘텐츠로 건너뛰기
지금 이용 가능

Generally Available: Private Link service integration

게시된 날짜: 8월 16, 2023

AKS now facilitates Private Link Service (PLS) creation for Kubernetes services through annotations, simplifying PLS setup. You can add the necessary PLS annotation to the service manifest file with an 'azure-load-balancer-internal' annotation and LoadBalancer service type.

This eliminates searching for Azure Load Balancer IP configuration for PLS creation, as AKS will handle PLS provisioning with the Kubernetes service. You can also establish a PLS resource by adding the PLS annotation to the manifest file after service provisioning.

To learn more, visit: https://cloud-provider-azure.sigs.k8s.io/topics/pls-integration/

  • AKS(Azure Kubernetes Service)
  • Features