Skip to content

Commit

Permalink
docs(readme): updating to reflect focus areas (#6046)
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Jun 23, 2020
1 parent f37b651 commit c817fad
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,21 @@ transformations, and more through plugins.

[![][kong-benefits]][kong-url]

Kong has been built with the following leading principles:

* **High Performance**: Sub-millisecond processing latency to support mission
critical use cases and high throughput.
* **Extensibility**: With a pluggable architecture to extend Kong in Lua or GoLang
with Kong's Plugin SDK.
* **Portability**: To run on every platform, every cloud and to natively support
Kubernetes via our modern Ingress Controller.

## Features

- **Cloud-Native**: Platform agnostic, Kong can run from bare metal to
Kubernetes.
- **Cloud-Native**: Platform agnostic, Kong can run on any platform - from bare
metal to containers - and it can run on every cloud natively.
- **Kubernetes-Native**: Declaratively configure Kong with native Kubernetes CRDs
using the official Ingress Controller to route and connect all L4 + L7 traffic.
- **Dynamic Load Balancing**: Load balance traffic across multiple upstream
services.
- **Hash-based Load Balancing**: Load balance with consistent hashing/sticky
Expand Down Expand Up @@ -91,6 +102,8 @@ Hub](https://docs.konghq.com/hub/).
Kong comes in many shapes. While this repository contains its core's source
code, other repos are also under active development:

- [Kubernetes Ingress Controller for Kong](https://github.com/Kong/kubernetes-ingress-controller):
Use Kong for Kubernetes Ingress.
- [Kong Docker](https://github.com/Kong/docker-kong): A Dockerfile for
running Kong in Docker.
- [Kong Packages](https://github.com/Kong/kong/releases): Pre-built packages
Expand All @@ -109,11 +122,11 @@ code, other repos are also under active development:
Heroku in one click.
- [Kong and Instaclustr](https://www.instaclustr.com/solutions/managed-cassandra-for-kong/): Let
Instaclustr manage your Cassandra cluster.
- [Kubernetes Ingress Controller for Kong](https://github.com/Kong/kubernetes-ingress-controller):
Use Kong for Kubernetes Ingress.
- [Nightly Builds][kong-nightly-master]: Builds of the master branch available
every morning at about 9AM PST.

You can find every supported distribution at the [official installation page](https://konghq.com/install/).

## Development

If you are planning on developing on Kong, you'll need a development
Expand Down

0 comments on commit c817fad

Please sign in to comment.