The documentation you are viewing is for Dapr v0.11 which is an older version of Dapr. For up-to-date documentation, see the latest version.

Kubernetes Secrets

Detailed information on the Kubernetes secret store component

Summary

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

Last modified July 7, 2022: update nav bar v0.11 (#2633) (b309d3d)