Skip to content

Commit e21ebb9

Browse files
committed
Set up new page for ngf w/manifests. Add includes
1 parent e9807b2 commit e21ebb9

File tree

2 files changed

+46
-11
lines changed

2 files changed

+46
-11
lines changed

content/nginx-one/k8s/add-ngf.md renamed to content/nginx-one/k8s/add-ngf-helm.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Connect NGINX Gateway Fabric
2+
title: Connect NGINX Gateway Fabric with Helm
33
toc: true
44
weight: 300
55
nd-content-type: how-to
66
nd-product: NGINX One
77
---
88

9-
This document explains how to connect F5 NGINX Gateway Fabric to F5 NGINX One Console using NGINX Agent.
9+
This document explains how to connect F5 NGINX Gateway Fabric to F5 NGINX One Console with Helm.
1010
Connecting NGINX Gateway Fabric to NGINX One Console enables centralized monitoring of all controller instances.
1111

1212
Once connected, you'll see a **read-only** configuration of NGINX Gateway Fabric. For each instance, you can review:
@@ -26,15 +26,7 @@ You also need:
2626

2727
### Create a data plane key
2828

29-
Data plane keys are displayed only once, when you create that key, and cannot be retrieved later.
30-
31-
If you've created and recorded one or more data plane keys, you can edit or revoke those keys. To do so, select **Manage > Data Plane Keys**. NGINX One Console does not store your actual data plane key.
32-
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-
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-
37-
<!-- Helm tab -->
29+
{{< include "/nginx-one/how-to/generate-data-plane-key.md" >}}
3830

3931
### Create a Kubernetes secret with the data plane key
4032

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Connect NGINX Gateway Fabric with Manifests
3+
toc: true
4+
weight: 300
5+
nd-content-type: how-to
6+
nd-product: NGINX One
7+
---
8+
9+
This document explains how to connect F5 NGINX Gateway Fabric to F5 NGINX One Console with Manifests.
10+
Connecting NGINX Gateway Fabric to NGINX One Console enables centralized monitoring of all controller instances.
11+
12+
Once connected, you'll see a **read-only** configuration of NGINX Gateway Fabric. For each instance, you can review:
13+
14+
- Read-only configuration file
15+
- Unmanaged SSL/TLS certificates for Control Planes
16+
17+
## Before you begin
18+
19+
Log in to NGINX One Console. If you need more information, review our [Get started guide]({{< ref "/nginx-one/getting-started.md#before-you-begin" >}}).
20+
21+
{{< include "/ngf/installation/install-manifests-prereqs.md" >}}
22+
23+
### Create a data plane key
24+
25+
{{< include "/nginx-one/how-to/generate-data-plane-key.md" >}}
26+
27+
### Secure traffic
28+
29+
For more information, review how you can [Secure traffic using Let's Encrypt and cert-manager]({{< ref "/ngf/traffic-security/integrate-cert-manager.md" >}})
30+
31+
## Install Gateway API resources
32+
<!-- Corresponds to step 2 in the UX -->
33+
{{< include "/ngf/installation/install-gateway-api-resources.md" >}}
34+
35+
## Deploy NGINX Gateway Fabric CRDs
36+
<!-- Corresponds to step 3 in the UX -->
37+
38+
{{< include "/ngf/installation/deploy-ngf-crds.md" >}}
39+
40+
## Deploy NGINX Gateway Fabric
41+
42+
{{< include "/ngf/installation/deploy-ngf-manifests.md" >}}
43+

0 commit comments

Comments
 (0)