Skip to content

Commit e4ce7e4

Browse files
committed
lab1 edits based on PR comments
1 parent 48764aa commit e4ce7e4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

labs/lab1/readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
In this lab, you will be logging into NGINX One Console and exploring various components within NGINX One console. This lab requires that you have access to F5 Distributed Cloud to work with NGINX one console. As part of this lab, you will explore the Nginx One console product, as a quick Overview of what it is and how to access it.
5+
In this lab, you will be logging into NGINX One Console and exploring various components within it. This lab requires that you have access to F5 Distributed Cloud to work with the One Console. As part of this lab, you will explore the NGINX One console product, as a quick Overview of what it is and how to access it.
66

77
<br/>
88

@@ -20,7 +20,7 @@ By the end of the lab you will be able to:
2020
- You must have enabled NGINX One service on F5 Distributed Cloud(XC)
2121
- See `Lab0` for instructions on setting up your system for this Workshop
2222
- Familiarity with basic Linux concepts and commands
23-
- Familiarity with basic Nginx concepts and commands
23+
- Familiarity with basic NGINX concepts and commands
2424

2525
<br/>
2626

@@ -44,7 +44,7 @@ NGINX One Console offers the following key benefits:
4444

4545
![NGINX Agent](media/nginx-agent-icon.png)
4646

47-
The Nginx One Console requires `nginx-agent`, an open source software module written by Nginx that connects and communicates with Nginx One. This nginx-agent must be installed and running on every Nginx instance that you wish to manage with Nginx One. You will use the publicly available Nginx with Agent images from Docker Hub for your Nginx OSS containers. In addition, as part of your Docker Compose file, your NGINX Plus containers already have the required `NGINX Agent` installed for you. Nginx-agent can also be installed using regular Linux package managers like `apt` and `yum`. Refer to the References Section for links to the Nginx Agent installation guides.
47+
The NGINX One Console requires `NGINX Agent`, an open source software module written by NGINX that connects and communicates with NGINX One. This NGINX Agent must be installed and running on every NGINX instance that you wish to manage with NGINX One. You will use the publicly available NGINX with Agent images from Docker Hub for your NGINX OSS containers. In addition, as part of your Docker Compose file, your NGINX Plus containers already have the required `NGINX Agent` installed for you. NGINX Agent can also be installed using regular Linux package managers like `apt` and `yum`. Refer to the References Section for links to the NGINX Agent installation guides.
4848

4949
### Access and navigate the NGINX One console
5050

@@ -56,11 +56,11 @@ The Nginx One Console requires `nginx-agent`, an open source software module wri
5656

5757
![XC HomeScreen](media/lab1_none-tile.png)
5858

59-
1. Click on the `NGINX One` tile from the home screen. The NGINX One "welcome" screen will appear. Make sure the Nginx One Console status shows `green - Enabled` as highlighted in below screenshot. Click on `Visit Service`. If it is not enabled, you must request access from your F5 Distributed Cloud admin.
59+
1. Click on the `NGINX One` tile from the home screen. The NGINX One "welcome" screen will appear. Make sure the NGINX One Console status shows `green - Enabled` as highlighted in below screenshot. Click on `Visit Service`. If it is not enabled, you must request access from your F5 Distributed Cloud admin.
6060

6161
![N One Visit Service](media/lab1_none-service.png)
6262

63-
1. By default, this will bring you to the Nginx Console `Overview Dashboard` page. As no NGINX Instances are being managed by NGINX One you are seeing the blank dashboard as shown in below screenshot.
63+
1. By default, this will bring you to the NGINX One Console `Overview Dashboard` page. As no NGINX Instances are being managed by NGINX One you are seeing the blank dashboard as shown in below screenshot.
6464

6565
![Empty Dashboard](media/lab1_none-empty-overview-dashboard.png)
6666

@@ -72,15 +72,15 @@ The Nginx One Console requires `nginx-agent`, an open source software module wri
7272

7373
### Create and manage data plane keys that would be used to manage NGINX instances
7474

75-
1. Within the Nginx One Console, click on `Manage > Data Plane Keys`. This would show all the Data Plane keys that you currently have.
75+
1. Within the NGINX One Console, click on `Manage > Data Plane Keys`. This would show all the Data Plane keys that you currently have.
7676

7777
![Dataplane key](media/lab1_none-dataplane-key-overview.png)
7878

7979
1. Click on `Add Data Plane Key` to create a new Dataplane key. This should open an `Add Data Plane Key` window. Provide a name of your choice for the new key. By default, the expiration date is set for a year. You can modify the expiration data as per your preference or keep the defaults for this workshop. Click on `Generate` to create your new key.
8080

8181
![New Dataplane key](media/lab1_none-dataplane-key-new.png)
8282

83-
Once the key is generated, copy the value of this key to the clipboard using the `Copy` icon on the right side. **NOTE:** This Dataplane Key is only shown here and NGINX One doesn't save this value. Save this value locally as you would be using it to register new NGINX Instances. You can Register as many Nginx Instances as you like with the same Dataplane Key. If you lose the value of the key then you need to generate a new one again.
83+
Once the key is generated, copy the value of this key to the clipboard using the `Copy` icon on the right side. **NOTE:** This Dataplane Key is only shown here and NGINX One doesn't save this value. Save this value locally as you would be using it to register new NGINX Instances. You can Register as many NGINX Instances as you like with the same Dataplane Key. If you lose the value of the key then you need to generate a new one again.
8484

8585
![New Dataplane key save](media/lab1_none-dataplane-key-save.png)
8686

@@ -97,7 +97,7 @@ The Nginx One Console requires `nginx-agent`, an open source software module wri
9797

9898
### (Optional Exercise): Delete a data plane key
9999

100-
1. Active keys cannot be directly deleted. Any active key first needs to be revoked and then only it can be deleted.
100+
1. Active keys cannot be directly deleted. The key must first be revoked and then can be deleted.
101101

102102
1. You can delete a revoked data plane key by opening the Data Plane Keys Page and then navigating to the `Revoked Keys` tab. This view should list all the revoked keys.
103103

@@ -116,8 +116,8 @@ This ends lab1.
116116

117117
## References:
118118

119-
- [Nginx One Console](https://docs.nginx.com/nginx-one/)
120-
- [Nginx Agent](https://docs.nginx.com/nginx-agent/overview/)
119+
- [NGINX One Console](https://docs.nginx.com/nginx-one/)
120+
- [NGINX Agent](https://docs.nginx.com/nginx-agent/overview/)
121121

122122
<br/>
123123

0 commit comments

Comments
 (0)