mirror of https://github.com/hashicorp/consul
Update index.mdx
parent
4e46d282ff
commit
72d7b61634
|
@ -7,13 +7,14 @@ description: >-
|
||||||
|
|
||||||
# Service Mesh Native App Integration Overview
|
# Service Mesh Native App Integration Overview
|
||||||
|
|
||||||
~> **Note:** The Native App Integration does not support many of the Consul's service
|
~> **Note:** The Connect Native Golang SDK and `v1/agent/connect/authorize`, `v1/agent/connect/ca/leaf`,
|
||||||
mesh features, and is not under active development.
|
|
||||||
The [Envoy proxy](/consul/docs/connect/proxies/envoy) should be used for most production
|
|
||||||
environments. The Connect Native Golang SDK and `v1/agent/connect/authorize`, `v1/agent/connect/ca/leaf`,
|
|
||||||
and `v1/agent/connect/ca/roots` APIs are deprecated and will be removed in a future release. Although Connect Native
|
and `v1/agent/connect/ca/roots` APIs are deprecated and will be removed in a future release. Although Connect Native
|
||||||
is still supported we discourage new users from adopting this feature at this time, as we plan to remove the feature
|
is still supported we discourage new users from adopting this feature at this time, as we plan to remove the feature
|
||||||
when a future long term replacement such as proxyless GRPC via XDS is delivered (see [GH-10339](https://github.com/hashicorp/consul/issues/10339)).
|
when a future long term replacement such as proxyless GRPC via XDS is delivered (see [GH-10339](https://github.com/hashicorp/consul/issues/10339)).
|
||||||
|
The Native App Integration does not support many of the Consul's service
|
||||||
|
mesh features, and is not under active development.
|
||||||
|
The [Envoy proxy](/consul/docs/connect/proxies/envoy) should be used for most production
|
||||||
|
environments.
|
||||||
|
|
||||||
Applications can natively integrate with Consul's service mesh API to support accepting
|
Applications can natively integrate with Consul's service mesh API to support accepting
|
||||||
and establishing connections to other mesh services without the overhead of a
|
and establishing connections to other mesh services without the overhead of a
|
||||||
|
|
Loading…
Reference in New Issue