Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.75 KB

enable-private-link-on-kafka-rest-proxy-hdi-cluster.md

File metadata and controls

47 lines (35 loc) · 1.75 KB
titledescriptionms.servicems.topicms.dateauthorms.authorms.reviewer
Enable Private Link on an Azure HDInsight Kafka Rest Proxy cluster
Learn how to Enable Private Link on an Azure HDInsight Kafka Rest Proxy cluster.
azure-hdinsight
conceptual
02/14/2025
yeturis
sairamyeturi
nijelsf

Enable Private Link on an HDInsight Kafka Rest Proxy cluster

Follow these extra steps to enable private link for Kafka Rest Proxy HDI clusters.

Prerequisites

As a prerequisite, complete the steps mentioned in Enable Private Link on an Azure HDInsight cluster document, then perform the below steps.

Create private endpoints

  1. Click 'Create private endpoint' and use the following configurations to set up another Ambari private endpoint:

    ConfigValue
    Namehdi-prilink-cluster-restproxy
    Resource typeMicrosoft.Network/privatelinkServices
    Resourcekafkamanagementnode-* (This value should match the HDI deployment ID of your cluster, for example kafkamanagementnode 4eafe3a2a67e4cd88762c22a55fe4654)
    Virtual networkhdi-privlink-client-vnet
    Subnetdefault

Configure DNS to connect over private endpoints

  1. Add another record set to the Private DNS for Ambari.

    ConfigValue
    Namehdi-prilink-cluster-restproxy
    TypeA - Alias record to 1Pv4 address
    TTL1
    TTL unitHours
    IP AddressPrivate IP of private endpoint for Ambari access

Next steps

close