Skip to content

Commit

Permalink
Merge pull request #8365 from Sirpaser/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
curiositycasualty authored Mar 10, 2022
2 parents 136d8ef + 45d2c50 commit 6c0154e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Let’s test drive Kong by adding authentication to an API in under 5 minutes.

We suggest using the docker-compose distribution via the instructions below, but there is also a [docker installation](https://docs.konghq.com/install/docker/) procedure if you’d prefer to run the Kong API Gateway in DB-less mode.

Whether you’re running in the cloud, on bare metal or using containers, you can find every supported distribution on our [official installation](https://konghq.com/install/#kong-community) page.
Whether you’re running in the cloud, on bare metal, or using containers, you can find every supported distribution on our [official installation](https://konghq.com/install/#kong-community) page.

1) To start, clone the Docker repository and navigate to the compose folder.
```cmd
Expand All @@ -48,9 +48,9 @@ By centralizing common API functionality across all your organization's services

The top Kong features include:
- Advanced routing, load balancing, health checking - all configurable via an admin API or declarative configuration.
- Authentication and Authorization for APIs using methods like JWT, basic auth, ACLs and more.
- Authentication and Authorization for APIs using methods like JWT, basic auth, ACLs, and more.
- Proxy, SSL/TLS termination, and connectivity support for L4 or L7 traffic.
- Plugins for enforcing traffic controls, req/res transformations, logging, monitoring and including a plugin developer hub.
- Plugins for enforcing traffic controls, req/res transformations, logging, monitoring, and including a plugin developer hub.
- Sophisticated deployment models like Declarative Databaseless Deployment and Hybrid Deployment (control plane/data plane separation) without any vendor lock-in.
- Native ingress controller support for serving Kubernetes.

Expand Down

0 comments on commit 6c0154e

Please sign in to comment.