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: docs/class1/module1/lab1.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ In order to take advantage of the F5 AST, one must simply have the means by whic
35
35
36
36
Installation can be performed via GitHub repo or by downloading the source tarball from the GitHub repo's release section. These details are covered in :ref:`Installing and Configuring the F5 AST`.
37
37
38
-
Post-installation, configuration is straightforward and approachable, enabling you to start collecting your F5 BIG-IP data within a matter of minutes. You need only follow a few basic steps to set up the environment, device credentials, device list, and start the containers.
38
+
Postinstallation, configuration is straightforward and approachable, enabling you to start collecting your F5 BIG-IP data within a matter of minutes. You need only follow a few basic steps to set up the environment, device credentials, device list, and start the containers.
39
39
40
40
You may also `enable data export to F5 <https://github.com/f5devcentral/application-study-tool?tab=readme-ov-file#configure-periodic-metric-data-export-to-f5>`_, allowing your account engineer to view the very same metrics you see. This can be invaluable when looking for assistance from your helpful F5 solutions engineer or architect!
Copy file name to clipboardExpand all lines: docs/class1/module1/lab2.rst
+1-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The tech industry has come a long way from the days of a single application host
14
14
15
15
Containers have revolutionized what it means and entails to deploy and manage software, whether it's a single container or a Kubernetes environment consisting of tens, hundreds, or even thousands of interconnected containers.
16
16
17
-
.. note:: You may have heard the term **micro-services** floating around in recent years. Containerization is a foundational key to the success and proliferation of micro-services architectures.
17
+
.. Note:: You may have heard the term **micro-services** floating around in recent years. Containerization is a foundational key to the success and proliferation of micro-services architectures.
18
18
19
19
At F5, our home is in the heart of application delivery and security, which exposes us to nearly every form of application deployment. We aim to not only stay aligned with modern application infrastructure practices, but also help forge the road ahead and be forward-thinking. Because of this, we are continually evaluating how we design, produce, and deploy our own software.
20
20
@@ -28,7 +28,6 @@ But first, let's take a few moments to briefly get our feet wet with Docker and
28
28
29
29
For example, use ``Shift + Ctrl + v`` to paste instead of ``Ctrl + v``
30
30
31
-
32
31
#. Navigate to the **Application Study Tool** component with the UDF lab, then select **Access** and **Web Shell**.
33
32
34
33
#. Once the new tab appears and you're on the terminal, view the Docker version by entering the following command:
Copy file name to clipboardExpand all lines: docs/class1/module2/lab1.rst
+5-11
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Here it is, served to you on a nice, bountiful SaaS platter: |application-study-
24
24
25
25
.. note:: This is a fairly comprehensive guide for installing, managing, and updating the F5 AST. We won't follow it verbatim, but will touch on the fundamentals.
26
26
27
-
We recommend you fully review and keep this and the `Docsite <https://f5devcentral.github.io/application-study-tool/>`_ in your bookmarks.
27
+
We recommend you fully review and keep the F5 Application Study Tool repo and the `Docsite <https://f5devcentral.github.io/application-study-tool/>`_ in your bookmarks.
28
28
29
29
#. On the right side of the page are links to **Releases** and **Packages**
30
30
@@ -61,16 +61,10 @@ Here it is, served to you on a nice, bountiful SaaS platter: |application-study-
61
61
# Start the tool
62
62
docker-compose up
63
63
64
-
In this lab, the F5 Application Study Tool has already been installed, partially configured, and started.
64
+
In the UDF lab environment, a copy of the F5 Application Study Tool has already been installed, partially configured, and started on the **Application Study Tool** UDF system, exposed via ``http://10.1.1.11:3001``.
65
65
66
-
However, there's an F5 BIG-IP in our UDF lab environment which is not yet being monitored by F5 AST and needs to be added to the ``config/bigip_receivers.yaml`` file.
66
+
If you'd like to perform a full installation yourself, please continue on to :ref:`Installing the F5 AST`.
67
67
68
-
With that said, we should review and familiarize ourselves with the current configuration and get our hands dirty by modifying it and restarting the OTel container using Docker.
68
+
If you'd rather skip the full installation process, :ref:`Configuring the F5 AST` is the place to be. There's an F5 BIG-IP in the UDF course lab environment which is not yet being monitored by the pre-installed F5 AST instance and needs to be added to the ``config/bigip_receivers.yaml`` file. This will give you an opportunity to review, familiarize yourself, and interact with the current pre-installed F5 AST configuration. It's a nice chance to get your hands dirty by modifying it and restarting the OTel container using Docker.
69
69
70
-
.. attention:: If you are interested in performing the full installation process, you may do so by stopping the currently-running instance of F5 AST and clone the repo into a different directory.
71
-
72
-
From the new directory, you'll be working with a fresh installation. If you're unsure about how to do this, please ask an instructor or lab assistant for help.
73
-
74
-
For the sake of this lab and showcasing traffic generation, we pre-staged F5 AST in the event students want to get up and running with accessing the Grafana dashboards right away.
75
-
76
-
Please select **Next** below and continue on to :ref:`Configuring the F5 AST`
70
+
Please select **Next** below and continue on to :ref:`Installing the F5 AST`
0 commit comments