From d34ad26b727e8bb9ffc2e103a156f0f88149f403 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Mon, 10 May 2021 16:37:16 -0400 Subject: [PATCH] docs: document the current state of built-in and native --- website/content/docs/connect/native/index.mdx | 5 +++++ website/content/docs/connect/proxies/built-in.mdx | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/website/content/docs/connect/native/index.mdx b/website/content/docs/connect/native/index.mdx index 53dd514e4..62db53496 100644 --- a/website/content/docs/connect/native/index.mdx +++ b/website/content/docs/connect/native/index.mdx @@ -9,6 +9,11 @@ description: >- # Connect-Native App Integration +~> **Note:** The Native App Integration does not support many of the Connect service +mesh features, and is not under active development. +The [Envoy proxy](/docs/connect/proxies/envoy) should be used for most production +environments. + Applications can natively integrate with the Connect API to support accepting and establishing connections to other Connect services without the overhead of a [proxy sidecar](/docs/connect/proxies). This option is especially useful diff --git a/website/content/docs/connect/proxies/built-in.mdx b/website/content/docs/connect/proxies/built-in.mdx index edba97692..7c57dbce8 100644 --- a/website/content/docs/connect/proxies/built-in.mdx +++ b/website/content/docs/connect/proxies/built-in.mdx @@ -6,10 +6,13 @@ description: Consul Connect comes with a built-in proxy for testing and developm # Built-In Proxy Options -Consul comes with a built-in L4 proxy for testing and development with Consul -Connect. +~> **Note:** The built-in proxy is not supported for production deployments. It does not +support many of the Connect service mesh features, and is not under active development. +The [Envoy proxy](/docs/connect/proxies/envoy) should be used for production deployments. + +Consul comes with a built-in L4 proxy for testing and development with Consul +Connect service mesh. -~> **Note:** [Envoy](/docs/connect/proxies/envoy) should be used for production deployments, or when [layer 7 traffic management](/docs/connect/l7-traffic-management) features are needed. ## Getting Started