Spring Cloud Gateway for Kubernetes and API Portal for VMware Tanzu – real-world use case
Now, we’re going to implement a real-world use case using API Portal for VMware Tanzu and Spring Cloud Gateway for Kubernetes. This will show how these products naturally work together and how, in combination, you can realize significant value as a developer, consumer, or operator of APIs.
Here’s a breakdown of our next steps:
- We will download an API-driven application called Animal Rescue while approximating a real-world animal adoption site, complete with SSO.
- We will set up our Okta environment so that our application can use Okta for SSO. Then, we will take the Okta parameters and plug them into the Animal Rescue application.
- We will deploy the Animal Rescue application to our Kubernetes cluster, which will create the necessary Spring Cloud Gateway artifacts. By doing so, we will be able to browse and interact with the Animal Rescue web app.
- We will...