This repository is for more complex demo scenarios using the Layer7 API Gateway. You will find examples of using the Layer7 API Gateway to showcase various scenarios that typically involve more sophisticated setup and or policies. Examples of demos may include scenarios such as orchestration of an SSO session across mulitple solutions, use of scripts to facilitate some automation with the API Gateway, etc.
| Name | Brief Description |
|---|---|
| Configuration Cache Demo | A demonstration of pulling configuration from an external source and pushing to cache |
| Layer7 Operator | The Layer7 Gateway Operator, built using the Operator SDK covers all aspects of deploying, maintaining and upgrading API Gateways in Kubernetes. |
Each demo has its own structure and its own description. After downloading or cloning this project simply change into the directory of your target demo folder and follow the instructions.
We are certainly happy about any feedback on these tutorials, especially if they helped you in your daily work life! We are also available via the Layer7 Communities
If any demo has an issue, please do not contact Broadcom support. These demos are provided as-is. Please communicate via comments, pull requests and emails to the author of the demo if you have any issues or questions.
To contribute demos, create a pull request with your updates. All pull requests require at least one reviewer to approve before the contribution will be merged to the main branch. Please ensure that all contributions follow the structure of the "sample" folder. Each new demo should:
- Be located in its own folder
- Include a description in the README.md file in the folder with a description of the demo along with instructions on how to use the demo including any prerequisites
- Update the README.md on the main folder to add a name and brief description of the demo
Enjoy!