Creating a physical database resource
After you create a logical database server in your project, you must create a physical database resource in Rational® Integration Tester and configure it with the details of the database that you set up in a Kubernetes cluster.
You must have completed the following tasks:
- Created the physical connection with the Kubernetes cluster in your project. See Configuring a physical connection to a Kubernetes cluster.
- Noted the details about the database that you set up in a Kubernetes cluster:
- The database URL that identifies the service or pod in the cluster.You can use include any of the following identities:
- Service name and service port.
- Service DNS name. For example, my_service.my_namespace
- Pod name and container port.
Note: If the service DNS name is used then the namespace provided in the name overrides the namespace that is configured in the Kubernetes cluster resource.
- The database URL that identifies the service or pod in the cluster.
- Created a logical database resource in your project. See Creating a logical database resource.
You created a physical database resource in your project and tested the connection with the database in the Kubernetes cluster.
You can create tests or stubs to use the database in the Kubernetes cluster.