Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README.md #59

Merged
merged 4 commits into from
Mar 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ English | [中文](README-CN.md)

## Overview

BFE Ingress Controller is an implementation of Kubernetes [Ingress Controller][] based on [BFE][], to fulfill [Ingress][] in Kubernetes.
BFE Ingress Controller is an implementation of Kubernetes [Ingress Controller][] based on [BFE][], to fulfill [Ingress][] in Kubernetes.

## Features and Advantages

- Traffic routing based on Host, Path, Cookie and Header
- Support for load balancing among multiple Services of the same application
- Flexible plugin framework, based on which developers can add new features efficiently
- Configuration hot reload, avoiding impact on existing long connections

## Quick start

See [Deployment](docs/en_us/deployment.md) for quick start of using BFE Ingress Controller.

## Documentation
Expand Down