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
When you run the Ingress Controller by using a Deployment, by default, Kubernetes will create one Ingress Controller pod.
138
138
@@ -165,20 +165,20 @@ If you would like to use the App Protect DoS module, you will need to deploy the
165
165
166
166
**Note**: Update the `nginx-plus-ingress.yaml` with the chosen image from the F5 Container registry; or the container image that you have built.
167
167
168
-
### 3.2 Check that the Ingress Controller is Running
168
+
### 4.2 Check that the Ingress Controller is Running
169
169
170
170
Run the following command to make sure that the Ingress Controller pods are running:
171
171
```
172
172
$ kubectl get pods --namespace=nginx-ingress
173
173
```
174
174
175
-
## 4. Get Access to the Ingress Controller
175
+
## 5. Get Access to the Ingress Controller
176
176
177
177
**If you created a daemonset**, ports 80 and 443 of the Ingress Controller container are mapped to the same ports of the node where the container is running. To access the Ingress Controller, use those ports and an IP address of any node of the cluster where the Ingress Controller is running.
178
178
179
179
**If you created a deployment**, below are two options for accessing the Ingress Controller pods.
180
180
181
-
### 4.1 Create a Service for the Ingress Controller Pods
181
+
### 5.1 Create a Service for the Ingress Controller Pods
0 commit comments