Audience Experience Level |
Beginner |
Average Time to Complete |
60 minutes |
In this module you will discover how an API First Approach provides the right framework to build microservices and APIs based systems. The stages of an API life cycle cover both the implementation life cycle and the management life cycle.
-
API First approach to design, host schema, mock APIs to allows parallel streams of development between API implementers and API consumers.
-
The introduction of an API Management solution (Red Hat 3scale API management) to expose, secure and manage the APIs to the application backend services.
-
Red Hat 3scale API Management
-
Red Hat build of Quarkus
-
Red Hat API Designer
-
Red Hat build of Apicurio Registry
-
Microcks
This workshop is based on Antora and Red Hat scholars template to build HTML based tutorials.
This lab supports both Antora variables than query parameters. Query params makes the workshop content dynamic, like URLs specific for your cluster to copy and paste.
Note
|
In the table above, CRC and Playground links use them. |
Here’s the list of all query params used (they are all optional, but generated links won’t work unless at least CLUSTER_SUBDOMAIN
is set):
PARAM | Description |
---|---|
|
The username of your OpenShift cluster |
|
The subdomain for your OpenShift cluster in the form |
Example [Dev Mode]:
oc new-app https://github.com/RedHat-Middleware-Workshops/mad-dev-guides-m4.git --strategy=docker
oc expose deploy mad-dev-guides-m4 --port 3000
oc create route edge mad-dev-guides-m4 --service=mad-dev-guides-m4
Please refer to the how to contribute on how you can contribute to the tutorial.