Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
adding UDF lab pointer
  • Loading branch information
fchmainy authored Apr 3, 2024
1 parent 8d6fef7 commit 41fa563
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,34 @@ Welcome to the |classbold| - |year|

|repoinfo|




## Lab Description

F5 NGINX Plus Ingress Controller as an API Gateway for Kubernetes

Prerequisites:

- Kubernetes concepts: ingress, daemonset, service, etc.
- API concepts: REST API methods (GET, POST), HTTP headers (Authorization).
**Prerequisites:**

- Kubernetes concepts: ingress, daemonset, service, etc.
- API concepts: REST API methods (GET, POST), HTTP headers (Authorization).




This is an intermediate level lab that adds API Gateway functionality to a Kubernetes NGINX Plus Ingress.

- Proxy TLS and route HTTP requests to API services based on host header and path
- API Schema Enforcement - Use OpenAPI Spec to define your API's schema and enforce the schema with an NGINX App Protect Policy
- API Authorization - Validate signed JSON Web Tokens for authorization
- API Rate-limiting - Rate-Limit API endpoints per client session to ensure fair use of the API
- Proxy TLS and route HTTP requests to API services based on host header and path
- API Schema Enforcement - Use OpenAPI Spec to define your API's schema and enforce the schema with an NGINX App Protect Policy
- API Authorization - Validate signed JSON Web Tokens for authorization
- API Rate-limiting - Rate-Limit API endpoints per client session to ensure fair use of the API


You will find the UDF lab here: https://udf.f5.com/b/51ee6bf9-4f18-409a-9c29-80b847239211


A big thanks to Tony Marfil for setting up this lab!
A big thanks to **Tony Marfil** for setting up this lab!

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 41fa563

Please sign in to comment.