You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.0 KiB
1.0 KiB
| title | weight |
|---|---|
| The workshop environment | 3 |
During this workshop, you will go through the different stages composing the API Full Lifecycle.
The workshop setup is as shown in schema below. We'll use:
- A multi-tenant
INFRAenvironment to host the components used during building and deploying. Namely Apicurio, Microcks, Jenkins and Ansible Tower. - One
DEVenvironment per attendee where you will deploy your API implementation (based on Spring Boot but this is also subject to variants). - One
TESTenvironment where API implementation will be deployed once tested alongside with an API Gateway. InTESTenvironment, we primarily focus on testing/validating the API Gateway policies and configuration as well as feeding API Management system with API declaration, - One
PRODenvironment where API implementation and API Gateway configuration are promoted after having tested. On the API Management backend side, API definition should also appear as deployed onto a Production environment.
