You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/data-ingestion/clickpipes/aws-privatelink.md
+52-1Lines changed: 52 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ integration:
10
10
- category: 'clickpipes'
11
11
---
12
12
13
+
import PrivatePreviewBadge from '@theme/badges/PrivatePreviewBadge';
13
14
import cp_service from '@site/static/images/integrations/data-ingestion/clickpipes/cp_service.png';
14
15
import cp_step0 from '@site/static/images/integrations/data-ingestion/clickpipes/cp_step0.png';
15
16
import cp_rpe_select from '@site/static/images/integrations/data-ingestion/clickpipes/cp_rpe_select.png';
@@ -189,6 +190,8 @@ It requires setting up a NLB (Network Load Balancer) in front of your data sourc
189
190
and configuring the VPC endpoint service to use the NLB.
190
191
191
192
VPC endpoint service can be [configured with a private DNS](https://docs.aws.amazon.com/vpc/latest/privatelink/manage-dns-names.html), that will be accessible in a ClickPipes VPC.
193
+
If your service can't use PrivateLink managed private DNS (for example, the provider requires
194
+
consumers to manage DNS resolution, as Confluent Cloud does), see [Custom private DNS](#custom-private-dns).
192
195
193
196
It's a preferred choice for:
194
197
@@ -208,6 +211,52 @@ See AWS guide for [managing permissions](https://docs.aws.amazon.com/vpc/latest/
208
211
can be configured for ClickPipes. Add [your ClickPipe region](#aws-privatelink-regions) to the allowed regions in your VPC endpoint service.
209
212
:::
210
213
214
+
## Custom private DNS {#custom-private-dns}
215
+
216
+
<PrivatePreviewBadge/>
217
+
218
+
:::info
219
+
Custom private DNS is in **Private Preview**. Reach out to the [ClickHouse support team](https://clickhouse.com/support/program) to enable it for your service.
for VPC endpoint services with a verified domain. Some services require each consumer to manage DNS resolution in their own VPC, e.g., Confluent Cloud requires consumers to resolve broker hostnames to the PrivateLink endpoint.
224
+
225
+
For these cases, ClickPipes supports attaching custom private DNS names to a reverse private
226
+
endpoint. ClickPipes resolves these names to the endpoint's private addresses, so your data
227
+
source can be reached by its own hostname over private connectivity.
228
+
229
+
Custom private DNS complements managed private DNS — it doesn't replace it. If your
230
+
PrivateLink service already provides private DNS names, you don't need custom names.
231
+
232
+
Custom private DNS names are supported for the [VPC endpoint service](#vpc-endpoint-service)
233
+
and [VPC resource](#vpc-resource) endpoint types. MSK multi-VPC provides managed private DNS
234
+
out-of-the-box and doesn't support custom names.
235
+
236
+
The following rules apply to custom private DNS names:
237
+
238
+
- Exact names (`kafka.internal.example.com`) and wildcard names (`*.example.com`) are
239
+
supported. A wildcard matches a single DNS label — for example,
Copy file name to clipboardExpand all lines: docs/integrations/data-ingestion/clickpipes/kafka/02_schema-registries.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ To integrate with a schema registry during ClickPipes configuration, you must us
36
36
37
37
ClickPipes connects to the schema registry over HTTPS at the URL you provide. The schema registry does not need to be publicly accessible.
38
38
39
-
If your Kafka brokers are reached through a [reverse private endpoint](/integrations/clickpipes/aws-privatelink) (AWS PrivateLink or GCP Private Service Connect), the schema registry can use the same private connectivity. ClickPipes resolves the registry hostname through the reverse private endpoint's private DNS, so a registry hosted privately alongside your brokers is reachable as long as its hostname resolves to the reverse private endpoint's private IP addresses (via the endpoint's private DNS support or a custom private DNS mapping).
39
+
If your Kafka brokers are reached through a [reverse private endpoint](/integrations/clickpipes/aws-privatelink) (AWS PrivateLink or GCP Private Service Connect), the schema registry can use the same private connectivity. ClickPipes resolves the registry hostname through the reverse private endpoint's private DNS, so a registry hosted privately alongside your brokers is reachable as long as its hostname resolves to the reverse private endpoint's private IP addresses (via the endpoint's private DNS support or a [custom private DNS mapping](/integrations/clickpipes/aws-privatelink#custom-private-dns)).
0 commit comments