docs
docs copied to clipboard
Need to mention pods must be wrapped in deployments
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.