Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinboia committed Nov 6, 2023
1 parent 8565f83 commit 4b30dd2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 21 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<meta name="title" content="Index"/>
<meta name="product" content="F5 XC EMEA Workshop"/>
<meta name="version" content=""/>
<meta name="updated_date" content="2023-11-06 09:21:20"/>
<meta name="updated_date" content="2023-11-06 09:40:21"/>
<meta name="archived" content="Archived documents excluded"/>
<meta name="doc_type" content="Manual"/>
<meta name="lifecycle" content="release"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="title" content="F5 Distributed Cloud EMEA Workshop"/>
<meta name="product" content="F5 XC EMEA Workshop"/>
<meta name="version" content=""/>
<meta name="updated_date" content="2023-11-06 09:21:20"/>
<meta name="updated_date" content="2023-11-06 09:40:21"/>
<meta name="archived" content="Archived documents excluded"/>
<meta name="doc_type" content="Manual"/>
<meta name="lifecycle" content="release"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta name="title" content="Search"/>
<meta name="product" content="F5 XC EMEA Workshop"/>
<meta name="version" content=""/>
<meta name="updated_date" content="2023-11-06 09:21:20"/>
<meta name="updated_date" content="2023-11-06 09:40:21"/>
<meta name="archived" content="Archived documents excluded"/>
<meta name="doc_type" content="Manual"/>
<meta name="lifecycle" content="release"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions docs/class5/module1/lab1/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,25 @@ For this lab, we will need to access the on prem Kubernetes environment and depl

.. code-block:: none
$ su ubuntu
$ cd /home/ubuntu/arcadia_crypto
$ ls
su ubuntu
cd /home/ubuntu/arcadia_crypto
ls
3. Observe the configuration that delpoys the application by running the bellow commands.
**arcadia.yaml** deploys the application pods and services.
**ingress.yaml** configures the Kubernetes Nginx Ingress to expose the application outside of the traffic and how to route the traffic internnally to the relevant microservice.


.. code-block:: none
$ cat *
cat *
4. Deploy the **Arcadia Crypto* application
4. Deploy the **Arcadia Crypto** application

.. code-block:: none
$ kubectl apply -f arcadia.yaml -f ingress.yaml
kubectl apply -f arcadia.yaml -f ingress.yaml
5. The application has been deployed. Check that all application PODs are up and **Running**

.. code-block:: none
$ kubectl get pods
kubectl get pods
10 changes: 2 additions & 8 deletions docs/class5/module1/lab2/lab2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The **Customer Edge** aka. **CE** will extend the F5 Cloud infrastructure into t



2. On the newlly opened page click **Dashboard** and **Configure Now**, fill in the data as per the bellow table and finish by clicking **Save configuration**
2. On the newly opened page click **Dashboard** and **Configure Now**, fill in the data as per the bellow table and finish by clicking **Save configuration**

.. table::
:widths: auto
Expand All @@ -46,11 +46,5 @@ The **Customer Edge** aka. **CE** will extend the F5 Cloud infrastructure into t
**Longitude** 0
========================================== ========================================================================================

2. Browse to Web App & API Protection -> Dashboards -> Performance Dashboard -> Under **Load Balancers** click **arcadia-re-lb**

a) Observe the different overall statistics provided by the **Dashboard** dashboard

b) Observe the requests and plethora of information that can be seen for each request provided by the **Requests** dashboard


3. Make sure you have logged in the F5 XC console. If you haven't yet follow the instrictions found :doc:`here <../../../intro/steps/intro3>` and then return to the guide.

0 comments on commit 4b30dd2

Please sign in to comment.