Kubernetes secrets

Detailed information on the Kubernetes secret store component

Summary

Kubernetes has a built-in secrets store which Dapr components can use to retrieve secrets from. No special configuration is needed to setup the Kubernetes secrets store, and you are able to retrieve secrets from the http://localhost:3500/v1.0/secrets/kubernetes/[my-secret] URL. See this guide on referencing secrets to retrieve and use the secret with Dapr components.

Related links

Last modified March 18, 2021: Merge pull request #1321 from dapr/aacrawfi/logos (9a399d5)