Skip to content

Commit

Permalink
Merge pull request #134 from 245jrd/develop
Browse files Browse the repository at this point in the history
Fixed broken links.
  • Loading branch information
245jrd committed May 1, 2023
2 parents b4f9e67 + ed23006 commit 783111c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions docs/class1/module1/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ The BIG-IP Controller for Kubernetes installs as a
`Deployment object <https://kubernetes.io/docs/concepts/workloads/controllers/deployment/>`_

.. seealso:: The official CIS documentation is here:
`Install the BIG-IP Controller: Kubernetes <https://clouddocs.f5.com/containers/v2/kubernetes/kctlr-app-install.html>`_
`Install the BIG-IP Controller: Kubernetes <https://clouddocs.f5.com/containers/latest/userguide/kubernetes/#cis-installation>`_

In this lab we'll use NodePort mode to deploy an application to the BIG-IP.

.. seealso::
For more information see `BIG-IP Controller Modes <http://clouddocs.f5.com/containers/v2/kubernetes/kctlr-modes.html>`_
For more information see `BIG-IP Deployment Options <https://clouddocs.f5.com/containers/latest/userguide/config-options.html>`_

BIG-IP Setup
------------
Expand Down Expand Up @@ -138,8 +138,8 @@ CIS Deployment
`F5 Container Ingress Services - Kubernetes <https://clouddocs.f5.com/containers/v2/kubernetes/>`_

Now that BIG-IP is licensed and prepped with the "kubernetes" partition, we
need to define a `Kubernetes deployment <https://kubernetes.io/docs/user-guide/deployments/>`_
and create a `Kubernetes secret <https://kubernetes.io/docs/user-guide/secrets/>`_
need to define a `Kubernetes deployment <https://kubernetes.io/docs/concepts/workloads/controllers/deployment/>`_
and create a `Kubernetes secret <https://kubernetes.io/docs/concepts/configuration/secret/>`_
to hide our bigip credentials.

#. Create bigip login secret
Expand Down Expand Up @@ -175,7 +175,7 @@ to hide our bigip credentials.

#. At this point we have two deployment mode options, Nodeport or ClusterIP.
This class will feature both modes. For more information see
`BIG-IP Controller Modes <http://clouddocs.f5.com/containers/v2/kubernetes/kctlr-modes.html>`_
`BIG-IP Controller Modes <https://clouddocs.f5.com/containers/latest/userguide/config-options.html>`_

Lets start with **Nodeport mode**

Expand Down
2 changes: 1 addition & 1 deletion docs/class1/module2/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In the previous moudule we learned about Nodeport Mode. Here we'll learn
about ClusterIP Mode.

.. seealso::
For more information see `BIG-IP Controller Modes <http://clouddocs.f5.com/containers/v2/kubernetes/kctlr-modes.html>`_
For more information see `BIG-IP Deployment Options <https://clouddocs.f5.com/containers/latest/userguide/config-options.html>`_

BIG-IP Setup
------------
Expand Down
6 changes: 3 additions & 3 deletions docs/class1/module3/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Lab 3.1 - Deploy the NGINX Ingress Controller
.. attention:: In this lab were simply using the free version of NGINX.

In a customer environment, an NGINX+ container would need to be built using
a cert and key from the `NGINX Customer Portal`_.
a cert and key from the `F5 Customer Portal`_.

Click here to see the `Key Differences`_

Expand Down Expand Up @@ -205,7 +205,7 @@ Access NGINX From Outside the Cluster

.. _`project`: https://github.com/kubernetes/ingress-nginx
.. _`NGINX Ingress Controller`: https://github.com/nginxinc/kubernetes-ingress
.. _`NGINX Customer Portal`: https://cs.nginx.com
.. _`Key Differences`: https://github.com/nginxinc/kubernetes-ingress/blob/master/docs/nginx-ingress-controllers.md
.. _`F5 Customer Portal`: https://my.f5.com
.. _`Key Differences`: https://www.nginx.com/blog/guide-to-choosing-ingress-controller-part-3-open-source-default-commercial/
.. _`Installing the Ingress Controller`: https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-manifests/
.. _`available`: https://docs.nginx.com/nginx-ingress-controller/configuration/global-configuration/configmap-resource/
12 changes: 6 additions & 6 deletions docs/class2/module1/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ The BIG-IP Controller for OpenShift installs as a
`Deployment object <https://kubernetes.io/docs/concepts/workloads/controllers/deployment/>`_

.. seealso:: The official CIS documentation is here:
`Install the BIG-IP Controller: Openshift <https://clouddocs.f5.com/containers/v2/openshift/kctlr-openshift-app-install.html>`_
`Install the BIG-IP Controller: Openshift <https://clouddocs.f5.com/containers/latest/userguide/openshift/#cis-installation>`_

In this lab we'll use NodePort mode to deploy an application to the BIG-IP.

.. seealso::
For more information see `BIG-IP Controller Modes <http://clouddocs.f5.com/containers/v2/kubernetes/kctlr-modes.html>`_
For more information see `BIG-IP Deployment Options <https://clouddocs.f5.com/containers/latest/userguide/config-options.html>`_

BIG-IP Setup
------------
Expand Down Expand Up @@ -173,9 +173,9 @@ CIS Deployment
.. seealso:: For a more thorough explanation of all the settings and options see
`F5 Container Ingress Service - Openshift <https://clouddocs.f5.com/containers/v2/openshift/>`_

Now that BIG-IP is licensed and prepped with the "okd" partition, we need to
define a `Kubernetes deployment <https://kubernetes.io/docs/user-guide/deployments/>`_
and create a `Kubernetes secret <https://kubernetes.io/docs/user-guide/secrets/>`_
Now that BIG-IP is licensed and prepped with the "okd" partition, we
need to define a `Kubernetes deployment <https://docs.okd.io/3.11/dev_guide/deployments/how_deployments_work.html>`_
and create a `Kubernetes secret <https://docs.okd.io/3.11/dev_guide/secrets.html>`_
to hide our bigip credentials.

#. Create bigip login secret
Expand Down Expand Up @@ -211,7 +211,7 @@ to hide our bigip credentials.

#. At this point we have two deployment mode options, Nodeport or ClusterIP.
This class will feature both modes. For more information see
`BIG-IP Controller Modes <http://clouddocs.f5.com/containers/v2/kubernetes/kctlr-modes.html>`_
`BIG-IP Deployment Options <https://clouddocs.f5.com/containers/latest/userguide/config-options.html>`_

Lets start with **Nodeport mode**

Expand Down
2 changes: 1 addition & 1 deletion docs/class2/module2/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In the previous moudule we learned about Nodeport Mode. Here we'll learn
about ClusterIP Mode.

.. seealso::
For more information see `BIG-IP Controller Modes <http://clouddocs.f5.com/containers/v2/kubernetes/kctlr-modes.html>`_
For more information see `BIG-IP Deployment Options <https://clouddocs.f5.com/containers/latest/userguide/config-options.html>`_

BIG-IP Setup
------------
Expand Down

0 comments on commit 783111c

Please sign in to comment.