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.

Last modified August 2, 2021 : Fix Java SDK link (#1695) (2c67fd1)