On k8s, Is ServiceBinding same with ServiceBindingRequest?

12/29/2021

I'm trying to use k8s ServiceBindingOperator, with ServiceBinding. But I found there is ServiceBindingRequest which act as ServiceBinding on RedHat Article

https://developers.redhat.com/blog/2019/12/19/introducing-the-service-binding-operator#

But I couln't find ServiceBindingRequest CRD on API:apps.openshift.io/v1alpha1 from any sites, only ServiceBinding could.

Where is ServiceBindingRequest CRD? or those two of them are same resource?

-- planner26
kubernetes

1 Answer

12/29/2021

I'm unfamiliar with the Operator.

The article you referenced says that the Operator "has changed significantly" and links to How to use service binding with RabbigMQ

In that example, only ServiceBinding is described. I think you should continue to use ServiceBinding and use the updated article.

-- DazWilkin
Source: StackOverflow