docs icon indicating copy to clipboard operation
docs copied to clipboard

Need to mention pods must be wrapped in deployments

Open danielgerlag opened this issue 3 years ago • 0 comments

What content needs to be created or modified? The doc currently states that you only need to add annotations to a Kubernetes Pod schema. I found that most things work if I create Pods directly and annotate them, but service invocation does not because no Kubernetes service objects are created unless you wrap your Pod definition inside a Deployment definition.

Describe the solution you'd like Either Dapr should create a headless service in this instance, or the docs should mention that a deployment is required.

danielgerlag avatar Sep 14 '22 15:09 danielgerlag