Envoy Handbook

screenshot of Envoy Handbook
hugo

Envoy 中文指南 - https://icloudnative.io/envoy-handbook/

Overview:

AwesomeWebsiteChat is a chat application that can be accessed through the Telegram platform. It allows users to communicate with each other through text. It offers documentation in both English and Chinese languages.

Features:

  • Non-intrusive architecture: AwesomeWebsiteChat uses Envoy, an independent process that runs alongside each application service, creating a transparent communication mesh. It does not require knowledge of network topology or the implementation language of the services.
  • L3/L4/L7 architecture: Envoy supports operating at the network layers 3, 4, and 7, providing flexibility to handle different types of traffic.
  • Dynamic updates: Envoy's control plane can be updated dynamically through an API, allowing centralized service discovery and rule updates without the need to restart the data plane proxy.

Summary:

AwesomeWebsiteChat is a chat application that utilizes Envoy's non-intrusive architecture to provide seamless communication between different application services. With support for multiple network layers and dynamic updates, it offers flexibility and ease of use. Install it by downloading Envoy, cloning the repository, configuring it, and starting the application. Happy chatting!

hugo
Hugo

Hugo is an open-source static site generator that features fast build times, flexible themes, support for multiple content formats, multilingual websites, live reloading, and an active community. It allows developers to easily create and deploy SEO-friendly and mobile-responsive websites.