Closed DexManx closed 2 years ago
Under K8S the Dapr sidecar is deployed to a separate prod container by the Sidecar Injector, so Sidekick is not required. You can therefore disable Sidekick entirely during deployment by setting the environment variable DAPRSIDEKICK_ENABLED=false
. See Issue https://github.com/man-group/dapr-sidekick-dotnet/issues/9 for more details.
When deploying to Kubernetes do I remove the dapr Sidecar?