You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/03/01 05:32:35 UTC

[apisix-website] branch master updated: docs: update consul. (#919)

This is an automated email from the ASF dual-hosted git repository.

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ffe70f2  docs: update consul. (#919)
ffe70f2 is described below

commit ffe70f25aac482c82d5d5e28f50734b36df94f8a
Author: Ming Wen <mo...@gmail.com>
AuthorDate: Tue Mar 1 13:32:27 2022 +0800

    docs: update consul. (#919)
---
 website/blog/2022/02/25/{consul.md => consul-api-gateway.md} | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/website/blog/2022/02/25/consul.md b/website/blog/2022/02/25/consul-api-gateway.md
similarity index 96%
rename from website/blog/2022/02/25/consul.md
rename to website/blog/2022/02/25/consul-api-gateway.md
index 1a22416..8443efa 100644
--- a/website/blog/2022/02/25/consul.md
+++ b/website/blog/2022/02/25/consul-api-gateway.md
@@ -1,5 +1,5 @@
 ---
-title: "Apache APISIX Integrates with Consul KV to Expand Its Capabilities in Service Discovery"
+title: "How to Integrate API Gateway and Consul?"
 authors:
   - name: "Tao Yang"
     title: "Author"
@@ -10,8 +10,8 @@ authors:
     url: "https://github.com/yzeng25"
     image_url: "https://github.com/yzeng25.png"
 keywords: 
-- Apache APISIX
-- Consul KV
+- API Gateway
+- Consul
 - Service Discovery
 - Servici Register
 description: Apache APISIX supports the Consul KV-based service discovery registry. This article will walk you through the process of implementing service discovery and service registry in Apache APISIX.
@@ -24,6 +24,10 @@ tags: [Technology,Ecosystem,Service Discovery]
 
 ## Background Information
 
+Apache APISIX is a dynamic, real-time, high-performance API gateway.
+
+APISIX provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more.
+
 Consul is a service mesh solution. One of its cores, Consul KV, is a distributed key-value database whose primary purpose is to store configuration parameters and metadata, while also allowing users to store indexed objects.
 
 In the microservice architecture model, when the upstream services change due to capacity expansion, hardware failure, etc., the way to maintain the upstream service information by manually writing the configuration can lead to a steep increase in maintenance cost. In response, Apache APISIX provides a service discovery registry to dynamically obtain the latest service instance information to reduce the maintenance cost for users.