When i configured the store.yaml , it created the deployments and services and triggers , but the broker fails to reach to the Serving service.
"Post http://eventstore.demo.svc.cluster.local: dial tcp: lookup eventstore.demo.svc.cluster.local on 10.98.0.10:53: no such host"
When i manually configure the service as regular Serving , then the service is working as expected. I want the behavior of serverless when events comes in. Not sure what iam doing wrong.
When i configured the store.yaml , it created the deployments and services and triggers , but the broker fails to reach to the Serving service.
"Post http://eventstore.demo.svc.cluster.local: dial tcp: lookup eventstore.demo.svc.cluster.local on 10.98.0.10:53: no such host"
When i manually configure the service as regular Serving , then the service is working as expected. I want the behavior of serverless when events comes in. Not sure what iam doing wrong.