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
Copy file name to clipboardExpand all lines: content/nginx-one/k8s/add-ngf.md
+16-27Lines changed: 16 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,41 +32,26 @@ If you've created and recorded one or more data plane keys, you can edit or revo
32
32
33
33
If you've forgotten your data plane key, you can create a new one. Select **Manage > Data Plane Keys > Add Data Plane Key**.
34
34
35
-
For more options associated with data plane keys, see [Create and manage data plane keys]({{ ref "/nginx-one/connect-instances/create-manage-data-plane-keys" >}}).
35
+
For more options associated with data plane keys, see [Create and manage data plane keys]({{< ref "/nginx-one/connect-instances/create-manage-data-plane-keys.md" >}}).
36
36
37
37
### Create a Kubernetes secret with the data plane key
38
-
<!-- Maybe this is wrong. I'm assuming that we need to follow this step from the current version of https://docs.nginx.com/nginx-one/k8s/add-nic/#before-you-begin -->
39
-
To create a Kubernetes secret with the data play key, use the following command:
38
+
39
+
To create a Kubernetes secret, you'll need:
40
+
41
+
- The Data Plane Key
42
+
- To set up the secret in the same namespace as NGINX Gateway Fabric
43
+
- Use the name `dataplane.key` as shown
44
+
- A namespace. The default NGINX Gateway Fabric namespace is `nginx-gateway`
45
+
46
+
Once you have that information, run the following command:
This also enables Gateway API features for cert-manager, which can be useful for [securing your workload traffic]({{< ref "/ngf/traffic-security/integrate-cert-manager.md" >}}).
After deploying NGINX Gateway Fabric with NGINX Agent, you can verify the connection to NGINX One Console.
122
-
Log in to your F5 Distributed Cloud Console account. Select **NGINX One > Visit Service**. In the dashboard, go to **Manage > Instances**. You should see your instances listed by name. The instance name matches both the hostname and the pod name.
107
+
Log in to your F5 Distributed Cloud Console account.
108
+
109
+
- Select **NGINX One > Visit Service**.
110
+
- In the dashboard, select **Manage > Control Planes**. You should see your Control Planes listed by name, product, and version. Each control plane is associated with one or more instances.
111
+
- Select the name of the Control Plane. In the **Instances** section, select the instance of your choice. You can review instance details, including the name of the **Control Plane**.
0 commit comments