> For the complete documentation index, see [llms.txt](https://andifalk.gitbook.io/spring-cloud-gateway-workshop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andifalk.gitbook.io/spring-cloud-gateway-workshop/readme.md).

# README

[![Java CI](https://github.com/andifalk/spring-cloud-gateway-workshop/actions/workflows/maven.yml/badge.svg)](https://github.com/andifalk/spring-cloud-gateway-workshop/actions/workflows/maven.yml) [![CodeQL](https://github.com/andifalk/spring-cloud-gateway-workshop/actions/workflows/codeql.yml/badge.svg)](https://github.com/andifalk/spring-cloud-gateway-workshop/actions/workflows/codeql.yml)

## Microservices on the Edge with Spring Cloud Gateway (Hands-On Workshop)

A hands-on workshop to build an API-Gateway using the [Spring Cloud Gateway](https://spring.io/projects/spring-cloud-gateway).

### Table of Contents

* [Workshop Tutorial](#workshop-tutorial)
* [Introduction](/spring-cloud-gateway-workshop/introduction/introduction.md)
* [Hands-On Workshop](#hands-on-workshop)
  * [Intro Lab](#intro-lab)
  * [Hands-On Labs](#hands-on-labs)
* [Next Steps](#next-steps)
* [Feedback](#feedback)
* [License](#license)

### Workshop Tutorial

To follow the hands-on workshop please open the [workshop tutorial](https://andifalk.gitbook.io/spring-cloud-gateway-workshop/).

### Introduction

The sample application architecture you will build (and use) looks like this:

![Architecture](/files/7hnewp15bVotSgsrgdTB)

* [Prerequisites](/spring-cloud-gateway-workshop/introduction/prerequisites.md)
* [Requirements and Setup](/spring-cloud-gateway-workshop/introduction/setup.md)
* [Introduction to Spring Cloud Gateway](/spring-cloud-gateway-workshop/introduction/introduction.md)
* [Sample Application Architecture](/spring-cloud-gateway-workshop/introduction/architecture.md)
* [Provided Backend Microservices](/spring-cloud-gateway-workshop/introduction/microservices.md)

### Hands-On Workshop

#### Intro Lab

* [Reactive Streams with Spring Reactor in Action](/spring-cloud-gateway-workshop/intro-lab/reactive-playground.md)

#### Hands-On Labs

* [Lab 1: Routing - Configure & Monitor Gateway Routes](/spring-cloud-gateway-workshop/hands-on-labs/lab1.md)
* [Lab 2: Resilience - Retry, Circuit Breaking and Rate Limiting](/spring-cloud-gateway-workshop/hands-on-labs/lab2.md)
* [Lab 3: Security Part 1 - Authentication with JWT](/spring-cloud-gateway-workshop/hands-on-labs/lab3.md)
* [Lab 4: Security Part 2 - Secure Communication with TLS](/spring-cloud-gateway-workshop/hands-on-labs/lab4.md)

### Next Steps

* [Further Gateway Features](/spring-cloud-gateway-workshop/next-steps/next-steps.md)

### Feedback

Any feedback on this hands-on workshop is highly appreciated. Just email *andreas.falk(at)novatec-gmbh.de* or contact me via Twitter (*@andifalk*).

### License

Apache 2.0 licensed


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://andifalk.gitbook.io/spring-cloud-gateway-workshop/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
