You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We publish NGINX Kubernetes Gateway releases on GitHub. See our [releases page](https://github.com/nginxinc/nginx-kubernetes-gateway/releases).
20
+
21
+
The latest release is [0.1.0](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v0.1.0).
22
+
23
+
The edge version is useful for experimenting with new features that are not yet published in a release. To use, choose the *edge* version built from the [latest commit](https://github.com/nginxinc/nginx-kubernetes-gateway/commits/main) from the main branch.
24
+
25
+
To use NGINX Kubernetes Gateway, you need to have access to:
26
+
* An NGINX Kubernetes Gateway image.
27
+
* Installation manifests.
28
+
* Documentation and examples.
29
+
30
+
It is important that the versions of those things above match.
31
+
32
+
The table below summarizes the options regarding the images, manifests, documentation and examples and gives your links to the correct versions:
33
+
34
+
| Version | Description | Image | Installation Manifests | Documentation and Examples |
35
+
|-|-|-|-|-|
36
+
| Latest release | For experimental use | Use the 0.1.0 image from [GitHub](https://github.com/nginxinc/nginx-kubernetes-gateway/pkgs/container/nginx-kubernetes-gateway)|[Manifests](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.1.0/deploy). |[Documentation](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.1.0/docs). [Examples](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.1.0/examples). |
37
+
| Edge| For experimental use and latest features | Use the edge image from [GitHub](https://github.com/nginxinc/nginx-kubernetes-gateway/pkgs/container/nginx-kubernetes-gateway)|[Manifests](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/main/deploy). |[Documentation](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/main/docs). [Examples](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/main/examples). |
17
38
## Technical Specifications
18
39
19
40
The following table lists the software versions NGINX Kubernetes Gateway supports.
0 commit comments