This is an automated email from the ASF dual-hosted git repository.
yilinzeng 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 0fe623e docs: edit title, del nacos introduction (#923)
0fe623e is described below
commit 0fe623ea0b1ae7d2d2d402d1af75c0376a5c801d
Author: homeward <[email protected]>
AuthorDate: Wed Mar 2 18:53:35 2022 +0800
docs: edit title, del nacos introduction (#923)
---
website/blog/2022/02/21/nacos-api-gateway.md | 12 ++++++------
.../2022/02/21/{nacos.md => nacos-api-gateway.md} | 13 ++++++++-----
2 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/website/blog/2022/02/21/nacos-api-gateway.md
b/website/blog/2022/02/21/nacos-api-gateway.md
index f66cfe7..077abba 100644
--- a/website/blog/2022/02/21/nacos-api-gateway.md
+++ b/website/blog/2022/02/21/nacos-api-gateway.md
@@ -15,16 +15,20 @@ keywords:
- API gateway
- Service Discovery
- Service Registry
-description: This article introduces the basic concepts of Apache APISIX,Nacos
and Service Registry, and shows you the specific operation of Apache APISIX to
realize service discovery based on Nacos.
+description: This article introduces the basic concepts of Apache APISIX and
Service Registry, and shows you the practice of Nacos service discovery on API
Gateway.
tags: [Technology,Ecosystem,Service Discovery]
---
-> This article introduces the basic concepts of Apache APISIX and Nacos and
Service Registry, and shows you the practice of Nacos service discovery on API
Gateway.
+> This article introduces the basic concepts of Apache APISIX and the Service
Registry, and shows you the practice of Nacos service discovery on API Gateway.
<!--truncate-->
## Background Information
+Apache APISIX is a dynamic, real-time, high-performance API gateway that
provides rich traffic management features such as load balancing, dynamic
upstream, canary release, circuit breaking, authentication, observability, and
more. It not only has many useful plugins, but also supports plugin dynamic
change and hot swap. At the same time, when using service discovery components,
you can not only use etcd, but also Eureka, Consul, and Nacos as service
discovery components. This article wi [...]
+
+
+
Service Registry is the core component of service management, similar to the
role of directory service, and one of the most basic facilities in the
microservices architecture. It is mainly used to store service information,
such as service provider URL, routing information, and so on. The service
registry is implemented by mapping complex service-side information to simple
and understandable information for the client.
The core functions of the Service Registry are as follows:
@@ -39,10 +43,6 @@ From the above description, you can know that the registry
can help users quickl
If the service on the server side suddenly goes down and there is no feedback
to the service registry, the client can show the service side its service
status by actively reporting the heartbeat at regular intervals through the
health check function of the service registry. If the service status is
abnormal, the service registry will be notified, and the service registry can
remove the down service nodes in time to avoid waste of resources.
-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.
-
Apache APISIX + Nacos can centralize business-independent control of each
microservice node into Apache APISIX for unified management, that is, **the
ability to implement proxy and routing forwarding of interface services through
Apache APISIX**. After registering various microservices on Nacos, Apache
APISIX can get the list of services through the service discovery function of
Nacos, and find corresponding service addresses to achieve dynamic proxy.

diff --git a/website/i18n/zh/docusaurus-plugin-content-blog/2022/02/21/nacos.md
b/website/i18n/zh/docusaurus-plugin-content-blog/2022/02/21/nacos-api-gateway.md
similarity index 87%
rename from website/i18n/zh/docusaurus-plugin-content-blog/2022/02/21/nacos.md
rename to
website/i18n/zh/docusaurus-plugin-content-blog/2022/02/21/nacos-api-gateway.md
index 3f3d89e..ee31a92 100644
--- a/website/i18n/zh/docusaurus-plugin-content-blog/2022/02/21/nacos.md
+++
b/website/i18n/zh/docusaurus-plugin-content-blog/2022/02/21/nacos-api-gateway.md
@@ -1,5 +1,5 @@
---
-title: "如何使用 Apache APISIX 基于 Nacos 实现服务发现"
+title: "Nacos 在 API 网关中的服务发现实践"
authors:
- name: "林志煌"
title: "Author"
@@ -12,20 +12,23 @@ authors:
keywords:
- Apache APISIX
- Nacos
+- API gateway
- Service Discovery
- Service Registry
- Ecosystem
-description: 本文为您介绍 Apache APISIX、Nacos 基本概念以及注册中心的作用,并为您展示了 Apache APISIX 基于
Nacos 实现服务发现的具体操作。
+description: 本文为您介绍 Apache APISIX 基本概念以及注册中心的作用,并为您展示了 API 网关基于 Nacos
实现服务发现的具体操作。
tags: [Technology,Ecosystem,Service Discovery]
---
-> 本文为您介绍 Apache APISIX、Nacos 基本概念以及注册中心的作用,并为您展示了 Apache APISIX 基于 Nacos
实现服务发现的具体操作。
+> 本文为您介绍 Apache APISIX 基本概念以及注册中心的作用,并为您展示了 API 网关基于 Nacos 实现服务发现的具体操作。
<!--truncate-->
## 背景信息
-Nacos
是阿里巴巴开源的一个易于使用的动态服务发现、配置和服务管理平台。它提供了一组简单易用的特性集,可以帮助您快速实现动态服务发现,服务配置,服务元数据及流量管理,让您更敏捷和容易地构建,交付和管理微服务平台。Nacos
是构建以“服务”为中心的现代应用架构(例如微服务范式、云原生范式)的服务基础设施。
+Apache APISIX 是一个动态、实时、高性能的 API
网关,提供负载均衡、动态上游、灰度发布、服务熔断、身份认证、可观测性等丰富的流量管理功能。它不仅拥有众多实用的插件,而且支持插件动态变更和热插拔。同时在使用服务发现组件时,不仅可以利用
etcd,也可以将 Eureka、Consul 和 Nacos 作为服务发现组件。本文将详细为您介绍如何在 Apache APISIX 中配置 Nacos
作为 Apache APISIX API 网关中的服务发现组件。
+
+
注册中心是服务要实现服务化管理的核心组件,类似于目录服务的作用,也是微服务架构中最基础的设施之一,主要用来存储服务信息,譬如服务提供者 URL
、路由信息等。注册中心的实现是通过一种映射的方式,将复杂的服务端信息映射为简单易懂的信息提供给客户端。
@@ -45,7 +48,7 @@ Apache APISIX + Nacos 可以将各个微服务节点中与业务无关的各项

-## Apache APISIX 基于 Nacos 实现服务发现
+## API 网关基于 Nacos 实现服务发现
### 前提条件