Installing the operator via the OpenShift console
As a quick reminder from Chapter 3, Introducing the IBM Stock Trader Cloud-Native Application, the IBM Stock Trader application is comprised of about a dozen microservices (many of which are optional), and about the same number of prerequisite resources, such as databases and messaging systems. The composite operator guides you through providing all of the settings for each of those microservices and for configuring their connectivity to those various backend resources, as we can see here:
As we can see, there are a lot of parts that need to be configured for everything to work. The operator guides us through providing such configuration information for each piece (though it does NOT actually install the backend resources – it just asks for the endpoint and credential details to connect to pre-existing resources, which could be running in your cluster, or accessed...