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
make PREFIX=myregistry.example.com/nginx-kubernetes-gateway container
33
-
```
34
-
35
-
Set the `PREFIX` variable to the name of the registry you'd like to push the image to. By default, the image will be named `nginx-kubernetes-gateway:0.0.1`.
Make sure to substitute `myregistry.example.com/nginx-kubernetes-gateway` with your private registry.
44
-
45
-
## Deploy NGINX Kubernetes Gateway
46
-
47
-
You can deploy NGINX Kubernetes Gateway on an existing Kubernetes 1.16+ cluster. The following instructions walk through the steps for deploying on a [kind](https://kind.sigs.k8s.io/) cluster.
48
-
49
-
1. Load the NGINX Kubernetes Gateway image onto your kind cluster:
A `NodePort` service will randomly allocate one port on every node of the cluster. To access NGINX Kubernetes Gateway, use an IP address of any node in the cluster along with the allocated port.
110
-
111
-
### Create a LoadBalancer Service
112
-
113
-
Create a service with type `LoadBalancer` using the appropriate manifest for your cloud provider.
make PREFIX=myregistry.example.com/nginx-kubernetes-gateway container
23
+
```
24
+
25
+
Set the `PREFIX` variable to the name of the registry you'd like to push the image to. By default, the image will be named `nginx-kubernetes-gateway:0.0.1`.
> Note: NGINX Kubernetes Gateway can only run in the `nginx-gateway` namespace. This limitation will be addressed in the future releases.
11
+
12
+
You can deploy NGINX Kubernetes Gateway on an existing Kubernetes 1.16+ cluster. The following instructions walk through the steps for deploying on a [kind](https://kind.sigs.k8s.io/) cluster.
13
+
14
+
1. Load the NGINX Kubernetes Gateway image onto your kind cluster:
A `NodePort` service will randomly allocate one port on every node of the cluster. To access NGINX Kubernetes Gateway, use an IP address of any node in the cluster along with the allocated port.
75
+
76
+
### Create a LoadBalancer Service
77
+
78
+
Create a service with type `LoadBalancer` using the appropriate manifest for your cloud provider.
Copy file name to clipboardExpand all lines: examples/advanced-routing/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The cafe application consists of four services: `coffee-v1-svc`, `coffee-v2-svc`
11
11
12
12
## 1. Deploy NGINX Kubernetes Gateway
13
13
14
-
1. Follow the [installation instructions](https://github.com/nginxinc/nginx-kubernetes-gateway/blob/main/README.md#run-nginx-gateway) to deploy NGINX Gateway.
14
+
1. Follow the [installation instructions](/docs/installation.md) to deploy NGINX Gateway.
15
15
16
16
1. Save the public IP address of NGINX Kubernetes Gateway into a shell variable:
Copy file name to clipboardExpand all lines: examples/cafe-example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ In this example we deploy NGINX Kubernetes Gateway, a simple web application, an
6
6
7
7
## 1. Deploy NGINX Kubernetes Gateway
8
8
9
-
1. Follow the [installation instructions](https://github.com/nginxinc/nginx-kubernetes-gateway/blob/main/README.md#run-nginx-gateway) to deploy NGINX Gateway.
9
+
1. Follow the [installation instructions](/docs/installation.md) to deploy NGINX Gateway.
10
10
11
11
1. Save the public IP address of NGINX Kubernetes Gateway into a shell variable:
Copy file name to clipboardExpand all lines: examples/https-termination/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ In this example we expand on the simple [cafe-example](../cafe-example) by addin
6
6
7
7
## 1. Deploy NGINX Kubernetes Gateway
8
8
9
-
1. Follow the [installation instructions](https://github.com/nginxinc/nginx-kubernetes-gateway/blob/main/README.md#run-nginx-gateway) to deploy NGINX Gateway.
9
+
1. Follow the [installation instructions](/docs/installation.md) to deploy NGINX Gateway.
10
10
11
11
1. Save the public IP address of NGINX Kubernetes Gateway into a shell variable:
0 commit comments