Skip to content
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,11 @@ A sample Postman collection and usage instructions can be found [here](/contrib/

## 🏃 How to run

NGINX Declarative API can be deployed on a Linux virtual machine using [docker-compose](/contrib/docker-compose) or on [Kubernetes](/contrib/kubernetes)
NGINX Declarative API can be deployed on:

* Linux virtual machine using [docker-compose](/contrib/docker-compose)
* Kubernetes using [manifests](/contrib/kubernetes)
* Kubernetes using a [Helm chart](contrib/helm/nginx-declarative-api)

## 🐳 Building Docker images

Expand Down
Loading